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>
This commit is contained in:
Mark Asselstine 2018-11-30 16:46:53 -05:00 committed by Bruce Ashfield
parent 5043d6263a
commit 8e2ef132c1

View File

@ -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"