mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
uclibc: add STAGING_INCDIR to host C flags to make it build on systems without ncurses-dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4303 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -72,7 +72,7 @@ UCLIBC_STAGE_PREFIX = "${STAGING_DIR_HOST}${layout_prefix}"
|
||||
# the CFLAGS (for when building the utils).
|
||||
OEMAKE_NO_CC = "'OPTIMIZATION=' 'CPU_CFLAGS=${CFLAGS}' 'STRIPTOOL=true' 'LD=${LD}' \
|
||||
'LOCALE_DATA_FILENAME=${UCLIBC_LOCALE_FILE}'"
|
||||
EXTRA_OEMAKE = "${OEMAKE_NO_CC} 'CC=${CC}'"
|
||||
EXTRA_OEMAKE = "${OEMAKE_NO_CC} 'CC=${CC}' HOSTCFLAGS="-I${STAGING_INCDIR}"
|
||||
EXTRA_OEMAKE_task_do_populate_staging = "${OEMAKE_NO_CC}"
|
||||
EXTRA_OEMAKE_task_do_package = "${OEMAKE_NO_CC}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user