mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 00:32:12 +02:00
Upstream git has a fix for broken compilation against Freetype 2.5.1. It also integrates the link patch we had, and installs into $bindir. (From OE-Core rev: 7fcfd0c001431683a82615c2a2fc241ca02a6af9) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
436 B
BlitzBasic
17 lines
436 B
BlitzBasic
DESCRIPTION = "Various benchmarning tests for X"
|
|
HOMEPAGE = "http://www.o-hand.com"
|
|
SECTION = "devel"
|
|
LICENSE = "Zlib"
|
|
DEPENDS = "pango libxext libxft virtual/libx11 gtk+"
|
|
|
|
SRCREV = "e5939ff608b95cdd4d0ab0e1935781ab9a276ac0"
|
|
PV = "0.1+git${SRCPV}"
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/${BPN}"
|
|
|
|
LIC_FILES_CHKSUM = "file://test-pango-gdk.c;endline=24;md5=1ee74ec851ecda57eb7ac6cc180f7655"
|
|
|
|
S = "${WORKDIR}/git/tests"
|
|
|
|
inherit autotools
|