mosquitto: fix provides <=> package name conflicts
authorJo-Philipp Wich <jo@mein.io>
Tue, 17 Jan 2017 21:52:04 +0000 (22:52 +0100)
committerKarl Palsson <karlp@etactica.com>
Thu, 19 Jan 2017 10:41:53 +0000 (10:41 +0000)
commit8dd6ca99fc55da37921a9ffb9d2802295a0055b8
treeeeb2be85386f3e552512d6bc0e1ba9611eccb5fc
parent75dfd856195200c68bc293ef3379416ed02d7268
mosquitto: fix provides <=> package name conflicts

The virtual package declared by PROVIDES must not have the same name as the
variant declaring it, otherwise buildroot will fail with errors like:

    cp: '.../pkginfo/mosquitto.provides' and '.../pkginfo/mosquitto.provides' are the same file

In order to fix the above error, rename the existing "mosquitto" and
"libmosquitto" packages into "mosquitto-ssl" and "libmosquitto-ssl"
respectively.

Also substitute use of $(PKG_NAME) with literal "mosquitto" in
Package/* defines to improve readability of the Makefile.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
net/mosquitto/Config.in
net/mosquitto/Makefile