diff options
Diffstat (limited to 'recipes/bluez/bluez-gstreamer-plugin_3.33.bb')
-rw-r--r-- | recipes/bluez/bluez-gstreamer-plugin_3.33.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/bluez/bluez-gstreamer-plugin_3.33.bb b/recipes/bluez/bluez-gstreamer-plugin_3.33.bb index 53b7eb86f2..f4e3ca4d83 100644 --- a/recipes/bluez/bluez-gstreamer-plugin_3.33.bb +++ b/recipes/bluez/bluez-gstreamer-plugin_3.33.bb @@ -4,6 +4,10 @@ PR = "r1" DEPENDS += "gstreamer gst-plugins-base " +# TI patch landed upstream sometime between 3.35 and 3.36, +# albeit in a somewhat different form +SRC_URI += "file://hciattach-ti-bts.patch;patch=1" + # see bluez-utils3.inc for the explanation of these option EXTRA_OECONF = " \ --enable-bccmd \ |