From: Leon Anavi Date: Wed, 6 Jun 2018 21:42:46 +0000 (+0300) Subject: libcap_%.bbappend: Remove invalid PACKAGECONFIG X-Git-Tag: 5.1.0~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F27%2F14227%2F1;p=AGL%2Fmeta-agl.git 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 Signed-off-by: Leon Anavi --- 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" -