diff options
author | Phil Blundell <philb@gnu.org> | 2004-05-16 19:30:47 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-05-16 19:30:47 +0000 |
commit | 3662ecaf0b02c33967345093245a3b2fd304b08f (patch) | |
tree | 9ceab4396d70101ae3e605bc3126b43ca70e805a | |
parent | c8305a6308c8b26fde83050384699bfcc4efd48d (diff) |
add patch for late-breaking Makefile issue
BKrev: 40a7c167hP_5-cVJQBfPjLXBOKYPjg
-rw-r--r-- | libgpewidget/libgpewidget-0.79/ldflags.patch | 0 | ||||
-rw-r--r-- | libgpewidget/libgpewidget_0.79.oe | 22 |
2 files changed, 22 insertions, 0 deletions
diff --git a/libgpewidget/libgpewidget-0.79/ldflags.patch b/libgpewidget/libgpewidget-0.79/ldflags.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libgpewidget/libgpewidget-0.79/ldflags.patch diff --git a/libgpewidget/libgpewidget_0.79.oe b/libgpewidget/libgpewidget_0.79.oe index e69de29bb2..96821910ea 100644 --- a/libgpewidget/libgpewidget_0.79.oe +++ b/libgpewidget/libgpewidget_0.79.oe @@ -0,0 +1,22 @@ +PR = "r1" +DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications." +SECTION = "gpe/libs" +PRIORITY = "optional" +MAINTAINER = "Philip Blundell <pb@handhelds.org>" +DEPENDS = "gtk+ cairo xrender" + +inherit pkgconfig gpe + +SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/libgpewidget-${PV}.tar.gz \ + file://${FILESDIR}/ldflags.patch;patch=1" + +headers = "init.h render.h errorbox.h smallbox.h pixmaps.h gpetimesel.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h popup_menu.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h tray.h popup.h gpeiconlistview.h" + +do_stage () { + oe_libinstall -so libgpewidget ${STAGING_LIBDIR} + + mkdir -p ${STAGING_INCDIR}/gpe + for h in ${headers}; do + install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h + done +} |