From bc4459eb8cfa505b1440fb5924ef2a8989985e2e Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 31 Aug 2016 14:17:44 -0400 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-containers/cgroup-lite/cgroup-lite_1.1.bb | 22 ---------------------- recipes-containers/cgroup-lite/cgroup-lite_1.11.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 recipes-containers/cgroup-lite/cgroup-lite_1.1.bb create mode 100644 recipes-containers/cgroup-lite/cgroup-lite_1.11.bb diff --git a/recipes-containers/cgroup-lite/cgroup-lite_1.1.bb b/recipes-containers/cgroup-lite/cgroup-lite_1.1.bb deleted file mode 100644 index 3ca5238c..00000000 --- a/recipes-containers/cgroup-lite/cgroup-lite_1.1.bb +++ /dev/null @@ -1,22 +0,0 @@ -SECTION = "devel" -SUMMARY = "Light-weight package to set up cgroups at system boot." -DESCRIPTION = "Light-weight package to set up cgroups at system boot." -HOMEPAGE = "http://packages.ubuntu.com/source/precise/cgroup-lite" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://debian/copyright;md5=5d5da4e0867cf06014f87102154d0102" -SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/main/c/cgroup-lite/cgroup-lite_1.1.tar.gz" -SRC_URI += "file://cgroups-init" -SRC_URI[md5sum] = "041a0d8ad2b192271a2e5507fdb6809f" -SRC_URI[sha256sum] = "e7f9992b90b5b4634f3b8fb42580ff28ff31093edb297ab872c37f61a94586bc" - -inherit update-rc.d - -INITSCRIPT_NAME = "cgroups-init" -INITSCRIPT_PARAMS = "start 8 2 3 4 5 . stop 20 0 1 6 ." -do_install() { - install -d ${D}/bin - install -d ${D}${sysconfdir}/init.d - install -m 0755 ${S}/scripts/cgroups-mount ${D}/bin - install -m 0755 ${S}/scripts/cgroups-umount ${D}/bin - install -m 0755 ${WORKDIR}/cgroups-init ${D}${sysconfdir}/init.d/cgroups-init -} diff --git a/recipes-containers/cgroup-lite/cgroup-lite_1.11.bb b/recipes-containers/cgroup-lite/cgroup-lite_1.11.bb new file mode 100644 index 00000000..b3af6f4c --- /dev/null +++ b/recipes-containers/cgroup-lite/cgroup-lite_1.11.bb @@ -0,0 +1,22 @@ +SECTION = "devel" +SUMMARY = "Light-weight package to set up cgroups at system boot." +DESCRIPTION = "Light-weight package to set up cgroups at system boot." +HOMEPAGE = "http://packages.ubuntu.com/source/precise/cgroup-lite" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://debian/copyright;md5=5d5da4e0867cf06014f87102154d0102" +SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+files/cgroup-lite_1.11.tar.xz" +SRC_URI += "file://cgroups-init" +SRC_URI[md5sum] = "b20976194ee8fdb61e6b55281fb6ead4" +SRC_URI[sha256sum] = "a79ab9ae6fb3ff3ce0aa5539b055c0379eaffdc6c5f003af4010fcea683c1a45" + +inherit update-rc.d + +INITSCRIPT_NAME = "cgroups-init" +INITSCRIPT_PARAMS = "start 8 2 3 4 5 . stop 20 0 1 6 ." +do_install() { + install -d ${D}/bin + install -d ${D}${sysconfdir}/init.d + install -m 0755 ${S}/scripts/cgroups-mount ${D}/bin + install -m 0755 ${S}/scripts/cgroups-umount ${D}/bin + install -m 0755 ${WORKDIR}/cgroups-init ${D}${sysconfdir}/init.d/cgroups-init +} -- cgit v1.2.3-54-g00ecf