]> code.ossystems Code Review - openembedded-core.git/commitdiff
rpm: Fix magic file name magic -> magic.mgc
authorSaul Wold <sgw@linux.intel.com>
Wed, 11 Jan 2012 22:30:47 +0000 (14:30 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Jan 2012 23:52:45 +0000 (23:52 +0000)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rpm/rpm_5.4.0.bb

index bbc404fb7f83fef291f5cd79b9dd20bf2bb29d20..83ee89053e1429b5581270006565530f34ab4234 100644 (file)
@@ -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 \