diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-02-28 15:51:46 +0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@windriver.com> | 2012-05-18 18:31:22 -0500 |
commit | 1675fcf46cb63b1d7b1c61b904da507d2b4cf8b0 (patch) | |
tree | 55c870951f481e1fa0737d95ab977c76d4208184 | |
parent | 7be7c2aca16f26175a23d442559ee036e538faa6 (diff) | |
download | meta-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" | |||
11 | LICENSE = "LGPLv2.1" | 11 | LICENSE = "LGPLv2.1" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
13 | 13 | ||
14 | PR = "r1" | ||
15 | |||
16 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
17 | 15 | ||
18 | DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | 16 | DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" |
19 | 17 | ||
20 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/libcg/${PN}/v${PV}/${PN}-${PV}.tar.bz2" | 18 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/libcg/libcgroup/v.038/libcgroup-${PV}.tar.bz2" |
21 | SRC_URI[md5sum] = "24a41b18de112e8d085bb1f7d9e82af7" | 19 | SRC_URI[md5sum] = "f0f7d4060bf36ccc19d75dbf4f1695db" |
22 | SRC_URI[sha256sum] = "0b08632de5d3641aa554b422d02a77d9367e57933328a8765204ad9588cd5c0d" | 20 | SRC_URI[sha256sum] = "5d36d1a48b95f62fe9fcdf74a5a4089512e5e43e6011aa1504fd6f2a0909867f" |
23 | 21 | ||
24 | EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam-module-dir=${base_libdir}/security --enable-pam=yes', '--enable-pam=no', d)}" | 22 | EXTRA_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 :( |
35 | ERROR_QA = "debug-deps dev-deps debug-files arch la2 pkgconfig la perms" | 33 | ERROR_QA = "debug-deps dev-deps debug-files arch la2 pkgconfig la perms" |
34 | |||
35 | BBCLASSEXTEND = "native" | ||