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
+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
+}
+include genext2fs-${PV}.oe
+inherit native
+FILESDIR = ${TOPDIR}/genext2fs/genext2fs-${PV}
+
+do_stage () {
+ install -m 0755 genext2fs ${STAGING_BINDIR}/
+}
+
+do_install () {
+ true
+}