mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
libcurl: fix license typo
The license for libcurl is actually 'ISC' not 'ICS'. Signed-off-by: Ryan Barnett <ryan.barnett@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
7855885b95
commit
83cd80d580
@ -11,7 +11,7 @@ LIBCURL_DEPENDENCIES = host-pkgconf \
|
|||||||
$(if $(BR2_PACKAGE_ZLIB),zlib) \
|
$(if $(BR2_PACKAGE_ZLIB),zlib) \
|
||||||
$(if $(BR2_PACKAGE_LIBIDN),libidn) \
|
$(if $(BR2_PACKAGE_LIBIDN),libidn) \
|
||||||
$(if $(BR2_PACKAGE_RTMPDUMP),rtmpdump)
|
$(if $(BR2_PACKAGE_RTMPDUMP),rtmpdump)
|
||||||
LIBCURL_LICENSE = ICS
|
LIBCURL_LICENSE = ISC
|
||||||
LIBCURL_LICENSE_FILES = COPYING
|
LIBCURL_LICENSE_FILES = COPYING
|
||||||
LIBCURL_INSTALL_STAGING = YES
|
LIBCURL_INSTALL_STAGING = YES
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user