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-18 17:00:07 +0100
commitc49d09c725a19ec9c4ee79bef56c5f8784fd23bc (patch)
treeb263bff7b972bd0a3bf6310d64a98a84d0c144d4
parentd44c0c3f197323154144fd2ba221074087ea85ba (diff)
downloadmeta-raspberrypi-c49d09c725a19ec9c4ee79bef56c5f8784fd23bc.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 \