summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2012-02-28 15:51:46 +0800
committerMark Hatle <mark.hatle@windriver.com>2012-05-18 18:31:22 -0500
commit1675fcf46cb63b1d7b1c61b904da507d2b4cf8b0 (patch)
tree55c870951f481e1fa0737d95ab977c76d4208184
parent7be7c2aca16f26175a23d442559ee036e538faa6 (diff)
downloadmeta-selinux-1675fcf46cb63b1d7b1c61b904da507d2b4cf8b0.tar.gz
libcgroup: Update to new version 0.38
-rw-r--r--recipes-core/libcgroup/libcgroup_0.38.bb (renamed from recipes-core/libcgroup/libcgroup_0.37.1.bb)10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-core/libcgroup/libcgroup_0.37.1.bb b/recipes-core/libcgroup/libcgroup_0.38.bb
index 1c81427..5a3b68d 100644
--- a/recipes-core/libcgroup/libcgroup_0.37.1.bb
+++ b/recipes-core/libcgroup/libcgroup_0.38.bb
@@ -11,15 +11,13 @@ SECTION = "libs"
11LICENSE = "LGPLv2.1" 11LICENSE = "LGPLv2.1"
12LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" 12LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
13 13
14PR = "r1"
15
16inherit autotools pkgconfig 14inherit autotools pkgconfig
17 15
18DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" 16DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
19 17
20SRC_URI = "${SOURCEFORGE_MIRROR}/project/libcg/${PN}/v${PV}/${PN}-${PV}.tar.bz2" 18SRC_URI = "${SOURCEFORGE_MIRROR}/project/libcg/libcgroup/v.038/libcgroup-${PV}.tar.bz2"
21SRC_URI[md5sum] = "24a41b18de112e8d085bb1f7d9e82af7" 19SRC_URI[md5sum] = "f0f7d4060bf36ccc19d75dbf4f1695db"
22SRC_URI[sha256sum] = "0b08632de5d3641aa554b422d02a77d9367e57933328a8765204ad9588cd5c0d" 20SRC_URI[sha256sum] = "5d36d1a48b95f62fe9fcdf74a5a4089512e5e43e6011aa1504fd6f2a0909867f"
23 21
24EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam-module-dir=${base_libdir}/security --enable-pam=yes', '--enable-pam=no', d)}" 22EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam-module-dir=${base_libdir}/security --enable-pam=yes', '--enable-pam=no', d)}"
25 23
@@ -33,3 +31,5 @@ FILES_${PN}-dev += "${base_libdir}/security/*.la"
33 31
34# We really need the symlink so :( 32# We really need the symlink so :(
35ERROR_QA = "debug-deps dev-deps debug-files arch la2 pkgconfig la perms" 33ERROR_QA = "debug-deps dev-deps debug-files arch la2 pkgconfig la perms"
34
35BBCLASSEXTEND = "native"