diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-01-09 14:43:34 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:23 -0300 |
commit | 83b3cd64158623944332d833003383389bb1ce4f (patch) | |
tree | c1a251fcdb5a00378c13f1d608bf8244f2e64c71 /recipes-devtools/qemu | |
parent | 695eaac89524a731f55594381497edd035c9139d (diff) | |
download | meta-freescale-83b3cd64158623944332d833003383389bb1ce4f.tar.gz |
qemu-qoriq: replace /usr/share with ${datadir}
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-devtools/qemu')
-rw-r--r-- | recipes-devtools/qemu/qemu-qoriq_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/qemu/qemu-qoriq_git.bb b/recipes-devtools/qemu/qemu-qoriq_git.bb index 26f15967..d6ff612e 100644 --- a/recipes-devtools/qemu/qemu-qoriq_git.bb +++ b/recipes-devtools/qemu/qemu-qoriq_git.bb | |||
@@ -71,7 +71,7 @@ do_install_append() { | |||
71 | if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi | 71 | if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi |
72 | } | 72 | } |
73 | 73 | ||
74 | FILES_${PN} += "/usr/share/qemu/" | 74 | FILES_${PN} += "${datadir}/qemu/" |
75 | INSANE_SKIP_${PN} += "dev-deps" | 75 | INSANE_SKIP_${PN} += "dev-deps" |
76 | 76 | ||
77 | # FIXME: Avoid WARNING due missing patch for native/nativesdk | 77 | # FIXME: Avoid WARNING due missing patch for native/nativesdk |