From e29e8f0ca8931c6167cfcfbcece597063e0a7952 Mon Sep 17 00:00:00 2001 From: Andreas Pretzsch Date: Tue, 8 Oct 2019 22:19:51 +0200 Subject: libnl: move to staging (superseded by libnl3) The version 1 of libnl is long outdated and deprecated, with the last release 1.1.4 from 2013. Inside ptxdist, iw 3.14 was the last official user of LIBNL, all other packages use LIBNL3. With the update to iw 5.3, this was switched to LIBNL3, too. All other packages already switched to libnl version 3 (ptxdist rule "libnl3") for a long time, and so is the year-old recommendation of libnl mainline. Therefore move libnl to staging, and schedule for removal. Signed-off-by: Andreas Pretzsch Signed-off-by: Michael Olbrich --- rules/libnl.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rules/libnl.in b/rules/libnl.in index 535af5cbe..0ea25f034 100644 --- a/rules/libnl.in +++ b/rules/libnl.in @@ -1,4 +1,6 @@ -## SECTION=system_libraries +## SECTION=staging +## old section: +### SECTION=system_libraries menuconfig LIBNL tristate @@ -11,6 +13,10 @@ menuconfig LIBNL netlink messaging and various netlink family specific interfaces. + STAGING: remove in ptxdist-2020.10.0 + Outdated version that is no longer maintained, and has been superseded + by libnl3. + if LIBNL config LIBNL_MONITOR -- cgit v1.2.3