diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-11-14 18:45:52 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-06 12:30:31 +0000 |
commit | e3c48c11dbe98958c7564f3fc6dbab36d7037973 (patch) | |
tree | 10b42a03c540a315dd7e6b3c3c16e602bcf96140 /meta/recipes-devtools/rpm | |
parent | c1acac8c46aa75d78634c30de773b28a1466070c (diff) | |
download | openembedded-core-e3c48c11dbe98958c7564f3fc6dbab36d7037973.tar.gz openembedded-core-e3c48c11dbe98958c7564f3fc6dbab36d7037973.tar.bz2 openembedded-core-e3c48c11dbe98958c7564f3fc6dbab36d7037973.zip |
rpm: enable _openall_before_chroot by default
We want this enabled especially for the native case.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/rpm')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.9.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb index a64ddd1ee9..d43599661d 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.9.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.9.bb @@ -43,7 +43,7 @@ LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" DEPENDS = "libpcre attr acl popt ossp-uuid file bison-native" -PR = "r54" +PR = "r55" # rpm2cpio is a shell script, which is part of the rpm src.rpm. It is needed # in order to extract the distribution SRPM into a format we can extract... @@ -364,6 +364,7 @@ do_install_append() { sed -i -e 's,%__perl_provides,#%%__perl_provides,' ${D}/${libdir}/rpm/macros sed -i -e 's,%__perl_requires,#%%__perl_requires,' ${D}/${libdir}/rpm/macros sed -i -e 's,%_repackage_all_erasures[^_].*,%_repackage_all_erasures 0,' ${D}/${libdir}/rpm/macros + sed -i -e 's,^#%_openall_before_chroot.*,%_openall_before_chroot\t1,' ${D}/${libdir}/rpm/macros # Enable Debian style arbitrary tags... sed -i -e 's,%_arbitrary_tags[^_].*,%_arbitrary_tags %{_arbitrary_tags_debian},' ${D}/${libdir}/rpm/macros |