libmicrohttpd: Fix too long title

Signed-off-by: Evgeny Grin (Karlson2k) <k2k@narod.ru>
This commit is contained in:
Evgeny Grin (Karlson2k) 2024-10-28 11:53:38 +01:00 committed by Rosen Penev
parent dda336d962
commit ae6d0ab7ad
1 changed files with 2 additions and 2 deletions

View File

@ -28,12 +28,12 @@ include $(INCLUDE_DIR)/package.mk
define Package/libmicrohttpd/default
SECTION:=libs
CATEGORY:=Libraries
TITLE:=GNU libmicrohttpd is a library that provides an HTTP server interface
URL:=https://www.gnu.org/software/libmicrohttpd/
endef
define Package/libmicrohttpd-no-ssl
$(call Package/libmicrohttpd/default)
TITLE:=GNU libmicrohttpd is an embbeded HTTP server library
VARIANT:=nossl
DEFAULT_VARIANT:=1
PROVIDES:=libmicrohttpd
@ -41,7 +41,7 @@ endef
define Package/libmicrohttpd-ssl
$(call Package/libmicrohttpd/default)
TITLE+= with SSL support
TITLE:=GNU libmicrohttpd is an embbeded HTTP and HTTPS server library
VARIANT:=ssl
DEPENDS:=+libgnutls
PROVIDES:=libmicrohttpd