mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
Correct a typo Make license parsable by license manage Fixes messages like WARNING: libgcc-nativesdk: No generic license file exists for: RUNTIME in any provider WARNING: libgcc-nativesdk: No generic license file exists for: LIBRARY in any provider WARNING: libgcc-nativesdk: No generic license file exists for: EXCEPTION in any provider NOTE: package libgcc-nativesdk-4.5-r48+svnr184907: task do_populate_lic: Succeeded Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
25 lines
780 B
BlitzBasic
25 lines
780 B
BlitzBasic
inherit cross-canadian
|
|
|
|
require recipes-devtools/gcc/gcc-${PV}.inc
|
|
require recipes-devtools/gcc/gcc-cross-canadian.inc
|
|
require recipes-devtools/gcc/gcc-configure-sdk.inc
|
|
require recipes-devtools/gcc/gcc-package-sdk.inc
|
|
|
|
|
|
DEPENDS += "gmp-nativesdk mpfr-nativesdk libmpc-nativesdk elfutils-nativesdk"
|
|
RDEPENDS_${PN} += "mpfr-nativesdk libmpc-nativesdk elfutils-nativesdk"
|
|
|
|
SYSTEMHEADERS = "/usr/include"
|
|
SYSTEMLIBS = "/lib/"
|
|
SYSTEMLIBS1 = "/usr/lib/"
|
|
|
|
EXTRA_OECONF += "--disable-libunwind-exceptions --disable-libssp \
|
|
--disable-libgomp --disable-libmudflap \
|
|
--with-mpfr=${STAGING_DIR_HOST}${layout_exec_prefix} \
|
|
--with-mpc=${STAGING_DIR_HOST}${layout_exec_prefix}"
|
|
|
|
# to find libmpfr
|
|
# export LD_LIBRARY_PATH = "{STAGING_DIR_HOST}${layout_exec_prefix}"
|
|
|
|
PARALLEL_MAKE = ""
|