[oe-commits] Saul Wold : rpm: Fix magic file name magic -> magic.mgc

git at git.openembedded.org git at git.openembedded.org
Thu Jan 12 00:02:11 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: aee38df69073fe5b3c1e8ee180912d1f0360f651
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=aee38df69073fe5b3c1e8ee180912d1f0360f651

Author: Saul Wold <sgw at linux.intel.com>
Date:   Wed Jan 11 14:30:47 2012 -0800

rpm: Fix magic file name magic -> magic.mgc

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/rpm/rpm_5.4.0.bb |    4 ++--
 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 bbc404f..83ee890 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 \





More information about the Openembedded-commits mailing list