mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/libconfuse: use current upstream URL
https://github.com/martinh/libconfuse/ now redirects to /libconfuse/libconfuse/, so use that instead in .mk and help text. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
fd6e64ad54
commit
cf8ccddaa2
@@ -8,4 +8,4 @@ config BR2_PACKAGE_LIBCONFUSE
|
||||
environment variable expansion, functions and nested include
|
||||
statements.
|
||||
|
||||
https://github.com/martinh/libconfuse/
|
||||
https://github.com/libconfuse/libconfuse
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
LIBCONFUSE_VERSION = 3.3
|
||||
LIBCONFUSE_SOURCE = confuse-$(LIBCONFUSE_VERSION).tar.xz
|
||||
LIBCONFUSE_SITE = https://github.com/martinh/libconfuse/releases/download/v$(LIBCONFUSE_VERSION)
|
||||
LIBCONFUSE_SITE = https://github.com/libconfuse/libconfuse/releases/download/v$(LIBCONFUSE_VERSION)
|
||||
LIBCONFUSE_INSTALL_STAGING = YES
|
||||
LIBCONFUSE_CONF_OPTS = --disable-rpath
|
||||
LIBCONFUSE_LICENSE = ISC
|
||||
|
||||
Reference in New Issue
Block a user