meta-digi-del: Fix FILESEXTRAPATHS to separate entries with colon.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2012-11-26 16:46:08 +01:00
parent bc97dbd679
commit 6f58fb1934
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FILESEXTRAPATHS_prepend_del := "${THISDIR}/files" FILESEXTRAPATHS_prepend_del := "${THISDIR}/files:"
SRC_URI_append_del += "file://defconfig-del" SRC_URI_append_del += "file://defconfig-del"
PR_append_del = "+${DISTRO}.0" PR_append_del = "+${DISTRO}.0"

View File

@ -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-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-0002-gplay_fullscreen.patch"
SRC_URI_append_del += "file://gst-fsl-plugin-2.0.3-0003-add-fb-dev.patch" SRC_URI_append_del += "file://gst-fsl-plugin-2.0.3-0003-add-fb-dev.patch"