diff options
author | Carton <joel.carron@eeproperty.ch> | 2019-07-17 11:58:22 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-18 17:00:07 +0100 |
commit | c49d09c725a19ec9c4ee79bef56c5f8784fd23bc (patch) | |
tree | b263bff7b972bd0a3bf6310d64a98a84d0c144d4 | |
parent | d44c0c3f197323154144fd2ba221074087ea85ba (diff) | |
download | meta-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_%.bbappend | 2 |
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 @@ | |||
1 | FILESEXTRAPATHS_prepend_rpi := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend_rpi := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | RC_URI_append_rpi = "\ | 3 | SRC_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 \ |