]> code.ossystems Code Review - openembedded-core.git/commitdiff
clutter-box2d: Install blockbox example
authorRichard Purdie <richard@openedhand.com>
Mon, 19 May 2008 08:42:49 +0000 (08:42 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 19 May 2008 08:42:49 +0000 (08:42 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4494 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/clutter/clutter-box2d.inc

index 00d864daf6d0ab2c96dc1e0cf6b20018b6ba3e51..7145f8090997a77ee9e18b9888cbed660e6083c6 100644 (file)
@@ -10,3 +10,7 @@ do_stage () {
         autotools_stage_all
 }
 
+do_install_append () {
+       install -d ${D}${bindir}
+       install ${S}/examples/blockbox ${D}${bindir}
+}