]> code.ossystems Code Review - openembedded-core.git/commitdiff
clutter-box2d: Install the file accounting for libtool
authorRichard Purdie <richard@openedhand.com>
Mon, 19 May 2008 14:49:35 +0000 (14:49 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 19 May 2008 14:49:35 +0000 (14:49 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4501 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/clutter/clutter-box2d.inc
meta/packages/clutter/clutter-box2d_svn.bb

index 7145f8090997a77ee9e18b9888cbed660e6083c6..ef1f2936e776361d878c4af325725b72e8ab9f7d 100644 (file)
@@ -12,5 +12,5 @@ do_stage () {
 
 do_install_append () {
        install -d ${D}${bindir}
-       install ${S}/examples/blockbox ${D}${bindir}
+       install ${S}/examples/.libs/blockbox ${D}${bindir}
 }
index a6a39c6f56340b6eb3b098f92ce439c449368d91..8272fd213287fdcd26fb4977517f30290939220c 100644 (file)
@@ -1,6 +1,7 @@
 require clutter-box2d.inc
 
 PV = "0.0+svnr${SRCREV}"
+PR = "r2"
 
 SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=${PN};proto=http"