summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-05-23 23:21:45 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-24 16:00:11 +0200
commit9aef0338042ee6521cdcd0003a674ec9b98a19a9 (patch)
tree9cd962c8a573995e9d1ab650f0d8ae65071da935 /package
parent46ff1eda54e6ba52073a5bfc2b9d9c1ac3bd51d5 (diff)
downloadbuildroot-9aef0338042ee6521cdcd0003a674ec9b98a19a9.tar.gz
buildroot-9aef0338042ee6521cdcd0003a674ec9b98a19a9.zip
package/cgroupfs-mount: bump version to 1.4
Removed empty line from cgroupfs-mount.mk as well. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r--package/cgroupfs-mount/cgroupfs-mount.hash2
-rw-r--r--package/cgroupfs-mount/cgroupfs-mount.mk3
2 files changed, 2 insertions, 3 deletions
diff --git a/package/cgroupfs-mount/cgroupfs-mount.hash b/package/cgroupfs-mount/cgroupfs-mount.hash
index 34f516764c..926a031d75 100644
--- a/package/cgroupfs-mount/cgroupfs-mount.hash
+++ b/package/cgroupfs-mount/cgroupfs-mount.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 fb32a8d9de491358d28f56ab76a56e1a611b90d5b6326910d3a69395fa539027 cgroupfs-mount-7285bf44402029394808339f69f4f293730fc2c6.tar.gz
+sha256 d6c8aff7af59c7d0082ee3018c97f73b0421e81a49bb28ad9f66a36da5cd6ec7 cgroupfs-mount-1.4.tar.gz
diff --git a/package/cgroupfs-mount/cgroupfs-mount.mk b/package/cgroupfs-mount/cgroupfs-mount.mk
index 096c728e3b..9a76799952 100644
--- a/package/cgroupfs-mount/cgroupfs-mount.mk
+++ b/package/cgroupfs-mount/cgroupfs-mount.mk
@@ -4,7 +4,7 @@
#
################################################################################
-CGROUPFS_MOUNT_VERSION = 7285bf44402029394808339f69f4f293730fc2c6
+CGROUPFS_MOUNT_VERSION = 1.4
CGROUPFS_MOUNT_SITE = $(call github,tianon,cgroupfs-mount,$(CGROUPFS_MOUNT_VERSION))
CGROUPFS_MOUNT_LICENSE = GPL-3.0+
CGROUPFS_MOUNT_LICENSE_FILES = debian/copyright
@@ -17,7 +17,6 @@ endef
define CGROUPFS_MOUNT_INSTALL_INIT_SYSV
$(INSTALL) -m 0755 -D $(CGROUPFS_MOUNT_PKGDIR)/S30cgroupfs \
$(TARGET_DIR)/etc/init.d/S30cgroupfs
-
endef
$(eval $(generic-package))
OpenPOWER on IntegriCloud