Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] dmidecode: fix fetch path to use BP
@ 2013-05-03 23:06 Saul Wold
  2013-05-04  2:41 ` Darren Hart
  0 siblings, 1 reply; 5+ messages in thread
From: Saul Wold @ 2013-05-03 23:06 UTC (permalink / raw)
  To: openembedded-core

This is so the multilib prefix is not used

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 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




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-05-04 19:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-03 23:06 [PATCH] dmidecode: fix fetch path to use BP Saul Wold
2013-05-04  2:41 ` Darren Hart
2013-05-04  8:11   ` Paul Eggleton
2013-05-04 18:54     ` Burton, Ross
2013-05-04 19:25     ` Darren Hart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox