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/recipes-graphics/libmatchbox | |
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/recipes-graphics/libmatchbox')
-rw-r--r-- | meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/libmatchbox/libmatchbox_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb b/meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb index 3bc912ba41..b2cf46dd4d 100644 --- a/meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb +++ b/meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb | |||
@@ -2,7 +2,7 @@ require libmatchbox.inc | |||
2 | 2 | ||
3 | PR = "r8" | 3 | PR = "r8" |
4 | 4 | ||
5 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \ | 5 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/${BPN}/${PV}/${BPN}-${PV}.tar.gz \ |
6 | file://16bppfixes.patch;patch=1 \ | 6 | file://16bppfixes.patch;patch=1 \ |
7 | file://configure_fixes.patch;patch=1 \ | 7 | file://configure_fixes.patch;patch=1 \ |
8 | file://check.m4 \ | 8 | file://check.m4 \ |
diff --git a/meta/recipes-graphics/libmatchbox/libmatchbox_git.bb b/meta/recipes-graphics/libmatchbox/libmatchbox_git.bb index f916889cc3..01106d593b 100644 --- a/meta/recipes-graphics/libmatchbox/libmatchbox_git.bb +++ b/meta/recipes-graphics/libmatchbox/libmatchbox_git.bb | |||
@@ -4,7 +4,7 @@ PV = "1.9+git${SRCPV}" | |||
4 | PR = "r0" | 4 | PR = "r0" |
5 | DEFAULT_PREFERENCE = "-1" | 5 | DEFAULT_PREFERENCE = "-1" |
6 | 6 | ||
7 | SRC_URI = "git://git.pokylinux.org/${PN};protocol=git \ | 7 | SRC_URI = "git://git.pokylinux.org/${BPN};protocol=git \ |
8 | file://configure_fixes.patch;patch=1 \ | 8 | file://configure_fixes.patch;patch=1 \ |
9 | file://check.m4 \ | 9 | file://check.m4 \ |
10 | file://16bppfixes.patch;patch=1 \ | 10 | file://16bppfixes.patch;patch=1 \ |