diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-15 16:40:06 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-15 16:40:06 +0000 |
commit | c89a2eb8e6ded6230f3f49aee8bcb02c0db42d6f (patch) | |
tree | 6282bd235c5334baa5943f2b24df26bab248923e | |
parent | 5741c860050d7af526a4310551417950896acb43 (diff) |
back out previous bogus change and replace with correct fix
BKrev: 40cf2666HgmjnTdodum86xXUdgM8fA
-rw-r--r-- | libgpewidget/libgpewidget-0.83/header.patch | 0 | ||||
-rw-r--r-- | libgpewidget/libgpewidget_0.83.oe | 7 |
2 files changed, 3 insertions, 4 deletions
diff --git a/libgpewidget/libgpewidget-0.83/header.patch b/libgpewidget/libgpewidget-0.83/header.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/libgpewidget/libgpewidget-0.83/header.patch +++ /dev/null diff --git a/libgpewidget/libgpewidget_0.83.oe b/libgpewidget/libgpewidget_0.83.oe index ac02f1a429..c78aba1cc8 100644 --- a/libgpewidget/libgpewidget_0.83.oe +++ b/libgpewidget/libgpewidget_0.83.oe @@ -1,4 +1,4 @@ -PR = "r1" +PR = "r2" DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications." SECTION = "gpe/libs" PRIORITY = "optional" @@ -7,10 +7,9 @@ DEPENDS = "gtk+ cairo xrender" inherit pkgconfig gpe -SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \ - file://header.patch;patch=1" +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz" -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" +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" do_stage () { oe_libinstall -so libgpewidget ${STAGING_LIBDIR} |