diff options
Diffstat (limited to 'meta-app-framework/recipes-support/libcap/libcap_%.bbappend')
-rw-r--r-- | meta-app-framework/recipes-support/libcap/libcap_%.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-app-framework/recipes-support/libcap/libcap_%.bbappend b/meta-app-framework/recipes-support/libcap/libcap_%.bbappend new file mode 100644 index 000000000..fbe893501 --- /dev/null +++ b/meta-app-framework/recipes-support/libcap/libcap_%.bbappend @@ -0,0 +1,5 @@ +FILESEXTRAPATHS_append_class-native := ":${THISDIR}/${PN}" +SRC_URI_append_class-native = " file://removing-capability-enforcement.patch" +PACKAGECONFIG_class-native ?= "attr" +DEPENDS_append_class-native = " attr-native" + |