gpe-plucker: Fix install
authorSteve Sakoman <steve@sakoman.com>
Fri, 8 May 2009 16:20:32 +0000 (18:20 +0200)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Fri, 8 May 2009 16:33:25 +0000 (18:33 +0200)
recipes/gpe-plucker/gpe-plucker_0.4.bb

index 8e90d2f..4a2937a 100644 (file)
@@ -5,10 +5,13 @@ DEPENDS = "gtk+ libgpewidget gpe-icons"
 RDEPENDS = "gpe-icons"
 SECTION = "gpe"
 PRIORITY = "optional"
+PR = "r3"
+
+SRC_URI += " \
+           file://plucker-no-host-includes.patch;patch=1 \
+           file://fix-install.patch;patch=1 \
+           "
 
-SRC_URI += " file://plucker-no-host-includes.patch;patch=1"
 PARALLEL_MAKE=""
 EXTRA_OEMAKE="RANLIB=${RANLIB}"
 
-PR = "r2"
-