aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-ownerinfo
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-12-22 20:49:27 +0000
committerPhil Blundell <philb@gnu.org>2004-12-22 20:49:27 +0000
commitd04d45da6a4e999583e814c2d0ffe53a18905059 (patch)
treebe681e61f8515cca6c132147712fdce86cdc6100 /packages/gpe-ownerinfo
parentfcd843cb73d8bee0b72ff6890d02fc4cec9fe7b0 (diff)
downloadopenembedded-d04d45da6a4e999583e814c2d0ffe53a18905059.tar.gz
add clever fix (courtesy Florian Boor) for gpe-ownerinfo infinite loop when a photo is present
BKrev: 41c9ddd7N1pK_v9W4OynxgfDJXhZ6g
Diffstat (limited to 'packages/gpe-ownerinfo')
-rw-r--r--packages/gpe-ownerinfo/gpe-ownerinfo-0.24/fixloop.patch0
-rw-r--r--packages/gpe-ownerinfo/gpe-ownerinfo_0.24.bb15
2 files changed, 15 insertions, 0 deletions
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
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gpe-ownerinfo/gpe-ownerinfo-0.24/fixloop.patch
diff --git a/packages/gpe-ownerinfo/gpe-ownerinfo_0.24.bb b/packages/gpe-ownerinfo/gpe-ownerinfo_0.24.bb
index e69de29bb2..b445b9afe3 100644
--- a/packages/gpe-ownerinfo/gpe-ownerinfo_0.24.bb
+++ b/packages/gpe-ownerinfo/gpe-ownerinfo_0.24.bb
@@ -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}/
+}