mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
(From OE-Core rev: fbff096fd1168ec8147fb348fb36ecafcaefef19) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
377 B
BlitzBasic
17 lines
377 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 = "r3"
|
|
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
SRC_URI = "git://git.gnome.org/cogl;protocol=git;branch=master \
|
|
file://build_for_armv4t.patch"
|
|
S = "${WORKDIR}/git"
|
|
|
|
AUTOTOOLS_AUXDIR = "${S}/build"
|