diff options
| author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-08-29 13:19:23 +0100 |
|---|---|---|
| committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-08-29 13:19:23 +0100 |
| commit | cbca70add0d3c814c25cde9fe7afff2e3a0344d3 (patch) | |
| tree | 928d14912b63471e0a9c0395c8af6034a4baf07b /recipes/lsof/lsof_4.78.bb | |
| parent | efde023af7da8e638e67f1e4b755fe8d9e193371 (diff) | |
| parent | d24436424f2a706d70d2ef2cb8906cce6526698c (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/lsof/lsof_4.78.bb')
| -rw-r--r-- | recipes/lsof/lsof_4.78.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/lsof/lsof_4.78.bb b/recipes/lsof/lsof_4.78.bb index 51f0b8b2c4..0a24c607fa 100644 --- a/recipes/lsof/lsof_4.78.bb +++ b/recipes/lsof/lsof_4.78.bb @@ -3,6 +3,8 @@ 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" S = "${WORKDIR}/lsof_${PV}_src" @@ -29,7 +31,8 @@ export L = "${STAGING_INCDIR}" export EXTRA_OEMAKE = "" do_compile () { - oe_runmake 'CC=${CC}' 'CFGL=${LDFLAGS} -L./lib -llsof' 'DEBUG=' 'INCL=${CFLAGS}' + oe_runmake 'CC=${CC}' 'CFGL=${LDFLAGS} -L./lib -llsof' 'DEBUG=' 'INCL=${CFLAGS}' \ + 'RANLIB=${RANLIB} liblsof.a' } do_install () { |
