mirror of
https://git.yoctoproject.org/poky
synced 2026-06-08 15:29:50 +00:00
clutter: Add recipe for 1.0 release branch
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
require clutter.inc
|
||||
|
||||
PV = "1.0+git${SRCPV}"
|
||||
PR = "r0"
|
||||
|
||||
PACKAGES =+ "clutter-examples-1.0"
|
||||
FILES_clutter-examples-1.0 = "${bindir}/test-* ${pkgdatadir}/redhand.png"
|
||||
|
||||
SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=clutter-1.0 \
|
||||
file://enable_tests-1.0.patch;patch=1 "
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
BASE_CONF += "--disable-introspection"
|
||||
|
||||
Reference in New Issue
Block a user