add clever fix (courtesy Florian Boor) for gpe-ownerinfo infinite loop when a photo...
authorPhil Blundell <philb@gnu.org>
Wed, 22 Dec 2004 20:49:27 +0000 (20:49 +0000)
committerPhil Blundell <philb@gnu.org>
Wed, 22 Dec 2004 20:49:27 +0000 (20:49 +0000)
BKrev: 41c9ddd7N1pK_v9W4OynxgfDJXhZ6g

packages/gpe-ownerinfo/gpe-ownerinfo-0.24/fixloop.patch [new file with mode: 0644]
packages/gpe-ownerinfo/gpe-ownerinfo_0.24.bb

diff --git a/packages/gpe-ownerinfo/gpe-ownerinfo-0.24/fixloop.patch b/packages/gpe-ownerinfo/gpe-ownerinfo-0.24/fixloop.patch
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..b445b9a 100644 (file)
@@ -0,0 +1,15 @@
+inherit gpe
+
+DESCRIPTION = "GPE owner information dialog"
+SECTION = "gpe"
+PRIORITY = "optional"
+MAINTAINER = "Philip Blundell <pb@handhelds.org>"
+DEPENDS = "gtk+ libgpewidget"
+PR = "r1"
+
+SRC_URI += "file://fixloop.patch;patch=1;pnum=0"
+
+do_stage () {
+       oe_libinstall -a libgpe-ownerinfo ${STAGING_LIBDIR}
+       install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/ 
+}