summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-12-24 11:41:28 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2015-12-28 11:01:16 +0800
commita0b7d19b41975d567cf6402e4423d823888663b9 (patch)
tree8ceeb13a76753cb401c8c6ec40b13c2eb58e697a
parent1c26752509c731e0251eadcd0bcb175c904e8822 (diff)
downloadmeta-fsl-ppc-a0b7d19b41975d567cf6402e4423d823888663b9.tar.gz
qemu_fslgit: package files in ${datadir}
Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-rw-r--r--recipes-devtools/qemu/qemu_fslgit.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/qemu/qemu_fslgit.bb b/recipes-devtools/qemu/qemu_fslgit.bb
index 1433b9f..05db1cc 100644
--- a/recipes-devtools/qemu/qemu_fslgit.bb
+++ b/recipes-devtools/qemu/qemu_fslgit.bb
@@ -56,6 +56,7 @@ do_install_append() {
56 if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi 56 if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi
57} 57}
58 58
59FILES_${PN} += "${datadir}/qemu/"
59INSANE_SKIP_${PN} += "dev-deps" 60INSANE_SKIP_${PN} += "dev-deps"
60 61
61# This is only meant to be build to run on the target 62# This is only meant to be build to run on the target