diff options
author | Andreas Mueller <schnitzeltony@gmx.de> | 2010-09-02 14:48:28 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-09-07 10:08:28 +0200 |
commit | 712d5d30f5f45e0c7bcde4cb006591b6f91b9d31 (patch) | |
tree | 14cf0858ca363a875771a1b0dfca796598198dc9 /recipes/gnome/libchamplain-gtk_0.2.8.bb | |
parent | 8d64681eb7e2fa74be5dfd2f5a945f57d61113b9 (diff) |
libchamplain(-gtk): Bumped to 0.7.1 to meat actual clutter
* builds separate packages for libchamplain and libchamplain-gtk
* libchamplain_0.2.8 removed because it tries to configure against
clutter-cairo which is no more available
* libchamplain-gtk_0.2.8 removed because it configures against
very old clutter revision which do not build for GLES environments
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Acked-by: Koen Kooi <k-kooi@ti.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/gnome/libchamplain-gtk_0.2.8.bb')
-rw-r--r-- | recipes/gnome/libchamplain-gtk_0.2.8.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes/gnome/libchamplain-gtk_0.2.8.bb b/recipes/gnome/libchamplain-gtk_0.2.8.bb deleted file mode 100644 index e403da6928..0000000000 --- a/recipes/gnome/libchamplain-gtk_0.2.8.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "Libchamplain is a C library aimed to provide a Gtk+ widget to display rasterized maps. " -LICENSE = "LGPL" -DEPENDS = "libchamplain clutter-gtk-0.8" - -inherit gnome autotools - -SRC_URI = "http://libchamplain.pierlux.com/release/${PV}/libchamplain-gtk-${PV}.tar.gz" - - - -SRC_URI[md5sum] = "c3e62c1912c0dba013c8f3df28fc809d" -SRC_URI[sha256sum] = "03d751bd836174e2d6766d8036fc72e130dd090b13256d40a58ba6ab659475ef" |