From 65bd0041da560c7ba9ede5e53c06b3f65d7906f2 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Fri, 25 Jul 2014 15:35:28 +0200 Subject: [PATCH] Fix libcap build Change-Id: Ic4bbcc3d53fdca26ba295a840311072eafdef1ae Signed-off-by: Ronan Le Martret --- recipes-support/libcap/libcap_%.bbappend | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/recipes-support/libcap/libcap_%.bbappend b/recipes-support/libcap/libcap_%.bbappend index e3ec09a..f92463e 100644 --- a/recipes-support/libcap/libcap_%.bbappend +++ b/recipes-support/libcap/libcap_%.bbappend @@ -1,11 +1,2 @@ -EXTRA_OEMAKE_class-native = " \ - LIBATTR=yes \ - PAM_CAP=no \ - INDENT= \ - lib=${@os.path.basename('${libdir}')} \ - RAISE_SETFCAP=no \ -" - -BBCLASSEXTEND_append = " nativesdk " - -DEPENDS_class-native = "attr-native " \ No newline at end of file +PACKAGECONFIG_class-native += "attr" +BBCLASSEXTEND_append = " nativesdk " \ No newline at end of file -- 2.7.4