1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

lsof: Remove LSOF_OS

This is not needed since its target recipe and we always
need to pass 'linux' for OS

(From OE-Core rev: 4580b59d07af2e0a18eaf0110eae06de1c7969d4)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2015-06-03 09:42:02 -07:00
committed by Richard Purdie
parent 554e25546f
commit 673a49a1a3
+1 -4
View File
@@ -29,9 +29,6 @@ python do_unpack () {
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 () {
@@ -42,7 +39,7 @@ do_configure () {
LINUX_CLIB="-DGLIBCV=${LINUX_CLIB}"
export LINUX_CLIB
fi
yes | ./Configure ${LSOF_OS}
yes | ./Configure linux
}
export I = "${STAGING_INCDIR}"