mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 19:09:41 +01:00
libxp: Change superfluous "+=" to simple "=" when using _append
(From OE-Core rev: 5d9319105e3f3727ba707773112a84f655fa559b) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
349c6e7d51
commit
70bc9cfa05
@@ -15,7 +15,7 @@ PE = "1"
|
||||
|
||||
XORG_PN = "libXp"
|
||||
|
||||
CFLAGS_append += " -I ${S}/include/X11/XprintUtil -I ${S}/include/X11/extensions"
|
||||
CFLAGS_append = " -I ${S}/include/X11/XprintUtil -I ${S}/include/X11/extensions"
|
||||
|
||||
SRC_URI += "file://fix-cast-error.patch"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user