diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-14 22:33:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-14 22:36:25 +0000 |
commit | 257a9edb4b6a12cc1c990f6bb2d8e5a6fb560823 (patch) | |
tree | 84acaf4fdc191358a7f1bd2a6a991a00a46bdde2 /meta/classes/xfce.bbclass | |
parent | 4f5b57c67eec42f52a282f3d0dcafc0eff72cc3b (diff) | |
download | poky-257a9edb4b6a12cc1c990f6bb2d8e5a6fb560823.tar.gz |
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>
Diffstat (limited to 'meta/classes/xfce.bbclass')
-rw-r--r-- | meta/classes/xfce.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/xfce.bbclass b/meta/classes/xfce.bbclass index 95778ee39e..d21bb42d46 100644 --- a/meta/classes/xfce.bbclass +++ b/meta/classes/xfce.bbclass | |||
@@ -9,7 +9,7 @@ LICENSE = "LGPLv2" | |||
9 | DEPENDS += "startup-notification" | 9 | DEPENDS += "startup-notification" |
10 | 10 | ||
11 | XFCE_VERSION = ${PV} | 11 | XFCE_VERSION = ${PV} |
12 | SRC_URI = "http://www.us.xfce.org/archive/xfce/${XFCE_VERSION}/src/${PN}-${PV}.tar.bz2" | 12 | SRC_URI = "http://www.us.xfce.org/archive/xfce/${XFCE_VERSION}/src/${BPN}-${PV}.tar.bz2" |
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |
15 | 15 | ||