package/libwebsockets: remove dependency on mmu
authorAdam Duskett <Aduskett@gmail.com>
Sun, 26 Jul 2020 02:28:57 +0000 (19:28 -0700)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 26 Jul 2020 07:10:18 +0000 (09:10 +0200)
commitad953b0149abf13715d7bcfbe8eac1a1b6e6c2c5
tree571b7a53fedee49537b2f30d2cc92b2379907b75
parente90729b5b1391d2bde5b0813d8402cda4f0cd24a
package/libwebsockets: remove dependency on mmu

Six years ago, commit b6b5bb518d28850e024b90db1129b7f86e9d416c added the MMU
dependency for the libwebsockets package. However, according to the git
history of the CMakeLists.txt file, libwebsockets has supported the vfork
function for at least the last five years.

After testing with the qemu_arm_versatile_nommu_defconfig and the
br-arm-cortex-m4-full.config file, no errors occurred when building
libwebsockets without MMU support.

Remove the dependency; it is no longer necessary. Update the reverse
dependencies as needed.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/janus-gateway/Config.in
package/libwebsockets/Config.in
package/ttyd/Config.in