Hi,
> Is this a problem to have the same name in PKG_NAME and PROVIDES?
Yes, this currently leads to undefined (broken) behaviour.
~ Jo
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev
On 30 March 2017 at 12:45, Karl Palsson wrote:
> From conversations when we were adding this in mosquitto, we
> actually need to rename the default package to use PROVIDES
> properly.
>
> jow pointed out that you can't have PROVIDES == actual package
> name.
>
> Also, libwebsockets is maintained i
From: Rafał Miłecki
This allows software using libwebsockets to simply specify a
libwebsockets dependency. Otherwise a specific variant (or set of them)
would need to be specified.
Signed-off-by: Rafał Miłecki
---
libs/libwebsockets/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/