summaryrefslogtreecommitdiff
path: root/recipes/genext2fs/genext2fs-native_1.4.1.bb
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2009-04-28 09:32:07 +0930
committerRod Whitby <rod@whitby.id.au>2009-04-28 09:32:07 +0930
commit51733906e1c12fa345a16578b303860b6111f0e6 (patch)
treea11d2201ec628496c1fbbe318ac2349e2ae30dab /recipes/genext2fs/genext2fs-native_1.4.1.bb
parent694436f22483c9dab39acbadafbdf315441873e4 (diff)
parent1b6bdbe0ee7b8cca34d534a9f49fcbc9abd891a9 (diff)
Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/genext2fs/genext2fs-native_1.4.1.bb')
-rw-r--r--recipes/genext2fs/genext2fs-native_1.4.1.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/genext2fs/genext2fs-native_1.4.1.bb b/recipes/genext2fs/genext2fs-native_1.4.1.bb
new file mode 100644
index 0000000000..50b371b97e
--- /dev/null
+++ b/recipes/genext2fs/genext2fs-native_1.4.1.bb
@@ -0,0 +1,10 @@
+require genext2fs_${PV}.bb
+inherit native
+
+do_stage () {
+ install -m 0755 genext2fs ${STAGING_BINDIR}/
+}
+
+do_install () {
+ :
+}