mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
matchbox-wm matchbox-panel-2 matchbox-terminal matchbox-config-gtk matchbox-stroke matchbox-desktop matchbox-keyboard matchbox-themes-extra libfakekey settings-daemon Also remove some old recipes. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
18 lines
384 B
BlitzBasic
18 lines
384 B
BlitzBasic
require libmatchbox.inc
|
|
|
|
PV = "1.9+git${SRCPV}"
|
|
PR = "r0"
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
SRC_URI = "git://git.pokylinux.org/${PN};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}/
|
|
}
|