aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-06-03 09:42:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-08 17:30:51 +0100
commit4580b59d07af2e0a18eaf0110eae06de1c7969d4 (patch)
tree1bcad926357a698fd1f0b15ab5fcdf9df3ade66a
parent6ec229d8dec6a5978ebf6b264c332590c8be0b3a (diff)
downloadopenembedded-core-contrib-4580b59d07af2e0a18eaf0110eae06de1c7969d4.tar.gz
lsof: Remove LSOF_OS
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>
-rw-r--r--meta/recipes-extended/lsof/lsof_4.88.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-extended/lsof/lsof_4.88.bb b/meta/recipes-extended/lsof/lsof_4.88.bb
index 0e49f9217c..bc8774f9da 100644
--- a/meta/recipes-extended/lsof/lsof_4.88.bb
+++ b/meta/recipes-extended/lsof/lsof_4.88.bb
@@ -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}"