mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-08 15:15:00 +02:00
This needs to get changed to use INSANE_SKIP, but I can't find the right incantation in the docs Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
21 lines
826 B
BlitzBasic
21 lines
826 B
BlitzBasic
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*"
|
|
|
|
# We really need the symlink so :(
|
|
ERROR_QA = "debug-deps dev-deps debug-files arch la2 pkgconfig la perms"
|