summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarton <joel.carron@eeproperty.ch>2019-07-17 11:58:22 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2019-07-20 21:56:21 +0100
commit43c1696ea50f27f8a8d05886c0124de8e8480f2b (patch)
tree7700995572cdab029cc53dfd0f52916cbcaa3d38
parentccf0efea63e8009240655f97895c6fd9420224fd (diff)
downloadmeta-raspberrypi-43c1696ea50f27f8a8d05886c0124de8e8480f2b.tar.gz
bluez5: Fixed typo (RC_URI -> SRC_URI)
Signed-off-by: Joël Carron <joel.carron@eeproperty.ch>
-rw-r--r--recipes-connectivity/bluez5/bluez5_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/bluez5/bluez5_%.bbappend b/recipes-connectivity/bluez5/bluez5_%.bbappend
index 09fbaaa..d1a07a4 100644
--- a/recipes-connectivity/bluez5/bluez5_%.bbappend
+++ b/recipes-connectivity/bluez5/bluez5_%.bbappend
@@ -1,6 +1,6 @@
1FILESEXTRAPATHS_prepend_rpi := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend_rpi := "${THISDIR}/${PN}:"
2 2
3RC_URI_append_rpi = "\ 3SRC_URI_append_rpi = "\
4 file://0001-bcm43xx-Add-bcm43xx-3wire-variant.patch \ 4 file://0001-bcm43xx-Add-bcm43xx-3wire-variant.patch \
5 file://0002-bcm43xx-The-UART-speed-must-be-reset-after-the-firmw.patch \ 5 file://0002-bcm43xx-The-UART-speed-must-be-reset-after-the-firmw.patch \
6 file://0003-Increase-firmware-load-timeout-to-30s.patch \ 6 file://0003-Increase-firmware-load-timeout-to-30s.patch \