summaryrefslogtreecommitdiffstats
path: root/recipes-navigation
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2017-11-06 23:47:06 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-11-11 10:40:07 +0000
commit7fc850d871ea114f4f3e55ed0baa02e5a4e0d671 (patch)
tree01fa55fe0f355569adf439af1e60bbeb22e7761e /recipes-navigation
parente422e5cb73311fd0807b40d8a1fcac53cac7d6eb (diff)
protozero: add protozero recipe
protozero is a minimalist protoctol buffer encode/decoder written in C++ Bug-AGL: SPEC-1023 Change-Id: I6f7ebc29af886cf3f22df018e22ca734b19b7814 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'recipes-navigation')
-rw-r--r--recipes-navigation/protozero/protozero_git.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-navigation/protozero/protozero_git.bb b/recipes-navigation/protozero/protozero_git.bb
new file mode 100644
index 00000000..888db6bf
--- /dev/null
+++ b/recipes-navigation/protozero/protozero_git.bb
@@ -0,0 +1,17 @@
+SUMMARY = "protozero library"
+DESCRIPTION = "Minimalist protocol buffer decoder and encoder in C++"
+
+HOMEPAGE = "https://github.com/mapbox/protozero"
+SECTION = "apps"
+
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=bb1a27fdd409f635a3f92106ef78d30a"
+
+SRC_URI = "git://github.com/mapbox/protozero.git;protocol=http"
+SRCREV = "aa8b304cf63831589f52c254b5af2c688bdc2fc4"
+
+S = "${WORKDIR}/git"
+
+CFLAGS_prepend = " -I${STAGING_DIR_HOST}/include"
+
+inherit cmake pkgconfig