From 8a4a59f9cbab1d43f07f1ff1c2c965202e36dc08 Mon Sep 17 00:00:00 2001 From: Jose Bollo Date: Mon, 10 Sep 2018 14:13:41 +0200 Subject: af-main & af-binder: Set version from AGLVERSION Change-Id: Ie1ff83f007d9d8d819829540d51e576f088c97eb Signed-off-by: Jose Bollo --- .../recipes-core/af-binder/af-binder-devtools-native_git.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-app-framework/recipes-core/af-binder/af-binder-devtools-native_git.bb (limited to 'meta-app-framework/recipes-core/af-binder/af-binder-devtools-native_git.bb') diff --git a/meta-app-framework/recipes-core/af-binder/af-binder-devtools-native_git.bb b/meta-app-framework/recipes-core/af-binder/af-binder-devtools-native_git.bb new file mode 100644 index 000000000..70dafb38c --- /dev/null +++ b/meta-app-framework/recipes-core/af-binder/af-binder-devtools-native_git.bb @@ -0,0 +1,8 @@ +require af-binder_${PV}.inc + +DEPENDS = "json-c-native" + +inherit cmake pkgconfig native + +EXTRA_OECMAKE_append = " -DONLY_DEVTOOLS=TRUE" + -- cgit 1.2.3-korg