]> code.ossystems Code Review - openembedded-core.git/commitdiff
Simplify "SRC_URI_append +=" to "SRC_URI_append ="
authorRobert P. J. Day <rpjday@crashcourse.ca>
Wed, 20 Jun 2012 08:51:32 +0000 (04:51 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Jun 2012 11:55:11 +0000 (12:55 +0100)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/tslib/tslib_1.0.bb
meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb
meta/recipes-support/gmp/gmp_5.0.4.bb

index 54ff3d4a9f33fd43763a51ac5a25f5ce20d0c4fe..2c4b325e204a15ef467d5e5692570141d3db67b7 100644 (file)
@@ -21,8 +21,8 @@ SRC_URI = "http://download.berlios.de/tslib/tslib-${PV}.tar.bz2 \
 
 SRC_URI[md5sum] = "92b2eb55b1e4ef7e2c0347069389390e"
 SRC_URI[sha256sum] = "9c40d914e4f6fe00bdd77137d671c7ce4f211686228f2eb8b2d3c2360bc249c8"
-SRC_URI_append_qemumips += " file://32bitBE-support.patch"
-SRC_URI_append_qemuppc += " file://32bitBE-support.patch"
+SRC_URI_append_qemumips = " file://32bitBE-support.patch"
+SRC_URI_append_qemuppc = " file://32bitBE-support.patch"
 
 
 inherit autotools pkgconfig
index 3d1bc43e47bbba369e8c26fca000d88cdcc1d961..273cc726a1ff3f508d860740104ba4d42c9e7fda 100644 (file)
@@ -15,7 +15,7 @@ SRC_URI[md5sum] = "254a72fc67505e3aa52884c729cd7b97"
 SRC_URI[sha256sum] = "959d22ae07f22803bc66ff40d373a854532a6e4732680bf8a96a3fbcb9f80a2c"
 PR = "r2"
 
-SRC_URI_append_poky += " file://owl-menu.patch;apply=yes "
+SRC_URI_append_poky = " file://owl-menu.patch;apply=yes "
 
 inherit autotools pkgconfig
 
index cb2ca5b9833c03fdbd9d6dcdb596be5d5736c63a..f79443827fbf2c169db6a242ec6bcfc0b337c36a 100644 (file)
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
                    file://version.c;endline=18;md5=d8c56b52b9092346b9f93b4da65ef790"
 PR = "r1"
 
-SRC_URI_append += "file://use-includedir.patch \
+SRC_URI_append = " file://use-includedir.patch \
                    file://gmp_fix_for_x32.patch \
                    file://gmp_fix_for_automake-1.12.patch \
                    "