mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
gcc-runtime: Fix c++ include path
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -2,4 +2,4 @@ require gcc-configure-common.inc
|
||||
|
||||
EXTRA_OECONF_PATHS = " \
|
||||
--with-local-prefix=${STAGING_DIR_TARGET}${prefix} \
|
||||
--with-gxx-include-dir=${includedir}/c++/${BINV}/"
|
||||
--with-gxx-include-dir=${includedir}/c++/"
|
||||
|
||||
@@ -21,7 +21,7 @@ do_configure () {
|
||||
mkdir -p ${B}/$d/
|
||||
cd ${B}/$d/
|
||||
chmod a+x ${S}/$d/configure
|
||||
${S}/$d/configure ${CONFIGUREOPTS}
|
||||
${S}/$d/configure ${CONFIGUREOPTS} ${EXTRA_OECONF_PATHS}
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user