Merge pull request #2671 from dangowrt/libmicrohttpd-dont-use-PROVIDES

libmicrohttpd: don't use PROVIDES for non-virtual package
This commit is contained in:
Daniel Golle 2016-05-09 12:28:00 +01:00
commit 3ac53e4ee2
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ $(call Package/libmicrohttpd/Default)
TITLE+=(no-ssl)
DEPENDS:=+libpthread
VARIANT:=no-ssl
PROVIDES:=libmicrohttpd
CONFLICTS:=libmicrohttpd
endef