summaryrefslogtreecommitdiff
path: root/recipes-core/annex-proto/annex-proto.bb
blob: cbb6fb2fec003af373d4663775e182439e64f7dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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}
}