mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
clutter: Fix various missing DEPENDS on clutter and update clutter SRCREV
This commit is contained in:
@@ -33,7 +33,7 @@ SRCREV_pn-clutter-gtk-0.8 ?= "7d3c3230376e731c06c21afa9d8c1d44dbea27cd"
|
||||
SRCREV_pn-clutter-gtk ?= "70f4b0cbd568dfa265484a03be3bd08ad15ed12e"
|
||||
SRCREV_pn-clutter-0.6 ?= "62e852a51e29dd42c84d6b34fe23b80b2542be59"
|
||||
SRCREV_pn-clutter-0.8 ?= "3ba37ff115ed3fbe6c94195775941091a3ac2b30"
|
||||
SRCREV_pn-clutter ?= "2bf815131af32b8c5239425b8dacbacf29d503cf"
|
||||
SRCREV_pn-clutter ?= "6d4cd416ec3155db0778246099a431331149edd2"
|
||||
SRCREV_pn-connman ?= "e952851502277cc41cd2a54ef5386cca7a8843dd"
|
||||
SRCREV_pn-connman-gnome ?= "b589f4f89bff20d54682cc6b49efa86feac8adb4"
|
||||
SRCREV_pn-dialer ?= "42a2b4dd62cf94dc905caeb087f5e7e9f418bf93"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require clutter-cairo.inc
|
||||
|
||||
PV = "0.8.0+git${SRCREV}"
|
||||
PV = "0.9.0+git${SRCREV}"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "git://git.clutter-project.org/clutter-cairo.git;protocol=git \
|
||||
@@ -8,4 +8,4 @@ SRC_URI = "git://git.clutter-project.org/clutter-cairo.git;protocol=git \
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
DEPENDS += "clutter"
|
||||
|
||||
@@ -2,7 +2,7 @@ DESCRIPTION = "Clutter GStreamer"
|
||||
HOMEPAGE = "http://www.clutter-project.org/"
|
||||
LICENSE = "LGPL"
|
||||
|
||||
DEPENDS = "gstreamer gst-plugins-base"
|
||||
DEPENDS = "clutter gstreamer gst-plugins-base"
|
||||
|
||||
FILESPATH = "${FILE_DIRNAME}/clutter-gst"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require clutter-gst.inc
|
||||
|
||||
PV = "0.8.0+git${SRCREV}"
|
||||
PV = "0.9.0+git${SRCREV}"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git \
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
require clutter-gst.inc
|
||||
|
||||
PV = "0.8.0+git${SRCREV}"
|
||||
PV = "0.9.0+git${SRCREV}"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "git://git.clutter-project.org/clutter-gtk.git;protocol=git"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS = "clutter"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require clutter.inc
|
||||
|
||||
PV = "0.8.0+git${SRCREV}"
|
||||
PV = "0.9.0+git${SRCREV}"
|
||||
PR = "r3"
|
||||
|
||||
SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=master \
|
||||
|
||||
Reference in New Issue
Block a user