summaryrefslogtreecommitdiffstats
path: root/meta-oem-extra-libs/recipes-support/libdatrie/libdatrie_0.2.9.bb
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-06-17 11:49:59 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-06-18 08:14:06 +0000
commit017697ae1521404b0addf6f3d25ce7985b94ca5c (patch)
tree8b7bbf522b4132a94ed4f822c7000e8a143ecdab /meta-oem-extra-libs/recipes-support/libdatrie/libdatrie_0.2.9.bb
parentcfafcc0d4fc937002a804e1eb262325771071d08 (diff)
Remove outdated layers - meta-oem-extra-libs
As announced in https://lists.automotivelinux.org/g/agl-dev-community/topic/73194818#8265 the layer is outdated and will be removed. Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I65fee2a4fdca1ff97a7308c6d955a062c3830f62
Diffstat (limited to 'meta-oem-extra-libs/recipes-support/libdatrie/libdatrie_0.2.9.bb')
-rwxr-xr-xmeta-oem-extra-libs/recipes-support/libdatrie/libdatrie_0.2.9.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-oem-extra-libs/recipes-support/libdatrie/libdatrie_0.2.9.bb b/meta-oem-extra-libs/recipes-support/libdatrie/libdatrie_0.2.9.bb
deleted file mode 100755
index 44fd0b47..00000000
--- a/meta-oem-extra-libs/recipes-support/libdatrie/libdatrie_0.2.9.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-#
-# No base recipe
-#
-
-DESCRIPTION = "datrie is an implementation of double-array structure \
-for representing trie, as proposed by Junichi Aoe."
-HOMEPAGE = "http://linux.thai.net/projects/libthai"
-
-PR = "r0"
-
-inherit autotools pkgconfig
-
-LICENSE = "LGPL-2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
-
-SRC_URI = "http://linux.thai.net/pub/thailinux/software/libthai/${BPN}-${PV}.tar.xz"
-
-SRC_URI[md5sum] = "687624f374e748de81b01399736bb735"
-SRC_URI[sha256sum] = "d980713e7ad8e19cf3b54ee0173782b94332af8e7e4e936dde01d2cd72e1da1d"
-
-
-# Add more packages
-PACKAGES =+ "${PN}1-bin"
-
-FILES_${PN}1-bin += "${bindir}/*"
-
-BBCLASSEXTEND += "native"
-