mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 07:27:12 +00:00
Update SRC_URIs to use BPN instead of PN
[YOCTO #860] (From OE-Core rev: 09ed5de9624be38c0fa5cb3f943691c3b4a50686) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -13,7 +13,7 @@ def openmoko_base_get_subdir(d):
|
||||
|
||||
SUBDIR = "${@openmoko_base_get_subdir(d)}"
|
||||
|
||||
SRC_URI := "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/${SUBDIR};module=${PN};proto=http"
|
||||
SRC_URI := "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/${SUBDIR};module=${BPN};proto=http"
|
||||
S = "${WORKDIR}/${PN}"
|
||||
|
||||
FILES_${PN} += "${datadir}/icons"
|
||||
|
||||
@@ -22,7 +22,7 @@ def openmoko_two_get_subdir(d):
|
||||
LICENSE = "${@openmoko_two_get_license(d)}"
|
||||
SUBDIR = "${@openmoko_two_get_subdir(d)}"
|
||||
|
||||
SRC_URI := "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/${SUBDIR};module=${PN};proto=http"
|
||||
SRC_URI := "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/${SUBDIR};module=${BPN};proto=http"
|
||||
S = "${WORKDIR}/${PN}"
|
||||
|
||||
FILES_${PN} += "${datadir}/icons"
|
||||
|
||||
@@ -9,7 +9,7 @@ LICENSE = "LGPLv2"
|
||||
DEPENDS += "startup-notification"
|
||||
|
||||
XFCE_VERSION = ${PV}
|
||||
SRC_URI = "http://www.us.xfce.org/archive/xfce/${XFCE_VERSION}/src/${PN}-${PV}.tar.bz2"
|
||||
SRC_URI = "http://www.us.xfce.org/archive/xfce/${XFCE_VERSION}/src/${BPN}-${PV}.tar.bz2"
|
||||
|
||||
inherit autotools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user