diff options
author | Andreas Mueller <schnitzeltony@gmx.de> | 2010-09-02 14:48:37 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-09-07 10:08:36 +0200 |
commit | 8d9d249f128b14f6e0d9d8ed97265a4eb9bfdc8a (patch) | |
tree | 8947e9dd050da0f46300600aefde44486e9ac8e0 /recipes/moblin/bickley_git.bb | |
parent | 712d5d30f5f45e0c7bcde4cb006591b6f91b9d31 (diff) |
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/bickley_git.bb')
-rw-r--r-- | recipes/moblin/bickley_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/moblin/bickley_git.bb b/recipes/moblin/bickley_git.bb index fc7abc8677..c4c1f7c7b5 100644 --- a/recipes/moblin/bickley_git.bb +++ b/recipes/moblin/bickley_git.bb @@ -2,9 +2,9 @@ DESCRIPTION = "A meta data manager API and framework (including Media)" SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" PV = "0.0" PR_append = "+git${SRCREV}" -PR = "r4" +PR = "r5" -DEPENDS = "redland gtk+ dbus-glib clutter-gst-0.9 libexif taglib gupnp gupnp-av samba" +DEPENDS = "redland gtk+ dbus-glib clutter-gst libexif taglib gupnp gupnp-av samba" RDEPENDS_${PN} = "xdg-user-dirs" S = "${WORKDIR}/git" |