This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 meta/classes/package_rpm.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

New commits:
commit ea868f9c9c2a9a5fe95a26c2f38b554776b1dce9
Author: Rob Bradford <[EMAIL PROTECTED]>
Date:   Tue Oct 28 18:48:22 2008 +0000

    package_rpm.bbclass: Don't use the system wide RPM macros.
    
    This fixes the build on Fedora 10 where the RPM system macros obliterate the
    value of BuildRoot that is set in the spec file.


Diff in this email is a maximum of 400 lines.
diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass
index 3defcdd..d291733 100644
--- a/meta/classes/package_rpm.bbclass
+++ b/meta/classes/package_rpm.bbclass
@@ -147,7 +147,7 @@ python write_specfile() {
 rpm_prep() {
        if [ ! -e ${WORKDIR}/rpmrc ]; then
                mkdir -p 
${RPMBUILDPATH}/{SPECS,RPMS/{i386,i586,i686,noarch,ppc,mips,mipsel,arm},SRPMS,SOURCES,BUILD}
-               echo 'macrofiles:/usr/lib/rpm/macros:${WORKDIR}/macros' > 
${WORKDIR}/rpmrc
+               echo 
'macrofiles:${STAGING_DIR_NATIVE}/usr/lib/rpm/macros:${WORKDIR}/macros' > 
${WORKDIR}/rpmrc
                echo '%_topdir ${RPMBUILDPATH}' > ${WORKDIR}/macros
                echo '%_repackage_dir ${WORKDIR}' >> ${WORKDIR}/macros
        fi
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits

Reply via email to