mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
dmidecode: fix fetch path to use BP
This is so the multilib prefix is not used (From OE-Core rev: 50e26e553152485461d096463db0fb4f4fa826d6) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1e7b9ef7e2
commit
b5d5b1bfa4
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
|
|||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833"
|
||||||
PR = "r0"
|
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"
|
COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user