meta-digi-del: Fix FILESEXTRAPATHS to separate entries with colon.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
bc97dbd679
commit
6f58fb1934
|
|
@ -1,4 +1,4 @@
|
|||
FILESEXTRAPATHS_prepend_del := "${THISDIR}/files"
|
||||
FILESEXTRAPATHS_prepend_del := "${THISDIR}/files:"
|
||||
SRC_URI_append_del += "file://defconfig-del"
|
||||
PR_append_del = "+${DISTRO}.0"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FILESEXTRAPATHS_prepend_del := "${THISDIR}/files"
|
||||
FILESEXTRAPATHS_prepend_del := "${THISDIR}/files:"
|
||||
SRC_URI_append_del += "file://gst-fsl-plugin-2.0.3-0001-ltmain.patch"
|
||||
SRC_URI_append_del += "file://gst-fsl-plugin-2.0.3-0002-gplay_fullscreen.patch"
|
||||
SRC_URI_append_del += "file://gst-fsl-plugin-2.0.3-0003-add-fb-dev.patch"
|
||||
|
|
|
|||
Loading…
Reference in New Issue