capi-base-common-extraconf.inc: improve -dev file list
authorPatrick Ohly <patrick.ohly@intel.com>
Wed, 28 Jan 2015 14:05:56 +0000 (06:05 -0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Wed, 28 Jan 2015 14:05:56 +0000 (06:05 -0800)
Upstream .spec file does not package the .so file correctly,
fix it here to avoid QA errors.

Change-Id: I3b91d3854dd879208a66a80ab1ebd409ffe0e2cb

meta-tizen-common-base/recipes-application-framework/capi-base-common/capi-base-common-extraconf.inc

index f4dcf14..0dce5f5 100644 (file)
@@ -1 +1,5 @@
-ALLOW_EMPTY_${PN} = "1"
\ No newline at end of file
+ALLOW_EMPTY_${PN} = "1"
+
+# Fix incorrect file list from upstream .spec file. Avoids
+# Bitbake QA error.
+capi-base-common-dev_files += "${libdir}/libcapi-base-common.so"