mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
in this case, those non poky distro can also use these recipe normally (From OE-Core rev: 0a57bd226cdb8332707fa0f46fcf0b067f03701a) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
440 B
BlitzBasic
19 lines
440 B
BlitzBasic
require libmatchbox.inc
|
|
|
|
SRCREV = "c81f8f444b83b187727f046432b186d67a42c732"
|
|
PV = "1.9+git${SRCPV}"
|
|
PR = "r0"
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \
|
|
file://configure_fixes.patch;patch=1 \
|
|
file://check.m4 \
|
|
file://16bppfixes.patch;patch=1 \
|
|
file://matchbox-start-fix.patch;patch=1"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
do_configure_prepend () {
|
|
cp ${WORKDIR}/check.m4 ${S}/
|
|
}
|