mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
gcc: append PR to S to match oe-core and fix do_headerfix
This fixes the gcc-cross-inital failure, as reported here: http://thread.gmane.org/gmane.comp.handhelds.openembedded.core/6150 Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
4e080a861d
commit
1eaf2af7ee
@@ -232,7 +232,7 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \
|
||||
FORTRAN = ""
|
||||
JAVA = ""
|
||||
|
||||
S = "${TMPDIR}/work-shared/gcc-${PV}/${BRANCH}"
|
||||
S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/${BRANCH}"
|
||||
B = "${WORKDIR}/${BRANCH}/build.${HOST_SYS}.${TARGET_SYS}"
|
||||
|
||||
#EXTRA_OECONF_BASE = " --enable-cheaders=c_std \
|
||||
|
||||
Reference in New Issue
Block a user