diff options
-rw-r--r-- | package/pcre/pcre.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/pcre/pcre.mk b/package/pcre/pcre.mk index db896fd67..d01ca84d5 100644 --- a/package/pcre/pcre.mk +++ b/package/pcre/pcre.mk @@ -6,6 +6,8 @@ PCRE_VERSION = 8.30 PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre +PCRE_LICENSE = BSD-3c +PCRE_LICENSE_FILES = LICENCE PCRE_INSTALL_STAGING = YES ifneq ($(BR2_INSTALL_LIBSTDCPP),y) |