diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-01-15 20:06:19 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-01-15 20:06:19 +0000 |
commit | 389c8d10471156957f80965943072ec225011c28 (patch) | |
tree | 579a667d95f5dfe5a65c8826a58f313ce2e90500 /packages/lsof | |
parent | 314d1c8d180ca954a784ab6ef51d58622ee56018 (diff) |
lsof: make it configure
Diffstat (limited to 'packages/lsof')
-rw-r--r-- | packages/lsof/lsof_4.77.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/lsof/lsof_4.77.bb b/packages/lsof/lsof_4.77.bb index ef82b6179f..054875b861 100644 --- a/packages/lsof/lsof_4.77.bb +++ b/packages/lsof/lsof_4.77.bb @@ -2,6 +2,7 @@ DESCRIPTION = "Lsof is a Unix-specific diagnostic tool. \ Its name stands for LiSt Open Files, and it does just that." SECTION = "devel" LICENSE = "BSD" +PR = "r1" SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2" LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar" @@ -20,7 +21,7 @@ LSOF_OS_linux-uclibc = "linux" LSOF_OS_linux-gnueabi = "linux" do_configure () { - ./Configure ${LSOF_OS} + yes | ./Configure ${LSOF_OS} } export I = "${STAGING_INCDIR}" |