crosswalk-extraconf.inc: disable creation of debug files
authorPatrick Ohly <patrick.ohly@intel.com>
Wed, 28 Jan 2015 16:20:42 +0000 (08:20 -0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Wed, 28 Jan 2015 16:20:42 +0000 (08:20 -0800)
According to Paul Eggleton, setting should disable the creation
of at least some of the unpackaged files. Test build with this
change is still running.

Change-Id: I3d811c75490ca1f5652d0a5225421c61903e68ae

meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk-extraconf.inc

index ad60c1c..a06e703 100644 (file)
@@ -46,8 +46,9 @@ FILES_${PN}-dbg += "${crosswalk-dbg_files}"
 # breaks the "smart" command during do_rootfs:
 #   File "/data/yocto/build/tizen-distro/ivi/x86_64/tmp-glibc/sysroots/x86_64-linux/usr/lib/python2.7/site-packages/smart/backends/rpm/metadata.py", line 242, in load
 #    info["installed_size"] = int(elem.get("installed"))
-# As a workaround, disable building that package.
+# As a workaround, disable building that package and creation of the files.
 PACKAGES_remove = "${PN}-dbg"
+INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
 
 pkg_postinst_${PN}() {
     #!/bin/sh -e