diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-07-02 19:25:54 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:56:55 +0200 |
commit | b35e2f02466fcbea7431c9be95947cdb640708c8 (patch) | |
tree | 6b3748fdc01e2728baa372101f402960936a3eeb | |
parent | f1363ffca46827b86258871dfdbcac202f2c7d7d (diff) | |
download | meta-openembedded-b35e2f02466fcbea7431c9be95947cdb640708c8.tar.gz |
meta-gnome: 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>
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb b/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb index 6dc5159be..7283409e9 100644 --- a/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb +++ b/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | |||
7 | 7 | ||
8 | DEPENDS = "gtk+ alsa-lib glib-2.0 virtual/libx11" | 8 | DEPENDS = "gtk+ alsa-lib glib-2.0 virtual/libx11" |
9 | 9 | ||
10 | SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.gz" | 10 | SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.gz" |
11 | SRC_URI[md5sum] = "e06e9ca8d61d74910343bb3ef4348f7f" | 11 | SRC_URI[md5sum] = "e06e9ca8d61d74910343bb3ef4348f7f" |
12 | SRC_URI[sha256sum] = "a07130d62719e8c1244f8405dd97445798df5204fc0f3f2f2b669b125114b468" | 12 | SRC_URI[sha256sum] = "a07130d62719e8c1244f8405dd97445798df5204fc0f3f2f2b669b125114b468" |
13 | 13 | ||
diff --git a/meta-gnome/recipes-apps/gnome-mplayer/gnome-mplayer_1.0.5.bb b/meta-gnome/recipes-apps/gnome-mplayer/gnome-mplayer_1.0.5.bb index 4be94c558..c5ac6e23f 100644 --- a/meta-gnome/recipes-apps/gnome-mplayer/gnome-mplayer_1.0.5.bb +++ b/meta-gnome/recipes-apps/gnome-mplayer/gnome-mplayer_1.0.5.bb | |||
@@ -10,7 +10,7 @@ PR = "r2" | |||
10 | 10 | ||
11 | DEPENDS = "gmtk gtk+ alsa-lib libnotify glib-2.0 dbus-glib virtual/libx11 libxscrnsaver" | 11 | DEPENDS = "gmtk gtk+ alsa-lib libnotify glib-2.0 dbus-glib virtual/libx11 libxscrnsaver" |
12 | 12 | ||
13 | SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.gz" | 13 | SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.gz" |
14 | SRC_URI[md5sum] = "1d3ab24c5501b5528e357931ca4dc6da" | 14 | SRC_URI[md5sum] = "1d3ab24c5501b5528e357931ca4dc6da" |
15 | SRC_URI[sha256sum] = "ac3c179345baecb4ca5237782aa33e83253a87bf8b42ce6eb3a9207a340f61b2" | 15 | SRC_URI[sha256sum] = "ac3c179345baecb4ca5237782aa33e83253a87bf8b42ce6eb3a9207a340f61b2" |
16 | 16 | ||
diff --git a/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb b/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb index 3fb5776ec..3cd791076 100644 --- a/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb +++ b/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb | |||
@@ -7,7 +7,7 @@ PR = "r4" | |||
7 | 7 | ||
8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||
10 | SRC_URI = "http://burtonini.com/temp/${PN}-${PV}.tar.gz \ | 10 | SRC_URI = "http://burtonini.com/temp/${BP}.tar.gz \ |
11 | file://gtkstylus.sh" | 11 | file://gtkstylus.sh" |
12 | SRC_URI[md5sum] = "fa1c82cd9fd2fafd7ff10d78eb5781c5" | 12 | SRC_URI[md5sum] = "fa1c82cd9fd2fafd7ff10d78eb5781c5" |
13 | SRC_URI[sha256sum] = "383e0a22a537f653b8d41688277560f95678a042967198085ec7caa1a5cc2f4c" | 13 | SRC_URI[sha256sum] = "383e0a22a537f653b8d41688277560f95678a042967198085ec7caa1a5cc2f4c" |
diff --git a/meta-gnome/recipes-gnome/nonworking/gcalctool/gcalctool_5.32.0.bb b/meta-gnome/recipes-gnome/nonworking/gcalctool/gcalctool_5.32.0.bb index f16551f84..4812fe387 100644 --- a/meta-gnome/recipes-gnome/nonworking/gcalctool/gcalctool_5.32.0.bb +++ b/meta-gnome/recipes-gnome/nonworking/gcalctool/gcalctool_5.32.0.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "GPL-2.0" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
7 | 7 | ||
8 | SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" | 8 | SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" |
9 | SRC_URI = "http://download.gnome.org/sources/${PN}/${SHRT_VER}/${PN}-${PV}.tar.gz" | 9 | SRC_URI = "http://download.gnome.org/sources/${BPN}/${SHRT_VER}/${BP}.tar.gz" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "48db927c6e7ee1d5395f953a8c184c98" | 11 | SRC_URI[md5sum] = "48db927c6e7ee1d5395f953a8c184c98" |
12 | SRC_URI[sha256sum] = "346f645c0fdef900642f6e9a2c18e7ba9a7ca9bc62fe2b08eb418f065a425c89" | 12 | SRC_URI[sha256sum] = "346f645c0fdef900642f6e9a2c18e7ba9a7ca9bc62fe2b08eb418f065a425c89" |