From a7b8b908934222345f5c78f5172dff117e1c2489 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 14 Oct 2003 21:10:46 +0000 Subject: More fixes per seperator change. BKrev: 3f8c6656MFPMVnm7SgylaeVMS381Eg --- genext2fs/genext2fs-native_1.3.oe | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'genext2fs') diff --git a/genext2fs/genext2fs-native_1.3.oe b/genext2fs/genext2fs-native_1.3.oe index e69de29bb2..34668399ec 100644 --- a/genext2fs/genext2fs-native_1.3.oe +++ b/genext2fs/genext2fs-native_1.3.oe @@ -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 +} -- cgit v1.2.3