diff options
Diffstat (limited to 'meta/recipes-extended/lsof')
-rw-r--r-- | meta/recipes-extended/lsof/lsof_4.85.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-extended/lsof/lsof_4.85.bb b/meta/recipes-extended/lsof/lsof_4.85.bb index 58237256af..de7ff680ca 100644 --- a/meta/recipes-extended/lsof/lsof_4.85.bb +++ b/meta/recipes-extended/lsof/lsof_4.85.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "Lsof is a Unix-specific diagnostic tool. \ | |||
3 | Its name stands for LiSt Open Files, and it does just that." | 3 | Its name stands for LiSt Open Files, and it does just that." |
4 | SECTION = "devel" | 4 | SECTION = "devel" |
5 | LICENSE = "BSD" | 5 | LICENSE = "BSD" |
6 | PR = "r1" | 6 | PR = "r2" |
7 | 7 | ||
8 | SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2" | 8 | SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2" |
9 | 9 | ||
@@ -31,6 +31,11 @@ export LSOF_INCLUDE = "${STAGING_INCDIR}" | |||
31 | do_configure () { | 31 | do_configure () { |
32 | export LSOF_AR="${AR} cr" | 32 | export LSOF_AR="${AR} cr" |
33 | export LSOF_RANLIB="${RANLIB}" | 33 | export LSOF_RANLIB="${RANLIB}" |
34 | if [ "x${EGLIBCVERSION}" != "x" ];then | ||
35 | LINUX_CLIB=`echo ${EGLIBCVERSION} |sed -e 's,\.,,g'` | ||
36 | LINUX_CLIB="-DGLIBCV=${LINUX_CLIB}" | ||
37 | export LINUX_CLIB | ||
38 | fi | ||
34 | yes | ./Configure ${LSOF_OS} | 39 | yes | ./Configure ${LSOF_OS} |
35 | } | 40 | } |
36 | 41 | ||