meta-digi-del: btfilter, fix SRC_URI.
When adding the Digi premirror, there was a typo in the btfilter recipe. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
a952a61288
commit
a344936238
|
|
@ -7,7 +7,7 @@ DEPENDS = "bluez4 dbus libnl"
|
||||||
|
|
||||||
PR = "r0"
|
PR = "r0"
|
||||||
|
|
||||||
SRC_URI = "${DIGI_MIRROR}${PN}-${PV}.tar.bz2 \
|
SRC_URI = "${DIGI_MIRROR}/${PN}-${PV}.tar.bz2 \
|
||||||
file://0001-enable-libnl3.patch \
|
file://0001-enable-libnl3.patch \
|
||||||
file://0002-cross-compile.patch \
|
file://0002-cross-compile.patch \
|
||||||
file://bluez-init"
|
file://bluez-init"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue