From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/e2tools/e2tools_0.0.16.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes/e2tools/e2tools_0.0.16.bb (limited to 'recipes/e2tools/e2tools_0.0.16.bb') diff --git a/recipes/e2tools/e2tools_0.0.16.bb b/recipes/e2tools/e2tools_0.0.16.bb new file mode 100644 index 0000000000..7f98bdb6d3 --- /dev/null +++ b/recipes/e2tools/e2tools_0.0.16.bb @@ -0,0 +1,10 @@ +SECTION = "base" +LICENSE = "GPL" +DESCRIPTION = "A simple set of utilities for reading, writing, and \ +manipulating files in an ext2/ext3 filesystem." +DEPENDS = "e2fsprogs-libs e2fsprogs" +SRC_URI = "http://www.pobox.com/~sheff/sw/e2tools/e2tools-${PV}.tar.gz \ + file://autofoo.patch;patch=1" +S = "${WORKDIR}/e2tools-${PV}" + +inherit autotools -- cgit 1.2.3-korg