Merge openembedded@openembedded.bkbits.net:packages
authorChris Larson <clarson@kergoth.com>
Mon, 6 Oct 2003 22:02:15 +0000 (22:02 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 6 Oct 2003 22:02:15 +0000 (22:02 +0000)
into direwolf.ppp.ti.com:/home/kergoth/coding/projects/user/oe/packages

2003/10/06 17:02:06-05:00 ti.com!kergoth
Add and use debian's patch for genext2fs, has some bugfixes.

BKrev: 3f81e667oDWAFnrMh0aZ4sY_ycsU4Q

genext2fs/genext2fs-1.3.oe
genext2fs/genext2fs-1.3/debian.patch [new file with mode: 0644]
genext2fs/genext2fs-native-1.3.oe

index e69de29..a4c85a3 100644 (file)
@@ -0,0 +1,11 @@
+SRC_URI := ${DEBIAN_MIRROR}/main/g/genext2fs/genext2fs_1.3.orig.tar.gz \
+          file://${FILESDIR}/debian.patch;patch=1
+S := ${WORKDIR}/genext2fs-${PV}.orig
+
+do_compile () {
+       oe_runmake
+}      
+
+do_install () {
+       oe_runmake 'DESTDIR=${D}' install
+}
diff --git a/genext2fs/genext2fs-1.3/debian.patch b/genext2fs/genext2fs-1.3/debian.patch
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..b2fb400 100644 (file)
@@ -0,0 +1,11 @@
+include genext2fs-${PV}.oe
+inherit native
+FILESDIR = ${TOPDIR}/genext2fs/genext2fs-${PV}
+
+do_stage () {
+       install -m 0755 genext2fs ${STAGING_BINDIR}/
+}
+
+do_install () {
+       true
+}