summaryrefslogtreecommitdiff
path: root/packages/gpephone/libgemwidget_0.1.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-05-08 08:24:12 +0000
committerKoen Kooi <koen@openembedded.org>2007-05-08 08:24:12 +0000
commit4349522d76edb8429e89139175a3f70ee563db25 (patch)
tree46531d11f76b973d316ac933edccff48e5457493 /packages/gpephone/libgemwidget_0.1.bb
parent4e3a92fe8455a3d05eeaf9f725eca8448e5c68d6 (diff)
libgemwidget: make it work with a recent gtk.
* NOTE: see the remark in the recipe about the condionality of the patch
Diffstat (limited to 'packages/gpephone/libgemwidget_0.1.bb')
-rw-r--r--packages/gpephone/libgemwidget_0.1.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/gpephone/libgemwidget_0.1.bb b/packages/gpephone/libgemwidget_0.1.bb
index 0cce92532f..0b670e485d 100644
--- a/packages/gpephone/libgemwidget_0.1.bb
+++ b/packages/gpephone/libgemwidget_0.1.bb
@@ -8,6 +8,10 @@ PR = "r1"
GPE_TARBALL_SUFFIX = "bz2"
inherit gpephone pkgconfig autotools
+# This really is not angstrom specific, but gtk 2.10 specific
+# for a better solution: "patches accepted"
+SRC_URI_append_angstrom = " file://gemfilechooser-NULL-callback.patch;patch=1"
+
do_stage () {
autotools_stage_all
}