diff options
Diffstat (limited to 'gpe-edit')
-rw-r--r-- | gpe-edit/gpe-edit/toolbar.patch | 0 | ||||
-rw-r--r-- | gpe-edit/gpe-edit_0.22.oe | 6 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gpe-edit/gpe-edit/toolbar.patch b/gpe-edit/gpe-edit/toolbar.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gpe-edit/gpe-edit/toolbar.patch diff --git a/gpe-edit/gpe-edit_0.22.oe b/gpe-edit/gpe-edit_0.22.oe index 0a856656b5..2241bd42fc 100644 --- a/gpe-edit/gpe-edit_0.22.oe +++ b/gpe-edit/gpe-edit_0.22.oe @@ -1,9 +1,11 @@ +PR = "r1" + inherit gpe DEPENDS = "gtk+ libdisplaymigration libgpewidget" MAINTAINER = "Phil Blundell <pb@handhelds.org>" SECTION = "gpe" DESCRIPTION = "Editor for the GPE Palmtop Environment" -FILES_${PN} = "/etc /usr/bin /usr/share/pixmaps /usr/share/applications" -SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-edit-${PV}.tar.gz" +SRC_URI = "${GPE_MIRROR}/gpe-edit-${PV}.tar.gz \ + file://toolbar.patch;patch=1;pnum=0" |