summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-multimedia/recipes-connectivity/gupnp/gupnp.inc')
-rw-r--r--meta-multimedia/recipes-connectivity/gupnp/gupnp.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc b/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc
index f79323649..b63f2232d 100644
--- a/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc
+++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc
@@ -16,6 +16,6 @@ FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
16SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess" 16SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess"
17 17
18gupnp_sysroot_preprocess () { 18gupnp_sysroot_preprocess () {
19 install -d ${SYSROOT_DESTDIR}${bindir_crossscripts}/ 19 install -d ${SYSROOT_DESTDIR}${bindir_crossscripts}/
20 install -m 755 ${D}${bindir}/gupnp-binding-tool ${SYSROOT_DESTDIR}${bindir_crossscripts}/ 20 install -m 755 ${D}${bindir}/gupnp-binding-tool ${SYSROOT_DESTDIR}${bindir_crossscripts}/
21} 21}