From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com ([134.134.136.20]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Rl6oL-0006aR-H2 for openembedded-core@lists.openembedded.org; Wed, 11 Jan 2012 23:38:26 +0100 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 11 Jan 2012 14:30:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="97187275" Received: from unknown (HELO swold-mobl.bigsur.com) ([10.255.13.168]) by orsmga002.jf.intel.com with ESMTP; 11 Jan 2012 14:30:47 -0800 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Wed, 11 Jan 2012 14:30:47 -0800 Message-Id: <1326321047-18141-1-git-send-email-sgw@linux.intel.com> X-Mailer: git-send-email 1.7.6.5 Subject: [PATCH] rpm: Fix magic file name magic -> magic.mgc X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2012 22:38:26 -0000 Signed-off-by: Saul Wold --- 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 \ -- 1.7.6.5