mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
clutter-gst/clutter-gtk: Add API versions to the package names and update to the latest code
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
14
meta/packages/clutter/clutter-gst-1.0_git.bb
Normal file
14
meta/packages/clutter/clutter-gst-1.0_git.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
require clutter-gst.inc
|
||||
|
||||
PV = "0.11.0+git${SRCPV}"
|
||||
|
||||
DEPENDS += "clutter-1.0"
|
||||
|
||||
SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
do_configure_prepend () {
|
||||
# Disable DOLT
|
||||
sed -i -e 's/^DOLT//' ${S}/configure.ac
|
||||
}
|
||||
Reference in New Issue
Block a user