summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/gupnp
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/gupnp')
-rw-r--r--meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb b/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb
index 9beb46ed11..9f2d717c76 100644
--- a/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb
+++ b/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb
@@ -23,7 +23,7 @@ FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
23SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess" 23SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess"
24 24
25gupnp_sysroot_preprocess () { 25gupnp_sysroot_preprocess () {
26 install -d ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/ 26 install -d ${SYSROOT_DESTDIR}${bindir_crossscripts}/
27 install -m 755 ${D}${bindir}/gupnp-binding-tool ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/ 27 install -m 755 ${D}${bindir}/gupnp-binding-tool ${SYSROOT_DESTDIR}${bindir_crossscripts}/
28} 28}
29 29