mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
intel-speed-select: Add libnl dependency and extend CFLAGS
Add libnl dependency and extend CFLAGS to include the libnl3 directory. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Aryaman Gupta <aryaman.gupta@windriver.com> Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Aryaman Gupta <aryaman.gupta@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
408866fe80
commit
66e6353c57
|
|
@ -11,10 +11,13 @@ inherit kernelsrc
|
||||||
COMPATIBLE_HOST = '(x86_64|i.86).*-linux'
|
COMPATIBLE_HOST = '(x86_64|i.86).*-linux'
|
||||||
COMPATIBLE_HOST:libc-musl = 'null'
|
COMPATIBLE_HOST:libc-musl = 'null'
|
||||||
|
|
||||||
|
DEPENDS = "libnl"
|
||||||
|
|
||||||
do_populate_lic[depends] += "virtual/kernel:do_patch"
|
do_populate_lic[depends] += "virtual/kernel:do_patch"
|
||||||
|
|
||||||
B = "${WORKDIR}/${BPN}-${PV}"
|
B = "${WORKDIR}/${BPN}-${PV}"
|
||||||
|
|
||||||
|
CFLAGS += "-I${STAGING_INCDIR}/libnl3"
|
||||||
EXTRA_OEMAKE = "-C ${S}/tools/power/x86/intel-speed-select O=${B} CROSS=${TARGET_PREFIX} CC="${CC}" LD="${LD}" AR=${AR} ARCH=${ARCH}"
|
EXTRA_OEMAKE = "-C ${S}/tools/power/x86/intel-speed-select O=${B} CROSS=${TARGET_PREFIX} CC="${CC}" LD="${LD}" AR=${AR} ARCH=${ARCH}"
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user