From c59c158436bcde80e3e35cb466d8942ce337fc59 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 18 Nov 2012 11:16:53 +0000 Subject: libcgroup: Use BPN in SRC_URI If we don't do this, multilib and other varients using BBCLASSEXTEND will fail. (this patch is a subset of 9a97367038a1e2431bf94211dabbc5aedbbee3bb - Ross Burton) (From OE-Core rev: da81f2816086c240ad5ebf74f3b8a2caed0b6cae) Signed-off-by: Richard Purdie --- meta/recipes-core/libcgroup/libcgroup_0.37.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/libcgroup/libcgroup_0.37.1.bb b/meta/recipes-core/libcgroup/libcgroup_0.37.1.bb index a99d7ac4c8..3ef1dad58d 100644 --- a/meta/recipes-core/libcgroup/libcgroup_0.37.1.bb +++ b/meta/recipes-core/libcgroup/libcgroup_0.37.1.bb @@ -9,7 +9,7 @@ inherit autotools pkgconfig DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" -SRC_URI = "${SOURCEFORGE_MIRROR}/project/libcg/${PN}/v${PV}/${PN}-${PV}.tar.bz2" +SRC_URI = "${SOURCEFORGE_MIRROR}/project/libcg/${BPN}/v${PV}/${BPN}-${PV}.tar.bz2" SRC_URI[md5sum] = "24a41b18de112e8d085bb1f7d9e82af7" SRC_URI[sha256sum] = "0b08632de5d3641aa554b422d02a77d9367e57933328a8765204ad9588cd5c0d" -- cgit v1.2.3-54-g00ecf