diff options
author | Stanislav Brabec <utx@penguin.cz> | 2010-07-18 22:13:23 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2010-07-18 22:13:23 +0000 |
commit | 6c7f77291c9a0809873f0da05560381396c31ca2 (patch) | |
tree | 4680b748f6f662db55446c91df1c8cfd19bbac80 /recipes/lsof | |
parent | 476efa2355f693b0af05fe4842dc4e556bd0bcb6 (diff) |
lsof: Fixed typo in addtask.
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Diffstat (limited to 'recipes/lsof')
-rw-r--r-- | recipes/lsof/lsof_4.83.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/lsof/lsof_4.83.bb b/recipes/lsof/lsof_4.83.bb index 0a5d557fbd..8982a2c47c 100644 --- a/recipes/lsof/lsof_4.83.bb +++ b/recipes/lsof/lsof_4.83.bb @@ -3,7 +3,7 @@ Its name stands for LiSt Open Files, and it does just that." SECTION = "devel" LICENSE = "BSD" -PR = "r0" +PR = "r1" SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2;name=lsof483tarbz2" SRC_URI[lsof483tarbz2.md5sum] = "8f731a6251b8c0143d585df0d5ca779e" @@ -16,7 +16,7 @@ S = "${WORKDIR}/lsof_${PV}_src" do_unpackpost() { tar x --no-same-owner -f ${LOCALSRC} -C ${WORKDIR} } -addtask do_unpackpost before do_patch after do_unpack +addtask unpackpost before do_patch after do_unpack export LSOF_OS = "${TARGET_OS}" LSOF_OS_linux-uclibc = "linux" |