diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-01-11 14:30:47 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-11 23:52:45 +0000 |
commit | aee38df69073fe5b3c1e8ee180912d1f0360f651 (patch) | |
tree | a0dc656a5cb0262b9b3e1e05f2ef63bf53702200 /meta/recipes-devtools/rpm/rpm_5.4.0.bb | |
parent | d5b8caac0e7fc4b05c76b4d3da0508e2a53f28cd (diff) | |
download | openembedded-core-aee38df69073fe5b3c1e8ee180912d1f0360f651.tar.gz openembedded-core-aee38df69073fe5b3c1e8ee180912d1f0360f651.tar.bz2 openembedded-core-aee38df69073fe5b3c1e8ee180912d1f0360f651.zip |
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/rpm_5.4.0.bb')
-rw-r--r-- | 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 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 \ |