diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-07-02 19:26:00 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:56:55 +0200 |
commit | 57b25e5aeb3068cc75aa154358a041076eb3a5ed (patch) | |
tree | a0164ecd40c34dfead2ee696b9af6d2a8b4a1781 /meta-xfce | |
parent | c9f98593f2e3a51a0224233f194c6059db5caeeb (diff) | |
download | meta-openembedded-57b25e5aeb3068cc75aa154358a041076eb3a5ed.tar.gz |
meta-xfce: 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>
Diffstat (limited to 'meta-xfce')
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-xfce/recipes-art/xfce4-icon-theme/xfce4-icon-theme_4.4.3.bb b/meta-xfce/recipes-art/xfce4-icon-theme/xfce4-icon-theme_4.4.3.bb index ac104e2fd..1e4b06bfe 100644 --- a/meta-xfce/recipes-art/xfce4-icon-theme/xfce4-icon-theme_4.4.3.bb +++ b/meta-xfce/recipes-art/xfce4-icon-theme/xfce4-icon-theme_4.4.3.bb | |||
@@ -7,7 +7,7 @@ DEPENDS = "intltool-native xfce4-dev-tools-native" | |||
7 | 7 | ||
8 | inherit xfce | 8 | inherit xfce |
9 | 9 | ||
10 | SRC_URI = "http://archive.xfce.org/src/art/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2" | 10 | SRC_URI = "http://archive.xfce.org/src/art/${BPN}/${@'${PV}'[0:3]}/${BP}.tar.bz2" |
11 | SRC_URI[md5sum] = "73ce2977b84f634a6a6c5d9c27e336db" | 11 | SRC_URI[md5sum] = "73ce2977b84f634a6a6c5d9c27e336db" |
12 | SRC_URI[sha256sum] = "d4786692d56b8a563f66a5f260f1f13ade11e86c78cbcb25a9f9a5fc47cf66fa" | 12 | SRC_URI[sha256sum] = "d4786692d56b8a563f66a5f260f1f13ade11e86c78cbcb25a9f9a5fc47cf66fa" |
13 | 13 | ||
diff --git a/meta-xfce/recipes-art/xfwm4-themes/xfwm4-themes_4.10.0.bb b/meta-xfce/recipes-art/xfwm4-themes/xfwm4-themes_4.10.0.bb index fc1062fec..7030f7a26 100644 --- a/meta-xfce/recipes-art/xfwm4-themes/xfwm4-themes_4.10.0.bb +++ b/meta-xfce/recipes-art/xfwm4-themes/xfwm4-themes_4.10.0.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
5 | 5 | ||
6 | inherit xfce | 6 | inherit xfce |
7 | 7 | ||
8 | SRC_URI = "http://archive.xfce.org/src/art/${PN}/${@'${PV}'[0:4]}/${PN}-${PV}.tar.bz2" | 8 | SRC_URI = "http://archive.xfce.org/src/art/${BPN}/${@'${PV}'[0:4]}/${BP}.tar.bz2" |
9 | SRC_URI[md5sum] = "eaa58362053a3549c8be0b32efd3c54f" | 9 | SRC_URI[md5sum] = "eaa58362053a3549c8be0b32efd3c54f" |
10 | SRC_URI[sha256sum] = "3214d5f00e9703b5e8c9e7c3287d606dedec7285ceb4d5db332e93ada66fd575" | 10 | SRC_URI[sha256sum] = "3214d5f00e9703b5e8c9e7c3287d606dedec7285ceb4d5db332e93ada66fd575" |
11 | 11 | ||
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.6.3.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.6.3.bb index aa67fdfa0..3feb242c4 100644 --- a/meta-xfce/recipes-xfce/thunar/thunar_1.6.3.bb +++ b/meta-xfce/recipes-xfce/thunar/thunar_1.6.3.bb | |||
@@ -8,7 +8,7 @@ inherit xfce | |||
8 | 8 | ||
9 | SRC_URI[md5sum] = "4f10d5d5576ce5127308d6badbac3afa" | 9 | SRC_URI[md5sum] = "4f10d5d5576ce5127308d6badbac3afa" |
10 | SRC_URI[sha256sum] = "9a2706f6881ac29cda9f0b0325d179153bc09e37bcbafcab9823c1c1ec89579d" | 10 | SRC_URI[sha256sum] = "9a2706f6881ac29cda9f0b0325d179153bc09e37bcbafcab9823c1c1ec89579d" |
11 | SRC_URI = "http://archive.xfce.org/src/xfce/${PN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2" | 11 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2" |
12 | 12 | ||
13 | S = "${WORKDIR}/Thunar-${PV}/" | 13 | S = "${WORKDIR}/Thunar-${PV}/" |
14 | 14 | ||