summaryrefslogtreecommitdiff
path: root/recipes-support/florence/florence_0.5.4.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-06-23 20:42:55 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2016-06-30 13:28:28 +0200
commitc6a5af8e24b206e7ac81cef2981b4cf79e176b8a (patch)
tree3ec35ca87d6e851864a051c8b24fde9806dfb14b /recipes-support/florence/florence_0.5.4.bbappend
parent89b766bdc3a8d5e1cb132ea05531473b4e29ff6d (diff)
florence: build without sound and drop gstreamer 0.10 dependency
add configure options to build without sound. This removes the runtime dependency on gstreamer 0.10. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-support/florence/florence_0.5.4.bbappend')
-rw-r--r--recipes-support/florence/florence_0.5.4.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-support/florence/florence_0.5.4.bbappend b/recipes-support/florence/florence_0.5.4.bbappend
new file mode 100644
index 0000000..5d46356
--- /dev/null
+++ b/recipes-support/florence/florence_0.5.4.bbappend
@@ -0,0 +1,3 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+SRC_URI += "file://0001-make-sound-a-configure-option.patch"
+EXTRA_OECONF += " --without-sound"