[oe-commits] Koen Kooi : libcgroup: update to 0.37.1

git version control git at git.openembedded.org
Thu Jul 28 17:38:19 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 117fb53bfe37d37b5e39b1f55dd909058e25c1b0
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=117fb53bfe37d37b5e39b1f55dd909058e25c1b0

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Thu Jul 28 11:05:09 2011 +0200

libcgroup: update to 0.37.1

Also fix PAM support

---

 meta-oe/recipes-core/libcgroup/libcgroup_0.36.2.bb |   17 -----------------
 meta-oe/recipes-core/libcgroup/libcgroup_0.37.1.bb |   18 ++++++++++++++++++
 2 files changed, 18 insertions(+), 17 deletions(-)

diff --git a/meta-oe/recipes-core/libcgroup/libcgroup_0.36.2.bb b/meta-oe/recipes-core/libcgroup/libcgroup_0.36.2.bb
deleted file mode 100644
index bf4675e..0000000
--- a/meta-oe/recipes-core/libcgroup/libcgroup_0.36.2.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Libcgroup"
-SECTION = "libs"
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
-
-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[md5sum] = "2b0fedf37e8f3e915a2f4f3f10879076"
-SRC_URI[sha256sum] = "7fdb171c09d7e9d13d118045a5651b8c146ede979c05aca0f6bb20624e6a73e3"
-
-PACKAGES =+ "cgroups-pam-plugin"
-FILES_cgroups-pam-plugin = "${libdir}/security/pam_cgroup.so*"
-
diff --git a/meta-oe/recipes-core/libcgroup/libcgroup_0.37.1.bb b/meta-oe/recipes-core/libcgroup/libcgroup_0.37.1.bb
new file mode 100644
index 0000000..c235eb6
--- /dev/null
+++ b/meta-oe/recipes-core/libcgroup/libcgroup_0.37.1.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Libcgroup"
+SECTION = "libs"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
+
+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[md5sum] = "24a41b18de112e8d085bb1f7d9e82af7"
+SRC_URI[sha256sum] = "0b08632de5d3641aa554b422d02a77d9367e57933328a8765204ad9588cd5c0d"
+
+EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam-module-dir=${base_libdir}/security --enable-pam=yes', '--enable-pam=no', d)}"
+
+PACKAGES =+ "cgroups-pam-plugin"
+FILES_cgroups-pam-plugin = "${base_libdir}/security/pam_cgroup.so*"
+





More information about the Openembedded-commits mailing list