diff options
author | Enric Balletbo i Serra <eballetbo@gmail.com> | 2009-07-09 20:35:30 +0200 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-09 21:58:47 +0100 |
commit | 86e45a8c0c7a2430da209c650947f8cff3f8cc6b (patch) | |
tree | 1b19b292f7910effd414a39073827323a92b2c08 /meta/packages/puzzles | |
parent | 915d91845f762bffe28e4ef3af600bec62cd9dc5 (diff) | |
download | openembedded-core-86e45a8c0c7a2430da209c650947f8cff3f8cc6b.tar.gz openembedded-core-86e45a8c0c7a2430da209c650947f8cff3f8cc6b.tar.bz2 openembedded-core-86e45a8c0c7a2430da209c650947f8cff3f8cc6b.tar.xz openembedded-core-86e45a8c0c7a2430da209c650947f8cff3f8cc6b.zip |
libowl: Use autotools_stage instead of broken custom staging function
This patch also fixes claws-mail, leafpad, pcmanfm, pimlico and puzzles
recipes using the proper include for owlwindowmenu.h
Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/puzzles')
-rw-r--r-- | meta/packages/puzzles/files/oh-puzzles-owl-menu.patch | 2 | ||||
-rw-r--r-- | meta/packages/puzzles/oh-puzzles_svn.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/puzzles/files/oh-puzzles-owl-menu.patch b/meta/packages/puzzles/files/oh-puzzles-owl-menu.patch index 99d40144d..61da9191a 100644 --- a/meta/packages/puzzles/files/oh-puzzles-owl-menu.patch +++ b/meta/packages/puzzles/files/oh-puzzles-owl-menu.patch @@ -6,7 +6,7 @@ Index: src/gtk.c #include <gdk/gdkx.h> #include <gdk-pixbuf/gdk-pixbuf.h> -+#include <owlwindowmenu.h> ++#include <libowl/owlwindowmenu.h> + #include <librsvg/rsvg.h> diff --git a/meta/packages/puzzles/oh-puzzles_svn.bb b/meta/packages/puzzles/oh-puzzles_svn.bb index 1c6ca47f5..f027dc1bb 100644 --- a/meta/packages/puzzles/oh-puzzles_svn.bb +++ b/meta/packages/puzzles/oh-puzzles_svn.bb @@ -4,7 +4,7 @@ SECTION = "x11" DEPENDS = "gtk+ gconf intltool-native librsvg libowl" PV = "0.1+svnr${SRCREV}" -PR = "r7" +PR = "r8" bindir = "/usr/games" |