mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
fstests: update to git master
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>
This commit is contained in:
committed by
Richard Purdie
parent
67212c2a06
commit
0b962a5f4b
@@ -4,21 +4,13 @@ SECTION = "devel"
|
||||
LICENSE = "Zlib"
|
||||
DEPENDS = "pango libxext libxft virtual/libx11 gtk+"
|
||||
|
||||
SRCREV = "218b99d82b56011e3f1b909e6baf22ce25af6334"
|
||||
SRCREV = "e5939ff608b95cdd4d0ab0e1935781ab9a276ac0"
|
||||
PV = "0.1+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/${BPN}"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/${BPN} \
|
||||
file://dso_linking_change_build_fix.patch"
|
||||
LIC_FILES_CHKSUM = "file://test-pango-gdk.c;endline=24;md5=1ee74ec851ecda57eb7ac6cc180f7655"
|
||||
|
||||
S = "${WORKDIR}/git/tests"
|
||||
|
||||
inherit autotools
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
find . -name "test-*" -type f -perm -755 -exec install -m 0755 {} ${D}${bindir} \;
|
||||
}
|
||||
|
||||
|
||||
LIC_FILES_CHKSUM = "file://test-pango-gdk.c;endline=24;md5=1ee74ec851ecda57eb7ac6cc180f7655"
|
||||
|
||||
Reference in New Issue
Block a user