diff options
author | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-03-28 13:52:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-03-28 13:52:42 +0000 |
commit | 2ceaa31f4137a5a9fb759338827f4b5d1d995772 (patch) | |
tree | 154a25036134c42d5ed51ab471b90b4e20d607fb /meta-app-framework/recipes-support/libcap/libcap_%.bbappend | |
parent | ef0b30d05bd1d04ebe5edfafd1c26d2b09bd7d6e (diff) | |
parent | 7fcf42ba21c2a00a60f32140924fefc3cc39ad28 (diff) |
Merge "Merge: migrate appfw from meta-agl-extra"
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" + |