mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
clutter-git: Disable DOLT
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -7,10 +7,14 @@ 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://nodolt-1.0.patch;patch=1 \
|
||||
file://enable_tests-1.0.patch;patch=1 "
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
BASE_CONF += "--disable-introspection"
|
||||
|
||||
|
||||
do_configure_prepend () {
|
||||
# Disable DOLT
|
||||
sed -i -e 's/^DOLT//' ${S}/configure.ac
|
||||
}
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
Index: git/configure.ac
|
||||
===================================================================
|
||||
--- git.orig/configure.ac 2009-11-27 15:32:20.000000000 +0000
|
||||
+++ git/configure.ac 2009-11-27 15:32:28.000000000 +0000
|
||||
@@ -79,7 +79,6 @@
|
||||
AM_PROG_CC_C_O
|
||||
AC_DISABLE_STATIC
|
||||
AC_PROG_LIBTOOL
|
||||
-DOLT
|
||||
|
||||
# Checks for header files.
|
||||
AC_HEADER_STDC
|
||||
@@ -10,3 +10,7 @@ S = "${WORKDIR}/git"
|
||||
|
||||
BASE_CONF += "--disable-introspection"
|
||||
|
||||
do_configure_prepend () {
|
||||
# Disable DOLT
|
||||
sed -i -e 's/^DOLT//' ${S}/configure.ac
|
||||
}
|
||||
Reference in New Issue
Block a user