Commit Graph

22 Commits

Author SHA1 Message Date
Daniel Golle 74969337cf
lvm2: update to version 2.03.14
Drop two local patches which were replaced by upstream commits.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-11-15 02:16:36 +00:00
Daniel Golle f20f69e63b
lvm2: update to version 2.03.13
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-16 14:35:10 +01:00
Daniel Golle dc27d43f29
lvm2: update to version 2.03.12
Two notable changes are devices file and metadata based autoactivation.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-05-10 04:20:52 +01:00
Ilya Lipnitskiy 5d8d4fbbcb
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
2021-02-20 16:02:15 -08:00
Rosen Penev 744568fd31 lvm2: pass CC explicitly
It seems that in some situations, the host CC gets picked up. Just pass
the target one explicitly.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-20 17:24:18 +00:00
Rosen Penev 78360ebdda
lvm2: update to 2.03.08
Add PKG_BUILD_PARALLEL for faster compilation.

Replace '  ' with TAB for consistency between packages.

Refresh patches and remove outdated ones.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-04 20:21:30 -08:00
Rosen Penev 154abade7a lvm2: Update to 2.03.01
Moved libblkid depend to fix compilation

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-10 13:41:42 -08:00
Rosen Penev 307ac69e60 LVM2: Update to 2.02.81
Switch to upstream URL.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-14 22:28:07 -07:00
Daniel Golle d947a6cd79 lvm2: update to version 2.02.176
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-11-07 01:30:02 +01:00
Daniel Golle 0d3a10e3b4 lvm2: update to version 2.02.164
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-01 22:18:58 +02:00
Daniel Golle 8edcafcf11 lvm2: fix accidentally augmented goto label
also refresh patches while at it

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-20 06:39:57 +02:00
Daniel Golle edbd16954b lvm2: update to version 2.02.145
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-03-09 02:44:54 +01:00
Daniel Golle 9377520afd lvm2: update to version 2.02.138
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-12-26 02:21:27 +01:00
Daniel Golle c6e4be6b25 lvm2: update to version 2.02.132
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-10-05 12:57:03 +02:00
Daniel Golle ab413cbcf5 lvm2: update to version 2.02.130
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-09-07 19:46:07 +02:00
Daniel Golle f4816e2ba1 lvm2: update source, refresh patch
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-07-26 23:35:10 +02:00
Daniel Golle b1cba322fa lvm2: update sources
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-07-13 14:56:26 +02:00
Daniel Golle 25660aad62 lvm2: update sources and improve packaging
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-07-07 09:36:05 +02:00
Daniel Golle 8037b27375 lvm2: update sources
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-21 21:33:25 +02:00
Daniel Golle 3a81a9b9fa lvm2: update source and refresh patches
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-14 22:20:07 +02:00
Daniel Golle 3a98dd9f31 lvm2: switch to version 2.2.02.120
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-20 01:18:14 +02:00
Daniel Golle f5cc8c27d7 lvm2: fix build with musl
stdin, stderr and stdout are constants on musl and it doesn't provide
mallinfo.
Both, overwriting std* were used to catch and work around various
misbehaviours of glibc, so it's hopefully save to just skip them when
building against other libc implementations.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-25 23:45:14 +02:00