mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
clutter: Add LIC_FILES_CHKSUM
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
This commit is contained in:
@@ -9,6 +9,7 @@ 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 "
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
BASE_CONF += "--disable-introspection"
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
require clutter.inc
|
||||
require clutter-package.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
|
||||
|
||||
PV = "1.0.0+git${SRCPV}"
|
||||
PR = "r8"
|
||||
|
||||
@@ -14,4 +16,4 @@ BASE_CONF += "--disable-introspection"
|
||||
do_configure_prepend () {
|
||||
# Disable DOLT
|
||||
sed -i -e 's/^DOLT//' ${S}/configure.ac
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user