From: Phil Blundell Date: Wed, 30 Jun 2004 20:57:48 +0000 (+0000) Subject: add patch for missing -I in makefile X-Git-Tag: Release-2010-05/1~18431 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7853ff11495d1d13568a0397319c77e054215cfa;p=openembedded.git add patch for missing -I in makefile BKrev: 40e3294c1pEBj286Jql-J7fDsMMyiA --- diff --git a/libgpewidget/libgpewidget-0.84/makefile.patch b/libgpewidget/libgpewidget-0.84/makefile.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/libgpewidget/libgpewidget_0.84.oe b/libgpewidget/libgpewidget_0.84.oe index e69de29bb2..bfd4de4cb0 100644 --- a/libgpewidget/libgpewidget_0.84.oe +++ b/libgpewidget/libgpewidget_0.84.oe @@ -0,0 +1,22 @@ +PR = "r3" +DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications." +SECTION = "gpe/libs" +PRIORITY = "optional" +MAINTAINER = "Philip Blundell " +DEPENDS = "gtk+ cairo libxrender" + +inherit pkgconfig gpe + +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \ + file://makefile.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 gpehelp.h gpeiconlistitem.h gpeclockface.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 +}