From 0527e51aeee6f7ff8e9b31f5540ffb33bad6ff09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 1 Jun 2020 23:44:49 +0200 Subject: [PATCH] uchardet: initial add 0.0.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * It is a dependenccy for upcoming gnome tepl * Since others (meta-webos* @Martin) had recipes (0.0.1) add it to meta-oe Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-oe/recipes-support/uchardet/uchardet_0.0.7.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-oe/recipes-support/uchardet/uchardet_0.0.7.bb diff --git a/meta-oe/recipes-support/uchardet/uchardet_0.0.7.bb b/meta-oe/recipes-support/uchardet/uchardet_0.0.7.bb new file mode 100644 index 0000000000..4a595e6432 --- /dev/null +++ b/meta-oe/recipes-support/uchardet/uchardet_0.0.7.bb @@ -0,0 +1,9 @@ +SUMMARY = "uchardet is an encoding detector library" +LICENSE = "MPLv1.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=6ecda54f6f525388d71d6b3cd92f7474" + +inherit cmake + +SRC_URI = "https://www.freedesktop.org/software/uchardet/releases/uchardet-0.0.7.tar.xz" +SRC_URI[md5sum] = "623406dac5c5ad89e40eedd7f279efae" +SRC_URI[sha256sum] = "3fc79408ae1d84b406922fa9319ce005631c95ca0f34b205fad867e8b30e45b1"