1
0
forked from brl/citadel

Remove fribidi as a newer version is already in poky

This commit is contained in:
Bruce Leidl 2019-01-16 13:41:36 -05:00
parent 24962c24c6
commit 5f5adf8abb

View File

@ -1,18 +0,0 @@
DESCRIPTION = "GNU FriBidi"
HOMEPAGE = "https://github.com/fribidi"
DEPENDS = ""
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
SRCREV = "f2c9d50722cb60d0cdec3b1bafba9029770e86b4"
SRC_URI = "git://github.com/fribidi/fribidi.git;protocol=https"
S = "${WORKDIR}/git"
inherit autotools
EXTRA_OECONF = "--disable-deprecated --disable-docs"
BBCLASSEXTEND = "native"