Fix libthai (oem-extra-libs) build break
[AGL/meta-agl-devel.git] / meta-oem-extra-libs / recipes-support / libdatrie / libdatrie_0.2.9.bb
1 #
2 # No base recipe
3 #
4
5 DESCRIPTION = "datrie is an implementation of double-array structure \
6 for representing trie, as proposed by Junichi Aoe."
7 HOMEPAGE = "http://linux.thai.net/projects/libthai"
8
9 PR = "r0"
10
11 inherit autotools pkgconfig
12
13 LICENSE = "LGPL-2.1"
14 LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
15
16 SRC_URI = "http://linux.thai.net/pub/thailinux/software/libthai/${BPN}-${PV}.tar.xz"
17
18 SRC_URI[md5sum] = "687624f374e748de81b01399736bb735"
19 SRC_URI[sha256sum] = "d980713e7ad8e19cf3b54ee0173782b94332af8e7e4e936dde01d2cd72e1da1d"
20
21
22 # Add more packages
23 PACKAGES =+ "${PN}1-bin"
24
25 FILES_${PN}1-bin += "${bindir}/*"
26
27 BBCLASSEXTEND += "native"
28