From 5a1bb609169fe06158068415d2e93dd01ad58f25 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 14 Oct 2004 03:20:19 +0000 Subject: Merge openembedded@openembedded.bkbits.net:packages into handhelds.org:/home/kergoth/code/packages 2004/10/13 22:20:07-05:00 handhelds.org!kergoth genext2fs: Add, and use, patch from Christopher Edmonds which calculates the # of blocks which are necessary automatically, along with my modifications to calculate the # of inodes as well. Also stop using the fixed ext2 image sizes in the builds, and move SECTION from genext2fs-native to genext2fs. BKrev: 416df073t4Enw5HMEsshdWbMy2JdyQ --- genext2fs/genext2fs-1.3/autosize.patch | 0 genext2fs/genext2fs-native_1.3.oe | 4 +--- genext2fs/genext2fs_1.3.oe | 6 ++++-- 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 genext2fs/genext2fs-1.3/autosize.patch (limited to 'genext2fs') diff --git a/genext2fs/genext2fs-1.3/autosize.patch b/genext2fs/genext2fs-1.3/autosize.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/genext2fs/genext2fs-native_1.3.oe b/genext2fs/genext2fs-native_1.3.oe index 2a70887028..2a059a00d0 100644 --- a/genext2fs/genext2fs-native_1.3.oe +++ b/genext2fs/genext2fs-native_1.3.oe @@ -1,8 +1,6 @@ -SECTION = "console/utils" include genext2fs_${PV}.oe inherit native -FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/genext2fs-${PV}" -DEPENDS = "" +FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/genext2fs-${PV}', '${FILE_DIRNAME}/genext2fs', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" do_stage () { install -m 0755 genext2fs ${STAGING_BINDIR}/ diff --git a/genext2fs/genext2fs_1.3.oe b/genext2fs/genext2fs_1.3.oe index 34a54ceb36..cb59c058c1 100644 --- a/genext2fs/genext2fs_1.3.oe +++ b/genext2fs/genext2fs_1.3.oe @@ -1,9 +1,11 @@ -SECTION = "console/utils" DESCRIPTION = "A tool to generate an ext2 filesystem \ as a normal (non-root) user." +SECTION = "console/utils" +PR = "r1" SRC_URI = "${DEBIAN_MIRROR}/main/g/genext2fs/genext2fs_${PV}.orig.tar.gz \ - file://misc.patch;patch=1" + file://misc.patch;patch=1 \ + file://autosize.patch;patch=1" S = "${WORKDIR}/genext2fs-${PV}.orig" do_compile () { -- cgit v1.2.3