diff options
-rw-r--r-- | meta/recipes-support/libcap/libcap.inc | 2 | ||||
-rw-r--r-- | meta/recipes-support/libcap/libcap_2.19.bb | 6 | ||||
-rw-r--r-- | meta/recipes-support/libcap/libcap_2.20.bb | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-support/libcap/libcap.inc b/meta/recipes-support/libcap/libcap.inc index a1c93f1e24..292fa78702 100644 --- a/meta/recipes-support/libcap/libcap.inc +++ b/meta/recipes-support/libcap/libcap.inc | |||
@@ -18,7 +18,7 @@ do_configure() { | |||
18 | sed -e 's,BUILD_CFLAGS ?=,BUILD_CFLAGS := $(BUILD_CFLAGS),' -i Make.Rules | 18 | sed -e 's,BUILD_CFLAGS ?=,BUILD_CFLAGS := $(BUILD_CFLAGS),' -i Make.Rules |
19 | } | 19 | } |
20 | 20 | ||
21 | EXTRA_OEMAKE = "LIBATTR=yes PAM_CAP=yes INDENT= lib=lib SYSTEM_HEADERS=${STAGING_INCDIR}" | 21 | EXTRA_OEMAKE = "LIBATTR=yes PAM_CAP=yes INDENT= lib=lib SYSTEM_HEADERS=${STAGING_INCDIR} RAISE_SETFCAP=no" |
22 | EXTRA_OEMAKE_virtclass-native = "LIBATTR=no PAM_CAP=no INDENT= lib=lib" | 22 | EXTRA_OEMAKE_virtclass-native = "LIBATTR=no PAM_CAP=no INDENT= lib=lib" |
23 | 23 | ||
24 | do_compile() { | 24 | do_compile() { |
diff --git a/meta/recipes-support/libcap/libcap_2.19.bb b/meta/recipes-support/libcap/libcap_2.19.bb deleted file mode 100644 index 9abd3b5a43..0000000000 --- a/meta/recipes-support/libcap/libcap_2.19.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | require libcap.inc | ||
2 | |||
3 | PR = "r1" | ||
4 | |||
5 | SRC_URI[md5sum] = "eb1ff04d39bfa2342b8e78b0fd60dc2d" | ||
6 | SRC_URI[sha256sum] = "ed1693e344054a398e68a7cc840892e3d1a880562743bdf28fd918649aa5a4ce" | ||
diff --git a/meta/recipes-support/libcap/libcap_2.20.bb b/meta/recipes-support/libcap/libcap_2.20.bb new file mode 100644 index 0000000000..2fa949b426 --- /dev/null +++ b/meta/recipes-support/libcap/libcap_2.20.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require libcap.inc | ||
2 | |||
3 | PR = "r0" | ||
4 | |||
5 | SRC_URI[md5sum] = "10e47ed32ca2214eb0e58780282d27b4" | ||
6 | SRC_URI[sha256sum] = "20e7c1ea4d3d5c410efb3a6ff138dc417912fae316d883460dcd58d9803a9220" | ||