From: Richard Purdie Date: Wed, 8 Aug 2007 20:27:38 +0000 (+0000) Subject: lsof: Build fixes from poky to avoid /usr/include/ X-Git-Tag: Release-2010-05/1~9084^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe54cefe6eb9875b1c7db019bd3528d4398fbebc;p=openembedded.git lsof: Build fixes from poky to avoid /usr/include/ --- diff --git a/packages/lsof/lsof_4.78.bb b/packages/lsof/lsof_4.78.bb index 8a7138396b..51f0b8b2c4 100644 --- a/packages/lsof/lsof_4.78.bb +++ b/packages/lsof/lsof_4.78.bb @@ -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}