diff options
| -rw-r--r-- | meta/packages/lsof/lsof_4.77.bb (renamed from meta/packages/lsof/lsof_4.75.bb) | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/meta/packages/lsof/lsof_4.75.bb b/meta/packages/lsof/lsof_4.77.bb index 0562a57fb1..054875b861 100644 --- a/meta/packages/lsof/lsof_4.75.bb +++ b/meta/packages/lsof/lsof_4.77.bb | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | SECTION = "console/utils" | 1 | DESCRIPTION = "Lsof is a Unix-specific diagnostic tool. \ |
| 2 | DESCRIPTION = "Lsof is a Unix-specific diagnostic \ | 2 | Its name stands for LiSt Open Files, and it does just that." |
| 3 | tool. Its name stands for LiSt Open Files, and it \ | 3 | SECTION = "devel" |
| 4 | does just that." | ||
| 5 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
| 5 | PR = "r1" | ||
| 6 | 6 | ||
| 7 | SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/lsof_${PV}.tar.bz2" | 7 | SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2" |
| 8 | LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar" | 8 | LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar" |
| 9 | S = "${WORKDIR}/lsof_${PV}_src" | 9 | S = "${WORKDIR}/lsof_${PV}_src" |
| 10 | 10 | ||
| @@ -18,9 +18,10 @@ python do_unpack () { | |||
| 18 | 18 | ||
| 19 | LSOF_OS = "${TARGET_OS}" | 19 | LSOF_OS = "${TARGET_OS}" |
| 20 | LSOF_OS_linux-uclibc = "linux" | 20 | LSOF_OS_linux-uclibc = "linux" |
| 21 | LSOF_OS_linux-gnueabi = "linux" | ||
| 21 | 22 | ||
| 22 | do_configure () { | 23 | do_configure () { |
| 23 | ./Configure ${LSOF_OS} | 24 | yes | ./Configure ${LSOF_OS} |
| 24 | } | 25 | } |
| 25 | 26 | ||
| 26 | export I = "${STAGING_INCDIR}" | 27 | export I = "${STAGING_INCDIR}" |
