aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/moblin/nbtk_git.bb
diff options
context:
space:
mode:
authorAndreas Mueller <schnitzeltony@gmx.de>2010-09-02 14:48:37 +0000
committerKoen Kooi <koen@openembedded.org>2010-09-07 10:08:36 +0200
commit8d9d249f128b14f6e0d9d8ed97265a4eb9bfdc8a (patch)
tree8947e9dd050da0f46300600aefde44486e9ac8e0 /recipes/moblin/nbtk_git.bb
parent712d5d30f5f45e0c7bcde4cb006591b6f91b9d31 (diff)
downloadopenembedded-8d9d249f128b14f6e0d9d8ed97265a4eb9bfdc8a.tar.gz
moblin: update recipes to match latest clutter
* nbtk: bump required to configure properly with clutter * clutter-imcontext: now required by nbtk * hornsey_git: bump required to configure properly with clutter * libccss_git: bump required to match new nbtk requirements bumping by SRCREV_pn-libccss = .. is a hack to get throgh the door and needs clean solution later. 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/moblin/nbtk_git.bb')
-rw-r--r--recipes/moblin/nbtk_git.bb15
1 files changed, 10 insertions, 5 deletions
diff --git a/recipes/moblin/nbtk_git.bb b/recipes/moblin/nbtk_git.bb
index 174adeb739..36e458b1c3 100644
--- a/recipes/moblin/nbtk_git.bb
+++ b/recipes/moblin/nbtk_git.bb
@@ -1,13 +1,18 @@
LICENSE = "LGPLv2.1"
-SRCREV = "73958e79f0ad69dd4e63cb8e697bd80ecee1cc34"
-PV = "0.8.0"
-PR = "r1"
+SRCREV = "caed93dd6ab6ae0cd7eb436357ceefa18f878981"
+PV = "1.2.3"
+PR = "r3"
PR_append = "+git${SRCREV}"
-DEPENDS = "glib-2.0 gtk+ libccss clutter-0.9"
+DEPENDS = "glib-2.0 gtk+ libccss clutter clutter-imcontext"
+
+# 03_fix_FTBFS_port_to_gtk2.20.patch grabbed from http://launchpadlibrarian.net/48166967/nbtk_1.2.3-1_1.2.3-2.diff.gz
+
+SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \
+ file://03_fix_FTBFS_port_to_gtk2.20.patch \
+"
-SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
S = "${WORKDIR}/git"
inherit autotools