mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
iscsitarget: fix QA warning for GNU_HASH
Split kernel module and user space build. Ensure the LDFLAGS is passed when build user space code. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
@@ -26,7 +26,8 @@ do_configure[noexec] = "1"
|
|||||||
do_make_scripts[depends] += "virtual/kernel:do_shared_workdir"
|
do_make_scripts[depends] += "virtual/kernel:do_shared_workdir"
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
oe_runmake KSRC=${STAGING_KERNEL_DIR} LDFLAGS='' V=1
|
oe_runmake KSRC=${STAGING_KERNEL_DIR} LDFLAGS='' V=1 kernel
|
||||||
|
oe_runmake KSRC=${STAGING_KERNEL_DIR} usr
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|||||||
Reference in New Issue
Block a user