* [PATCH V2] libcgroup_0.37.1.bb: Add recipe
@ 2012-07-23 20:56 Khem Raj
2012-07-26 19:21 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2012-07-23 20:56 UTC (permalink / raw)
To: openembedded-core
This recipe is imported from meta-oe its a requirement for
systemd to work. Now that systemd is living in a layer of
its own. Lets have this recipe into core metadata
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
meta/recipes-core/libcgroup/libcgroup_0.37.1.bb | 27 +++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-core/libcgroup/libcgroup_0.37.1.bb
diff --git a/meta/recipes-core/libcgroup/libcgroup_0.37.1.bb b/meta/recipes-core/libcgroup/libcgroup_0.37.1.bb
new file mode 100644
index 0000000..a99d7ac
--- /dev/null
+++ b/meta/recipes-core/libcgroup/libcgroup_0.37.1.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "Libcgroup"
+SECTION = "libs"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
+
+PR = "r1"
+
+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)}"
+
+# http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg21444.html
+PARALLEL_MAKE = ""
+
+PACKAGES =+ "cgroups-pam-plugin"
+FILES_cgroups-pam-plugin = "${base_libdir}/security/pam_cgroup.so*"
+FILES_${PN}-dbg += "${base_libdir}/security/.debug"
+FILES_${PN}-dev += "${base_libdir}/security/*.la"
+
+# We really need the symlink so :(
+INSANE_SKIP_${PN} = "dev-so"
--
1.7.5.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH V2] libcgroup_0.37.1.bb: Add recipe
2012-07-23 20:56 [PATCH V2] libcgroup_0.37.1.bb: Add recipe Khem Raj
@ 2012-07-26 19:21 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2012-07-26 19:21 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 07/23/2012 01:56 PM, Khem Raj wrote:
> This recipe is imported from meta-oe its a requirement for
> systemd to work. Now that systemd is living in a layer of
> its own. Lets have this recipe into core metadata
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> meta/recipes-core/libcgroup/libcgroup_0.37.1.bb | 27 +++++++++++++++++++++++
> 1 files changed, 27 insertions(+), 0 deletions(-)
> create mode 100644 meta/recipes-core/libcgroup/libcgroup_0.37.1.bb
>
> diff --git a/meta/recipes-core/libcgroup/libcgroup_0.37.1.bb b/meta/recipes-core/libcgroup/libcgroup_0.37.1.bb
> new file mode 100644
> index 0000000..a99d7ac
> --- /dev/null
> +++ b/meta/recipes-core/libcgroup/libcgroup_0.37.1.bb
> @@ -0,0 +1,27 @@
> +DESCRIPTION = "Libcgroup"
> +SECTION = "libs"
> +LICENSE = "LGPLv2.1"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
> +
> +PR = "r1"
> +
> +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)}"
> +
> +# http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg21444.html
> +PARALLEL_MAKE = ""
> +
> +PACKAGES =+ "cgroups-pam-plugin"
> +FILES_cgroups-pam-plugin = "${base_libdir}/security/pam_cgroup.so*"
> +FILES_${PN}-dbg += "${base_libdir}/security/.debug"
> +FILES_${PN}-dev += "${base_libdir}/security/*.la"
> +
> +# We really need the symlink so :(
> +INSANE_SKIP_${PN} = "dev-so"
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-26 19:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-23 20:56 [PATCH V2] libcgroup_0.37.1.bb: Add recipe Khem Raj
2012-07-26 19:21 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox