diff options
author | Jason Reiss <jreiss@multitech.com> | 2016-11-10 12:58:37 -0600 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2016-11-10 12:58:37 -0600 |
commit | e093123ceafca8eb6d8d041e0ad09f67d1202c73 (patch) | |
tree | 009fbbbb4c6ece6b88f5006d78a8d2ab85a835f4 /recipes-core/annex-proto | |
parent | 75fd65e9f52aeea9ab27b4af85c1fa8b093e5be3 (diff) | |
parent | 38ded95350a89cae973df774242e3c35e98784d8 (diff) | |
download | meta-mlinux-e093123ceafca8eb6d8d041e0ad09f67d1202c73.tar.gz meta-mlinux-e093123ceafca8eb6d8d041e0ad09f67d1202c73.tar.bz2 meta-mlinux-e093123ceafca8eb6d8d041e0ad09f67d1202c73.zip |
merge: Conduit_0.1 changes into master
lora: update lora-network-server to 1.0.16
Diffstat (limited to 'recipes-core/annex-proto')
-rw-r--r-- | recipes-core/annex-proto/annex-proto.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-core/annex-proto/annex-proto.bb b/recipes-core/annex-proto/annex-proto.bb new file mode 100644 index 0000000..cbb6fb2 --- /dev/null +++ b/recipes-core/annex-proto/annex-proto.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "Provides the Multi-Tech MDM client protobuffer definitions" +SECTION = "remote-management" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" +PR = "r20" +PROVIDES = "annex_proto" +DEPENDS = "protobuf" +SRCREV = "7ad3f17a59d3fe564da099518310d61ad1304913" + +SRC_URI = "git://git@${MTS_INTERNAL_GIT}/annex/proto.git;protocol=ssh;branch=master \ +" +S = "${WORKDIR}/git" + +# don't use cli here +do_compile() { + echo "directory: `pwd`" +} + +do_install() { + install annex.proto ${STAGING_DIR_NATIVE} +} + + + |