mirror of
https://git.yoctoproject.org/poky
synced 2026-02-24 02:19:39 +01:00
Eventual plan is to start building bleeding git again, so we'd like to keep the recipe around and relatively up to date. (From OE-Core rev: 849b90f7cf1472948dcc7f613d25f4b1b0be49ad) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
21 lines
427 B
BlitzBasic
21 lines
427 B
BlitzBasic
require cogl.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
# the 1.8.2 tag
|
|
SRCREV = "e398e374e2ff0e88bc1d63577a192f8ca04a1cb5"
|
|
PV = "1.8.2+git${SRCPV}"
|
|
PR = "r0"
|
|
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
SRC_URI = "git://git.gnome.org/cogl;protocol=git;branch=master"
|
|
S = "${WORKDIR}/git"
|
|
|
|
AUTOTOOLS_AUXDIR = "${S}/build"
|
|
|
|
do_configure_prepend () {
|
|
# Disable DOLT
|
|
sed -i -e 's/^DOLT//' ${S}/configure.ac
|
|
}
|