blob: a312b602ff36867e2f6f5cecdebe6f2649adc83f [file] [log] [blame]
Brad Bishop15ae2502019-06-18 21:44:24 -04001SUMMARY = "An alternate posix capabilities library"
2DESCRIPTION = "The libcap-ng library is intended to make programming \
3with POSIX capabilities much easier than the traditional libcap library."
4HOMEPAGE = "http://freecode.com/projects/libcap-ng"
5SECTION = "base"
6LICENSE = "GPLv2+ & LGPLv2.1+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
8 file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06"
9
Andrew Geissler706d5aa2021-02-12 15:55:30 -060010SRC_URI = "http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${PV}.tar.gz \
Brad Bishop15ae2502019-06-18 21:44:24 -040011 file://python.patch \
12"
13
Andrew Geissler706d5aa2021-02-12 15:55:30 -060014SRC_URI[sha256sum] = "f06b17aaca029e245c9a26c698c6cc8a1cf42b58483d93e94ee02b478bdc1055"
Brad Bishop15ae2502019-06-18 21:44:24 -040015
Brad Bishop64c979e2019-11-04 13:55:29 -050016BBCLASSEXTEND = "native nativesdk"