mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
Simplify "SRC_URI_append +=" to "SRC_URI_append ="
(From OE-Core rev: 17084891c0aa9114805f022ea185108e834e4fcd) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
086a70567b
commit
a0ad64d3c7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user