summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2018-11-30 16:46:53 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-12-04 18:15:14 -0500
commit8e2ef132c1b1416808c403851206740dcec284db (patch)
treea9d756205a2b6ecb51a9ca4b0ca409a14ef4ba3c
parent5043d6263af3daa965e27bb027cdb5db00d0611b (diff)
downloadmeta-virtualization-8e2ef132c1b1416808c403851206740dcec284db.tar.gz
lxcfs: uprev from v3.0.1 to v3.0.3
A very small # of new commits. Most are minor bug fixes, no feature work. I looked at adding ptests but the tests are mostly in an unusable state at the moment, for example several require cgm despite cgmanager being deprecated. So I have opted to continue without them and only when we can work with upstream to improve their testing can we seriously consider adding them. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-containers/lxcfs/lxcfs_3.0.3.bb (renamed from recipes-containers/lxcfs/lxcfs_3.0.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/lxcfs/lxcfs_3.0.1.bb b/recipes-containers/lxcfs/lxcfs_3.0.3.bb
index 576027fd..b6b6ac6b 100644
--- a/recipes-containers/lxcfs/lxcfs_3.0.1.bb
+++ b/recipes-containers/lxcfs/lxcfs_3.0.3.bb
@@ -10,8 +10,8 @@ SRC_URI = " \
10" 10"
11 11
12LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" 12LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
13SRC_URI[md5sum] = "fa49872fc45846125455199a2cce18f1" 13SRC_URI[md5sum] = "bfc41f949caeabd0468189480222f25e"
14SRC_URI[sha256sum] = "016c317f13392bebccba338511f537332fb2fdbaf62a5f6d77307b38a348f41f" 14SRC_URI[sha256sum] = "890aa30d960d9b1e53b0c0712bf645c1f1924f750e32cd090f368c1338bd462f"
15 15
16DEPENDS += "fuse" 16DEPENDS += "fuse"
17RDEPENDS_${PN} += "fuse" 17RDEPENDS_${PN} += "fuse"