diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2018-06-07 00:42:46 +0300 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2018-06-07 00:47:40 +0300 |
commit | 05d1ed054e23b8669fec97256268e23c9c84c54c (patch) | |
tree | 3c534fd3938eddad4ea7e182949f45552d020482 | |
parent | 95b066090dd5022e922dad6fa1f609b757988f67 (diff) |
libcap_%.bbappend: Remove invalid PACKAGECONFIG
Fix the following warning in Eel by removing an
invalid PACKAGECONFIG:
WARNING: libcap-native-2.25-r0 do_configure: QA Issue: \
libcap-native: invalid PACKAGECONFIG: attr [invalid-packageconfig]
Changhyeok Bae has already applied similar solution in master.
Bug-AGL: SPEC-1503
Change-Id: I37ef4650c27798c98730a2a92607088c5fdc59db
Suggested-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
-rw-r--r-- | meta-app-framework/recipes-support/libcap/libcap_%.bbappend | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-app-framework/recipes-support/libcap/libcap_%.bbappend b/meta-app-framework/recipes-support/libcap/libcap_%.bbappend index fbe893501..c4561db22 100644 --- a/meta-app-framework/recipes-support/libcap/libcap_%.bbappend +++ b/meta-app-framework/recipes-support/libcap/libcap_%.bbappend @@ -1,5 +1,2 @@ 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" - |