diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-05-08 18:20:32 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-05-08 18:33:25 +0200 |
commit | c9a3459a430a2e51dec7a1840497e05fcfb0df5b (patch) | |
tree | 44f7a32a986f66818e8a3f93f2d7b1aba138be80 /recipes/gpe-plucker/gpe-plucker_0.4.bb | |
parent | 70eece2eb04cc4151252fdad6f6543e04baecb01 (diff) |
gpe-plucker: Fix install
Diffstat (limited to 'recipes/gpe-plucker/gpe-plucker_0.4.bb')
-rw-r--r-- | 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 8e90d2f06b..4a2937a83b 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" - |