lsof: Build fixes from poky to avoid /usr/include/
authorRichard Purdie <rpurdie@rpsys.net>
Wed, 8 Aug 2007 20:27:38 +0000 (20:27 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Wed, 8 Aug 2007 20:27:38 +0000 (20:27 +0000)
packages/lsof/lsof_4.78.bb

index 8a71383..51f0b8b 100644 (file)
@@ -15,9 +15,10 @@ python do_unpack () {
        bb.data.setVar('SRC_URI', src_uri, d)
 }
 
-LSOF_OS = "${TARGET_OS}"
+export LSOF_OS = "${TARGET_OS}"
 LSOF_OS_linux-uclibc = "linux"
 LSOF_OS_linux-gnueabi = "linux"
+export LSOF_INCLUDE = "${STAGING_INCDIR}"
 
 do_configure () {
        yes | ./Configure ${LSOF_OS}