mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
Remove upstreamed patch. (From OE-Core rev: c96a3f3269ecadbb88011acca61902bbdc76522b) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
860 B
PHP
18 lines
860 B
PHP
SUMMARY = "An alternate posix capabilities library"
|
|
DESCRIPTION = "The libcap-ng library is intended to make programming \
|
|
with POSIX capabilities much easier than the traditional libcap library."
|
|
HOMEPAGE = "http://freecode.com/projects/libcap-ng"
|
|
SECTION = "base"
|
|
LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
|
file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06"
|
|
|
|
SRC_URI = "https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${PV}.tar.gz"
|
|
|
|
SRC_URI[sha256sum] = "bed6f6848e22bb2f83b5f764b2aef0ed393054e803a8e3a8711cb2a39e6b492d"
|
|
|
|
EXTRA_OECONF:append:class-target = " --with-capability_header=${STAGING_INCDIR}/linux/capability.h"
|
|
EXTRA_OECONF:append:class-nativesdk = " --with-capability_header=${STAGING_INCDIR}/linux/capability.h"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|