projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e967fd8
)
libwebsockets: add PROVIDES to both variants
author
Karl Palsson
<karlp@etactica.com>
Wed, 25 Oct 2017 11:15:12 +0000
(11:15 +0000)
committer
Karl Palsson
<karlp@etactica.com>
Wed, 25 Oct 2017 11:15:12 +0000
(11:15 +0000)
Fixed recently in master as part of upgrading, but the same issue
applies to 17.01. The two variant packages both now PROVIDE
libwebsockets, the virtual package.
Signed-off-by: Karl Palsson <karlp@etactica.com>
libs/libwebsockets/Makefile
patch
|
blob
|
history
diff --git
a/libs/libwebsockets/Makefile
b/libs/libwebsockets/Makefile
index cd090a7a995a3d7669b46f6d395b150678e1a845..df36301abc4850877f626496c6e1c46b87666978 100644
(file)
--- a/
libs/libwebsockets/Makefile
+++ b/
libs/libwebsockets/Makefile
@@
-43,6
+43,7
@@
define Package/$(PKG_NAME)/Default
SECTION:=libs
CATEGORY:=Libraries
TITLE:=libwebsockets
+ PROVIDES:=libwebsockets
DEPENDS:=+zlib
URL:=https://libwebsockets.org
MAINTAINER:=Karl Palsson <karlp@etactica.com>