diff options
author | 2016-11-30 08:03:01 +0000 | |
---|---|---|
committer | 2016-11-30 08:03:01 +0000 | |
commit | 47fc9e951fe25987b0e60da2d0578ea065b278b8 (patch) | |
tree | 982df6600e9b0945646e93374a179d41cebdfe92 | |
parent | 990dbe3f5e200de1cd7c3c6c68d4a2cb6b9795eb (diff) | |
download | meta-qcom-47fc9e951fe25987b0e60da2d0578ea065b278b8.tar.gz meta-qcom-47fc9e951fe25987b0e60da2d0578ea065b278b8.tar.bz2 meta-qcom-47fc9e951fe25987b0e60da2d0578ea065b278b8.zip |
rmtfs: update with new upstream
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r-- | recipes-support/rmtfs/rmtfs_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-support/rmtfs/rmtfs_git.bb b/recipes-support/rmtfs/rmtfs_git.bb index d3b7c46..86a451f 100644 --- a/recipes-support/rmtfs/rmtfs_git.bb +++ b/recipes-support/rmtfs/rmtfs_git.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ca25dbf5ebfc1a058bfc657c895aac2f" inherit systemd -SRCREV = "dc7de6ef564d082cb89e0ac8b7649079ab231263" +SRCREV = "8c79959935ca67a0cc198e0cb690baae4c46737c" SRC_URI = "git://github.com/andersson/${BPN}.git;branch=master;protocol=https" SRC_URI += "file://rmtfs.service" DEPENDS = "qmic-native qrtr" |