diff options
Diffstat (limited to 'meta/recipes-support/libcap-ng/libcap-ng.inc')
-rw-r--r-- | meta/recipes-support/libcap-ng/libcap-ng.inc | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/meta/recipes-support/libcap-ng/libcap-ng.inc b/meta/recipes-support/libcap-ng/libcap-ng.inc index 845b7c2f0a..ed8712bf2b 100644 --- a/meta/recipes-support/libcap-ng/libcap-ng.inc +++ b/meta/recipes-support/libcap-ng/libcap-ng.inc | |||
@@ -1,17 +1,22 @@ | |||
1 | SUMMARY = "An alternate posix capabilities library" | 1 | SUMMARY = "An alternate posix capabilities library" |
2 | DESCRIPTION = "The libcap-ng library is intended to make programming \ | 2 | DESCRIPTION = "The libcap-ng library is intended to make programming \ |
3 | with POSIX capabilities much easier than the traditional libcap library." | 3 | with POSIX capabilities much easier than the traditional libcap library." |
4 | HOMEPAGE = "http://freecode.com/projects/libcap-ng" | 4 | HOMEPAGE = "https://github.com/stevegrubb/libcap-ng" |
5 | SECTION = "base" | 5 | SECTION = "base" |
6 | LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later" | 6 | LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
8 | file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06" | 8 | file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06" |
9 | 9 | ||
10 | SRC_URI = "https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${PV}.tar.gz \ | 10 | SRC_URI = "git://github.com/stevegrubb/libcap-ng.git;protocol=https;branch=master \ |
11 | file://fix-issues-with-swig-4-2.patch \ | 11 | file://0001-Fix-python-path-when-invoking-py-compile-54.patch \ |
12 | " | 12 | " |
13 | SRCREV = "f5d39702622208b3ada064d7b2eaeaf1454c9bd3" | ||
13 | 14 | ||
14 | SRC_URI[sha256sum] = "68581d3b38e7553cb6f6ddf7813b1fc99e52856f21421f7b477ce5abd2605a8a" | 15 | inherit lib_package autotools |
16 | |||
17 | do_configure:prepend() { | ||
18 | touch ${S}/NEWS | ||
19 | } | ||
15 | 20 | ||
16 | EXTRA_OECONF:append:class-target = " --with-capability_header=${STAGING_INCDIR}/linux/capability.h" | 21 | EXTRA_OECONF:append:class-target = " --with-capability_header=${STAGING_INCDIR}/linux/capability.h" |
17 | EXTRA_OECONF:append:class-nativesdk = " --with-capability_header=${STAGING_INCDIR}/linux/capability.h" | 22 | EXTRA_OECONF:append:class-nativesdk = " --with-capability_header=${STAGING_INCDIR}/linux/capability.h" |