summaryrefslogtreecommitdiff
path: root/genext2fs
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-10-14 03:20:19 +0000
committerChris Larson <clarson@kergoth.com>2004-10-14 03:20:19 +0000
commit5a1bb609169fe06158068415d2e93dd01ad58f25 (patch)
tree07359ca6ca02b372af5c1c1677f7c9b995a00359 /genext2fs
parent4f33868fc4343468fae5cdac44d23b9f57927526 (diff)
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
Diffstat (limited to 'genext2fs')
-rw-r--r--genext2fs/genext2fs-1.3/autosize.patch0
-rw-r--r--genext2fs/genext2fs-native_1.3.oe4
-rw-r--r--genext2fs/genext2fs_1.3.oe6
3 files changed, 5 insertions, 5 deletions
diff --git a/genext2fs/genext2fs-1.3/autosize.patch b/genext2fs/genext2fs-1.3/autosize.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/genext2fs/genext2fs-1.3/autosize.patch
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 () {