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-support/hal | |
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-support/hal')
-rw-r--r-- | meta/recipes-support/hal/hal-info.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/hal/hal-info.inc b/meta/recipes-support/hal/hal-info.inc index adba83fb28..183dd0ede5 100644 --- a/meta/recipes-support/hal/hal-info.inc +++ b/meta/recipes-support/hal/hal-info.inc | |||
@@ -6,7 +6,7 @@ SECTION = "unknown" | |||
6 | LICENSE = "GPLv2 | AFL" | 6 | LICENSE = "GPLv2 | AFL" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=ae484909bad0cf11c8e2071cee6bd4dc" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=ae484909bad0cf11c8e2071cee6bd4dc" |
8 | 8 | ||
9 | SRC_URI = "http://hal.freedesktop.org/releases/${PN}-${PV}.tar.gz" | 9 | SRC_URI = "http://hal.freedesktop.org/releases/${BPN}-${PV}.tar.gz" |
10 | 10 | ||
11 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig |
12 | 12 | ||