summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2011-11-01 14:27:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-08 14:32:53 +0000
commit7ac57baf1598ec5178dbd0e4f341ebdf4dd8951d (patch)
tree75e1d818299cbd952ae514dee34e7283d0dab826 /meta/recipes-graphics/clutter
parenta9091c94660b7fa3be509264423966a530e8f80b (diff)
downloadpoky-7ac57baf1598ec5178dbd0e4f341ebdf4dd8951d.tar.gz
cogl: add cogl 1.8.0 recipe
Cogl has been split into a separate recipe as of the clutter-1.8 series (From OE-Core rev: 3bddb7cd3400857ac724e91cb5b663bcf386ab37) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/clutter')
-rw-r--r--meta/recipes-graphics/clutter/cogl.inc2
-rw-r--r--meta/recipes-graphics/clutter/cogl/macro-versions.patch26
-rw-r--r--meta/recipes-graphics/clutter/cogl_1.8.0.bb9
3 files changed, 36 insertions, 1 deletions
diff --git a/meta/recipes-graphics/clutter/cogl.inc b/meta/recipes-graphics/clutter/cogl.inc
index 387f6ecf43..f264151c0b 100644
--- a/meta/recipes-graphics/clutter/cogl.inc
+++ b/meta/recipes-graphics/clutter/cogl.inc
@@ -8,7 +8,7 @@ BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}"
8DEPENDS = "${STDDEPENDS} virtual/libgl" 8DEPENDS = "${STDDEPENDS} virtual/libgl"
9EXTRA_OECONF = "${BASE_CONF} --with-flavour=glx" 9EXTRA_OECONF = "${BASE_CONF} --with-flavour=glx"
10 10
11FILESPATH = "${FILE_DIRNAME}/clutter" 11FILESPATH = "${FILE_DIRNAME}/cogl"
12 12
13inherit autotools pkgconfig gtk-doc gettext 13inherit autotools pkgconfig gtk-doc gettext
14 14
diff --git a/meta/recipes-graphics/clutter/cogl/macro-versions.patch b/meta/recipes-graphics/clutter/cogl/macro-versions.patch
new file mode 100644
index 0000000000..87ea1f7d0f
--- /dev/null
+++ b/meta/recipes-graphics/clutter/cogl/macro-versions.patch
@@ -0,0 +1,26 @@
1Index: cogl-1.8.0/configure.ac
2===================================================================
3--- cogl-1.8.0.orig/configure.ac
4+++ cogl-1.8.0/configure.ac
5@@ -833,7 +833,7 @@ LT_INIT([disable-static])
6 dnl ================================================================
7 dnl I18n stuff.
8 dnl ================================================================
9-AM_GNU_GETTEXT_VERSION([0.17])
10+AM_GNU_GETTEXT_VERSION([0.18])
11 AM_GNU_GETTEXT([external])
12
13 GETTEXT_PACKAGE="cogl"
14Index: cogl-1.8.0/po/Makefile.in.in
15===================================================================
16--- cogl-1.8.0.orig/po/Makefile.in.in
17+++ cogl-1.8.0/po/Makefile.in.in
18@@ -9,7 +9,7 @@
19 # General Public License and is *not* in the public domain.
20 #
21 # Origin: gettext-0.17
22-GETTEXT_MACRO_VERSION = 0.17
23+GETTEXT_MACRO_VERSION = 0.18
24
25 PACKAGE = @PACKAGE@
26 VERSION = @VERSION@
diff --git a/meta/recipes-graphics/clutter/cogl_1.8.0.bb b/meta/recipes-graphics/clutter/cogl_1.8.0.bb
new file mode 100644
index 0000000000..02ed67cda5
--- /dev/null
+++ b/meta/recipes-graphics/clutter/cogl_1.8.0.bb
@@ -0,0 +1,9 @@
1require cogl.inc
2
3LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
4
5SRC_URI = "http://source.clutter-project.org/sources/cogl/1.8/${BPN}-${PV}.tar.bz2 \
6 file://macro-versions.patch"
7
8SRC_URI[md5sum] = "cd18c28bf3dd0008b072cb9c5eed7821"
9SRC_URI[sha256sum] = "5ed9ee014367058a63d99a13e3fcc8cb8c6acb19ece00195c6df034fd8d8d8c7"