mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
SRC_URI: Using BPN instaed of PN.
[YOCTO #1333] In multilib cases, PN has the prefix of MLPREFIX. It is not correct to use PN in SRC_URI. We should use the pruned BPN instead. (From OE-Core rev: ce94fa29b81bebaaee8058f0600e111832d638f2) Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
999a84bdb3
commit
e3bdc689f2
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \
|
||||
|
||||
DEPENDS = "dbus glib-2.0 dbus-glib"
|
||||
|
||||
SRC_URI = "http://www.galago-project.org/files/releases/source/${BPN}/${P}.tar.gz \
|
||||
SRC_URI = "http://www.galago-project.org/files/releases/source/${BPN}/${BPN}-${PV}.tar.gz \
|
||||
file://mkdir.patch;patch=1 \
|
||||
file://pkgconfig.patch;patch=1 "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user