diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-11-21 15:28:52 -0600 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-11-21 15:28:52 -0600 |
commit | 94aa3446bd078025488af5ad12d5288856ca6d13 (patch) | |
tree | 3e0f19667ac465796a80a98f318af5bb11bb00d3 | |
parent | 243c84d7e76aaa7493e0e08ae4de8d89d0a3d594 (diff) | |
download | meta-mlinux-94aa3446bd078025488af5ad12d5288856ca6d13.tar.gz meta-mlinux-94aa3446bd078025488af5ad12d5288856ca6d13.tar.bz2 meta-mlinux-94aa3446bd078025488af5ad12d5288856ca6d13.zip |
annex:mlinux: use push_api_mdm_* scripts
-rw-r--r-- | recipes-core/annex-client/annex-client-from-src.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/annex-client/annex-client-from-src.bb b/recipes-core/annex-client/annex-client-from-src.bb index ee7dee9..a45e119 100644 --- a/recipes-core/annex-client/annex-client-from-src.bb +++ b/recipes-core/annex-client/annex-client-from-src.bb @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda PROVIDES = "annex-client-from-src" DEPENDS = "jsoncpp curl protobuf cyrus-sasl protobuf-native annex-proto mts-io" -PR = "r0" -SRCREV = "a696a7660bf153fec126cf971442c60961c51782" +PR = "r1" +SRCREV = "b954c83e155f95ecd68c14a890f9455331e19878" SRC_URI = "git://git@${MTS_INTERNAL_GIT}/multitech/annex-client.git;protocol=ssh;branch=master" |