mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
meta-oe: use BPN in SRC_URI
Fixed SRC_URI:
* ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV}
* ${P} -> ${BP}
Otherwise we would meet do_fetch errors when we do the multilib, native
or nativesdk build.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
621de68d62
commit
05de0ca43d
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
|
||||
|
||||
inherit gnomebase
|
||||
|
||||
SRC_URI = "http://ftp.gimp.org/pub/${PN}/0.1/${PN}-${PV}.tar.bz2"
|
||||
SRC_URI = "http://ftp.gimp.org/pub/${BPN}/0.1/${BP}.tar.bz2"
|
||||
SRC_URI[md5sum] = "9e1542ab5c0b12ea3af076a9a2f02d79"
|
||||
SRC_URI[sha256sum] = "943fc36ceac7dd25bc928256bc7b535a42989c6b971578146869eee5fe5955f4"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a"
|
||||
SECTION = "console/utils"
|
||||
DEPENDS = "libpng zlib"
|
||||
SRC_URI = "http://fbgrab.monells.se/${P}.tar.gz"
|
||||
SRC_URI = "http://fbgrab.monells.se/${BP}.tar.gz"
|
||||
|
||||
inherit autotools
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[jasper] = "--with-jasper,--without-jasper,jasper"
|
||||
PACKAGECONFIG[avformat] = "--with-libavformat,--without-libavformat,libav"
|
||||
|
||||
SRC_URI = "http://ftp.gimp.org/pub/${PN}/0.2/${PN}-${PV}.tar.bz2"
|
||||
SRC_URI = "http://ftp.gimp.org/pub/${BPN}/0.2/${BP}.tar.bz2"
|
||||
SRC_URI[md5sum] = "32b00002f1f1e316115c4ed922e1dec8"
|
||||
SRC_URI[sha256sum] = "df2e6a0d9499afcbc4f9029c18d9d1e0dd5e8710a75e17c9b1d9a6480dd8d426"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
|
||||
|
||||
DEPENDS = "gtk+ enchant libxml2"
|
||||
|
||||
SRC_URI = "http://releases.chipx86.com/libsexy/${PN}/${PN}-${PV}.tar.gz \
|
||||
SRC_URI = "http://releases.chipx86.com/libsexy/${BPN}/${BP}.tar.gz \
|
||||
file://libsexy-pkgconfig-fixes.patch"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
@@ -8,7 +8,7 @@ PR = "r1"
|
||||
DEPENDS = "virtual/libx11 libxmu libpng jpeg freetype sessreg ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
|
||||
|
||||
SRC_URI = " \
|
||||
http://download.berlios.de/${PN}/${P}.tar.gz \
|
||||
http://download.berlios.de/${BPN}/${BP}.tar.gz \
|
||||
file://0002-Fix-image-handling-integer-overflows.patch \
|
||||
file://0003-Fix-build-failure-with-ld-as-needed.patch \
|
||||
file://0004-Add-support-libpng15.patch \
|
||||
|
||||
@@ -4,7 +4,7 @@ DEPENDS = "libxaw xproto xextproto libxext libxau libxpm ncurses"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=540cf18ccc16bc3c5fea40d2ab5d8d51"
|
||||
|
||||
SRC_URI = "ftp://invisible-island.net/xterm/${PN}-${PV}.tgz"
|
||||
SRC_URI = "ftp://invisible-island.net/xterm/${BP}.tgz"
|
||||
|
||||
SRC_URI[md5sum] = "48f6d49b2b6b6933d501d767cbed9254"
|
||||
SRC_URI[sha256sum] = "8af29987bda9b77205ebf6233aaa5c347e5f2407310b62ac9ba92a658257f058"
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "MIT-X"
|
||||
|
||||
XORG_PN = "${PN}"
|
||||
|
||||
SRC_URI = "${XORG_MIRROR}/individual/data/${XORG_PN}-${PV}.tar.bz2"
|
||||
SRC_URI = "${XORG_MIRROR}/individual/data/${BP}.tar.bz2"
|
||||
S = "${WORKDIR}/${XORG_PN}-${PV}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user