[oe-commits] Steve Sakoman : gpe-plucker: Fix install

GIT User account git at amethyst.openembedded.net
Fri May 8 16:39:55 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c9a3459a430a2e51dec7a1840497e05fcfb0df5b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c9a3459a430a2e51dec7a1840497e05fcfb0df5b

Author: Steve Sakoman <steve at sakoman.com>
Date:   Fri May  8 18:20:32 2009 +0200

gpe-plucker: Fix install

---

 recipes/gpe-plucker/gpe-plucker_0.4.bb |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/recipes/gpe-plucker/gpe-plucker_0.4.bb b/recipes/gpe-plucker/gpe-plucker_0.4.bb
index 8e90d2f..4a2937a 100644
--- a/recipes/gpe-plucker/gpe-plucker_0.4.bb
+++ b/recipes/gpe-plucker/gpe-plucker_0.4.bb
@@ -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"
-





More information about the Openembedded-commits mailing list