mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
eject: fix multilib builds
Use BPN instead of PN, BP instead of P to fix the multilib builds. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
8526864a81
commit
775e96a82b
@@ -5,12 +5,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||
|
||||
inherit autotools gettext update-alternatives
|
||||
|
||||
SRC_URI = "http://sources.openembedded.org/${P}.tar.gz"
|
||||
SRC_URI = "http://sources.openembedded.org/${BP}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "b96a6d4263122f1711db12701d79f738"
|
||||
SRC_URI[sha256sum] = "ef9f7906484cfde4ba223b2682a37058f9a3c7d3bb1adda7a34a67402e2ffe55"
|
||||
|
||||
S = "${WORKDIR}/${PN}"
|
||||
S = "${WORKDIR}/${BPN}"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user