From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1UYPLC-0000LP-8j for openembedded-core@lists.openembedded.org; Sat, 04 May 2013 01:24:38 +0200 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 03 May 2013 16:06:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,607,1363158000"; d="scan'208";a="328487177" Received: from unknown (HELO swold-linux.bigsur.com) ([10.255.12.170]) by fmsmga001.fm.intel.com with ESMTP; 03 May 2013 16:06:41 -0700 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Fri, 3 May 2013 16:06:41 -0700 Message-Id: <1367622401-28624-1-git-send-email-sgw@linux.intel.com> X-Mailer: git-send-email 1.8.0.2 Subject: [PATCH] dmidecode: fix fetch path to use BP X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 23:24:38 -0000 This is so the multilib prefix is not used Signed-off-by: Saul Wold --- meta/recipes-devtools/dmidecode/dmidecode_2.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/dmidecode/dmidecode_2.12.bb b/meta/recipes-devtools/dmidecode/dmidecode_2.12.bb index bdddf30..000d2cd 100644 --- a/meta/recipes-devtools/dmidecode/dmidecode_2.12.bb +++ b/meta/recipes-devtools/dmidecode/dmidecode_2.12.bb @@ -4,7 +4,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833" PR = "r0" -SRC_URI = "http://savannah.nongnu.org/download/dmidecode/${P}.tar.bz2" +SRC_URI = "http://savannah.nongnu.org/download/dmidecode/${BP}.tar.bz2" COMPATIBLE_HOST = "(i.86|x86_64).*-linux" -- 1.8.0.2