summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2016-08-31 14:17:44 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-08-31 17:33:28 -0400
commitbc4459eb8cfa505b1440fb5924ef2a8989985e2e (patch)
treec9bb3f02ce0c8467d452c8440b7172f0a347b91b /recipes-containers
parentdb5ef806020525af18de50ec4f3ad56301092a48 (diff)
downloadmeta-virtualization-bc4459eb8cfa505b1440fb5924ef2a8989985e2e.tar.gz
cgroup-lite: update to version 1.11
This is a small package so despite the large version jump the changes are minor, mostly bug fixes and some work around systemd. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/cgroup-lite/cgroup-lite_1.11.bb (renamed from recipes-containers/cgroup-lite/cgroup-lite_1.1.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/cgroup-lite/cgroup-lite_1.1.bb b/recipes-containers/cgroup-lite/cgroup-lite_1.11.bb
index 3ca5238c..b3af6f4c 100644
--- a/recipes-containers/cgroup-lite/cgroup-lite_1.1.bb
+++ b/recipes-containers/cgroup-lite/cgroup-lite_1.11.bb
@@ -4,10 +4,10 @@ DESCRIPTION = "Light-weight package to set up cgroups at system boot."
4HOMEPAGE = "http://packages.ubuntu.com/source/precise/cgroup-lite" 4HOMEPAGE = "http://packages.ubuntu.com/source/precise/cgroup-lite"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://debian/copyright;md5=5d5da4e0867cf06014f87102154d0102" 6LIC_FILES_CHKSUM = "file://debian/copyright;md5=5d5da4e0867cf06014f87102154d0102"
7SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/main/c/cgroup-lite/cgroup-lite_1.1.tar.gz" 7SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+files/cgroup-lite_1.11.tar.xz"
8SRC_URI += "file://cgroups-init" 8SRC_URI += "file://cgroups-init"
9SRC_URI[md5sum] = "041a0d8ad2b192271a2e5507fdb6809f" 9SRC_URI[md5sum] = "b20976194ee8fdb61e6b55281fb6ead4"
10SRC_URI[sha256sum] = "e7f9992b90b5b4634f3b8fb42580ff28ff31093edb297ab872c37f61a94586bc" 10SRC_URI[sha256sum] = "a79ab9ae6fb3ff3ce0aa5539b055c0379eaffdc6c5f003af4010fcea683c1a45"
11 11
12inherit update-rc.d 12inherit update-rc.d
13 13