[oe-commits] Stanislav Brabec : lsof: Fixed typo in addtask.

git version control git at git.openembedded.org
Sun Jul 18 22:14:38 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6c7f77291c9a0809873f0da05560381396c31ca2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6c7f77291c9a0809873f0da05560381396c31ca2

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Sun Jul 18 22:13:23 2010 +0000

lsof: Fixed typo in addtask.

Signed-off-by: Stanislav Brabec <utx at penguin.cz>
Acked-by: Stefan Schmidt <stefan at datenfreihafen.org>

---

 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 0a5d557..8982a2c 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"





More information about the Openembedded-commits mailing list