diff options
author | Chris Larson <clarson@kergoth.com> | 2004-10-14 03:20:19 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-10-14 03:20:19 +0000 |
commit | 5a1bb609169fe06158068415d2e93dd01ad58f25 (patch) | |
tree | 07359ca6ca02b372af5c1c1677f7c9b995a00359 /genext2fs/genext2fs-native_1.3.oe | |
parent | 4f33868fc4343468fae5cdac44d23b9f57927526 (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/genext2fs-native_1.3.oe')
-rw-r--r-- | genext2fs/genext2fs-native_1.3.oe | 4 |
1 files changed, 1 insertions, 3 deletions
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}/ |