This is not needed since its target recipe and we always
need to pass 'linux' for OS
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
d.setVar('SRC_URI', src_uri)
}
-export LSOF_OS = "${TARGET_OS}"
-LSOF_OS_libc-uclibc = "linux"
-LSOF_OS_libc-glibc = "linux"
export LSOF_INCLUDE = "${STAGING_INCDIR}"
do_configure () {
LINUX_CLIB="-DGLIBCV=${LINUX_CLIB}"
export LINUX_CLIB
fi
- yes | ./Configure ${LSOF_OS}
+ yes | ./Configure linux
}
export I = "${STAGING_INCDIR}"