diff options
Diffstat (limited to 'meta-multimedia/recipes-connectivity')
-rw-r--r-- | meta-multimedia/recipes-connectivity/gupnp/gupnp.inc | 4 | ||||
-rw-r--r-- | meta-multimedia/recipes-connectivity/gupnp/no-vala.inc | 6 |
2 files changed, 5 insertions, 5 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" | |||
16 | SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess" | 16 | SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess" |
17 | 17 | ||
18 | gupnp_sysroot_preprocess () { | 18 | gupnp_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 | } |
diff --git a/meta-multimedia/recipes-connectivity/gupnp/no-vala.inc b/meta-multimedia/recipes-connectivity/gupnp/no-vala.inc index a4f3fb679..5a45cd125 100644 --- a/meta-multimedia/recipes-connectivity/gupnp/no-vala.inc +++ b/meta-multimedia/recipes-connectivity/gupnp/no-vala.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | do_configure_prepend () { | 1 | do_configure_prepend () { |
2 | # Vala needs gobject-introspection so won't work. Instead of depending | 2 | # Vala needs gobject-introspection so won't work. Instead of depending |
3 | # on vala-native just to run configure, comment out the Vala macro. | 3 | # on vala-native just to run configure, comment out the Vala macro. |
4 | sed -i -e 's/\(^[ \t]*VALA_PROG_VAPIGEN\)/dnl \1/g' ${S}/configure.ac | 4 | sed -i -e 's/\(^[ \t]*VALA_PROG_VAPIGEN\)/dnl \1/g' ${S}/configure.ac |
5 | } | 5 | } |