util-linux: update to 2.21.2
SVN-Revision: 32141
This commit is contained in:
parent
d21fccaa2c
commit
30edb14356
2 changed files with 3 additions and 3 deletions
|
@ -8,12 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=util-linux
|
PKG_NAME:=util-linux
|
||||||
PKG_VERSION:=2.21.1
|
PKG_VERSION:=2.21.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.21
|
PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.21
|
||||||
PKG_MD5SUM:=ad602dcd528f340b1329cfa6200d8f80
|
PKG_MD5SUM:=54ba880f1d66782c2287ee2c898520e9
|
||||||
|
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
PKG_BUILD_DEPENDS:=libncurses
|
PKG_BUILD_DEPENDS:=libncurses
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
- * the locale database, which can be overridden with the
|
- * the locale database, which can be overridden with the
|
||||||
- * -s (Sunday) or -m (Monday) options.
|
- * -s (Sunday) or -m (Monday) options.
|
||||||
- */
|
- */
|
||||||
-#ifdef HAVE_DECL__NL_TIME_WEEK_1STDAY
|
-#if HAVE_DECL__NL_TIME_WEEK_1STDAY
|
||||||
- /*
|
- /*
|
||||||
- * You need to use 2 locale variables to get the first day of the week.
|
- * You need to use 2 locale variables to get the first day of the week.
|
||||||
- * This is needed to support first_weekday=2 and first_workday=1 for
|
- * This is needed to support first_weekday=2 and first_workday=1 for
|
||||||
|
|
Loading…
Reference in a new issue