summaryrefslogtreecommitdiff
path: root/meta-freedesktop/recipes-core/libverto/libverto_0.2.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-freedesktop/recipes-core/libverto/libverto_0.2.6.bb')
-rw-r--r--meta-freedesktop/recipes-core/libverto/libverto_0.2.6.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-freedesktop/recipes-core/libverto/libverto_0.2.6.bb b/meta-freedesktop/recipes-core/libverto/libverto_0.2.6.bb
new file mode 100644
index 0000000..e38ac4e
--- /dev/null
+++ b/meta-freedesktop/recipes-core/libverto/libverto_0.2.6.bb
@@ -0,0 +1,14 @@
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=bc8917ab981cfa6161dc29319a4038d9"
+
+SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/libverto/libverto-0.2.6.tar.gz/d4e81c21403031089d71eaab07708b89/libverto-0.2.6.tar.gz"
+# Original URI, which didn't seem to load for me: https://fedorahosted.org/releases/l/i/libverto/libverto-0.2.6.tar.gz
+SRC_URI[md5sum] = "d4e81c21403031089d71eaab07708b89"
+SRC_URI[sha256sum] = "17eca6a3855f4884e2e7095e91501767d834b3bf313a6f59a93303f54ac91c9e"
+
+S = "${WORKDIR}/libverto-0.2.6"
+
+inherit pkgconfig autotools
+
+# Don't build glib backend, because we don't want to pull in the yocto glib
+EXTRA_OECONF = "--with-pthread --without-glib --without-libev --without-libevent"