summaryrefslogtreecommitdiff
path: root/genext2fs
diff options
context:
space:
mode:
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 () {