aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-01-11 14:30:47 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-11 23:52:45 +0000
commitaee38df69073fe5b3c1e8ee180912d1f0360f651 (patch)
treea0dc656a5cb0262b9b3e1e05f2ef63bf53702200 /meta/recipes-devtools/rpm
parentd5b8caac0e7fc4b05c76b4d3da0508e2a53f28cd (diff)
downloadopenembedded-core-contrib-aee38df69073fe5b3c1e8ee180912d1f0360f651.tar.gz
rpm: Fix magic file name magic -> magic.mgc
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm')
-rw-r--r--meta/recipes-devtools/rpm/rpm_5.4.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb b/meta/recipes-devtools/rpm/rpm_5.4.0.bb
index bbc404fb7f..83ee89053e 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4.0.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.4.0.bb
@@ -45,7 +45,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
DEPENDS = "bzip2 zlib db openssl elfutils expat libpcre attr acl popt ${extrarpmdeps}"
extrarpmdeps = "python perl"
extrarpmdeps_virtclass-native = "file-native"
-PR = "r28"
+PR = "r29"
# 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...
@@ -123,7 +123,7 @@ EXTRA_OECONF = "--verbose \
${WITH_DB} \
${WITH_Z} \
--with-file \
- --with-path-magic=%{_usrlibrpm}/../../share/misc/magic \
+ --with-path-magic=%{_usrlibrpm}/../../share/misc/magic.mgc \
--without-lua \
--without-tcl \
--with-syck=internal \