diff options
-rw-r--r-- | recipes-navigation/protozero/protozero_git.bb | 17 |
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 000000000..888db6bfd --- /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 |