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 <[email protected]> --- recipes-containers/lxcfs/{lxcfs_3.0.1.bb => lxcfs_3.0.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-containers/lxcfs/{lxcfs_3.0.1.bb => lxcfs_3.0.3.bb} (84%) diff --git a/recipes-containers/lxcfs/lxcfs_3.0.1.bb b/recipes-containers/lxcfs/lxcfs_3.0.3.bb similarity index 84% rename from recipes-containers/lxcfs/lxcfs_3.0.1.bb rename to recipes-containers/lxcfs/lxcfs_3.0.3.bb index 576027f..b6b6ac6 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 = " \ " LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[md5sum] = "fa49872fc45846125455199a2cce18f1" -SRC_URI[sha256sum] = "016c317f13392bebccba338511f537332fb2fdbaf62a5f6d77307b38a348f41f" +SRC_URI[md5sum] = "bfc41f949caeabd0468189480222f25e" +SRC_URI[sha256sum] = "890aa30d960d9b1e53b0c0712bf645c1f1924f750e32cd090f368c1338bd462f" DEPENDS += "fuse" RDEPENDS_${PN} += "fuse" -- 2.7.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
