637da791ff
recipes/dev/gcc13 was claiming name='cxx' — conflicted with local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match directory names for unique package identification by the cookbook.
10 lines
208 B
TOML
10 lines
208 B
TOML
[package]
|
|
name = "util-linux"
|
|
version = "2.39"
|
|
|
|
#TODO compilation error
|
|
[source]
|
|
tar = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.39/util-linux-2.39.tar.xz"
|
|
[build]
|
|
template = "configure"
|