From 05d1ed054e23b8669fec97256268e23c9c84c54c Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 7 Jun 2018 00:42:46 +0300 Subject: 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 --- meta-app-framework/recipes-support/libcap/libcap_%.bbappend | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta-app-framework') 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" - -- cgit 1.2.3-korg