diff options
author | Javier Jardón <jjardon@gnome.org> | 2015-04-20 17:45:12 +0100 |
---|---|---|
committer | Baserock Gerrit <gerrit@baserock.org> | 2015-04-27 15:18:26 +0000 |
commit | 5b6c916b5431878b4f309bfd304ab7478c01bc93 (patch) | |
tree | e3f2fa64088040455c50e1bae19f5ba1ea3fed42 | |
parent | 57c14997d702d96884c2013884c957ede9cecaba (diff) | |
download | infrastructure-5b6c916b5431878b4f309bfd304ab7478c01bc93.tar.gz |
strata/core: Update util-linux to 2.16.1
Some interesting changes:
- The command hwclock(8) uses the drift correction for all relevant
operations and it is unnecessary yo specify --adjust on the hwclock
command line now
- zramctl(8):
this NEW COMMAND allows to control /dev/zramN devices
Change-Id: I196d3a9a0f38bcb10c2adf10a200acc4d4218a9b
-rw-r--r-- | strata/core.morph | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/strata/core.morph b/strata/core.morph index cfdc52eb..9c343b7e 100644 --- a/strata/core.morph +++ b/strata/core.morph @@ -237,8 +237,8 @@ chunks: - name: util-linux morph: strata/core/util-linux.morph repo: upstream:util-linux - ref: b567c9cbc854a36da0a198e4dcc463e134d26a25 - unpetrify-ref: v2.25.2 + ref: 34760e62e0d5a25262a6aa801b2f1df61216363f + unpetrify-ref: v2.26.1 build-depends: - autoconf-tarball - automake |