package/fastd: do not overwrite the cmake module path
authorYann E. MORIN <yann.morin.1998@free.fr>
Thu, 2 Mar 2017 21:03:16 +0000 (22:03 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 2 Mar 2017 21:09:38 +0000 (22:09 +0100)
commit3712d175d4b1603f62aa6da26e84c3644d85d243
tree7f9a269f8b6735c69cfb4db19ecaca2e37dc145c
parent56aaef5533f396b6d7ec89fcd608f22c6297de38
package/fastd: do not overwrite the cmake module path

fastd's CMakeList.txt completely overwrites CMAKE_MODULE_PATH with its
own, thus causing cmake to not find our own custom one.

We fix fastd by appending its custom value, rather than replacing.

Fixes:

   http://autobuild.buildroot.net/results/69f/69fb2e3b549a069e2898506db918423e6742c589/

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Alexander Dahl <post@lespocky.de>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Baruch Siach <baruch@tkos.co.il>
Cc: Ben Boeckel <mathstuf@gmail.com>
Cc: Jörg Krause <joerg.krause@embedded.rocks>
Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Cc: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/fastd/0002-CMakeList-do-not-overwrite-module-path.patch [new file with mode: 0644]