diff options
author | Phil Blundell <philb@gnu.org> | 2004-12-22 20:49:27 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-12-22 20:49:27 +0000 |
commit | d04d45da6a4e999583e814c2d0ffe53a18905059 (patch) | |
tree | be681e61f8515cca6c132147712fdce86cdc6100 | |
parent | fcd843cb73d8bee0b72ff6890d02fc4cec9fe7b0 (diff) |
add clever fix (courtesy Florian Boor) for gpe-ownerinfo infinite loop when a photo is present
BKrev: 41c9ddd7N1pK_v9W4OynxgfDJXhZ6g
-rw-r--r-- | packages/gpe-ownerinfo/gpe-ownerinfo-0.24/fixloop.patch | 0 | ||||
-rw-r--r-- | packages/gpe-ownerinfo/gpe-ownerinfo_0.24.bb | 15 |
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}/ +} |