mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 09:16:36 +01:00
16 lines
458 B
BlitzBasic
16 lines
458 B
BlitzBasic
require clutter-gst.inc
|
|
|
|
PV = "0.9.0+git${SRCPV}"
|
|
PR = "r3"
|
|
|
|
SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git \
|
|
file://autofoo-9db4a61a25677764bb927369c5c68ada958fb65c.patch;patch=1;rev=9db4a61a25677764bb927369c5c68ada958fb65c \
|
|
file://autofoo.patch;patch=1;notrev=9db4a61a25677764bb927369c5c68ada958fb65c"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
do_configure_prepend () {
|
|
# Disable DOLT
|
|
sed -i -e 's/^DOLT//' ${S}/configure.ac
|
|
}
|