diff options
author | Andrei Gherzan <andrei.gherzan@windriver.com> | 2014-10-07 10:42:31 +0200 |
---|---|---|
committer | Holger Behrens <holger.behrens@windriver.com> | 2014-10-07 12:10:00 +0200 |
commit | afaf2c70b72ddd1777e1c91571308310f617d06e (patch) | |
tree | 9a940c8216b31c558d92718283542c1d0e9d9fe0 /meta-ivi-bsp | |
parent | 34241f669c5d91ab044362dbb4e5085912ee5e03 (diff) | |
download | meta-ivi-afaf2c70b72ddd1777e1c91571308310f617d06e.tar.gz meta-ivi-afaf2c70b72ddd1777e1c91571308310f617d06e.tar.bz2 meta-ivi-afaf2c70b72ddd1777e1c91571308310f617d06e.zip |
Fix different appends
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
Diffstat (limited to 'meta-ivi-bsp')
-rw-r--r-- | meta-ivi-bsp/recipes-bsp/u-boot/u-boot_2013.07.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ivi-bsp/recipes-bsp/u-boot/u-boot_2013.07.bbappend b/meta-ivi-bsp/recipes-bsp/u-boot/u-boot_2013.07.bbappend index d33c17d..6becfb8 100644 --- a/meta-ivi-bsp/recipes-bsp/u-boot/u-boot_2013.07.bbappend +++ b/meta-ivi-bsp/recipes-bsp/u-boot/u-boot_2013.07.bbappend @@ -2,4 +2,4 @@ FILESEXTRAPATHS_append := ":${THISDIR}/files" # Patch for removing autostart countdown -SRC_URI_append_imx53qsb += "file://no_delay.patch" +SRC_URI_append_imx53qsb = " file://no_delay.patch" |