Hello.
I need to install a multitouch driver xf86-input-mtev into filesystem. But when I do "bitbake xf86-input-mtev" I see an error:
ERROR: Nothing PROVIDES 'xf86-input-mtev'
ERROR: xf86-input-mtev was skipped: Recipe is blacklisted: BROKEN: doesn't build with B!=S (Makefile without /home/i_nikolaenko/devel/freescale/fsl-community-bsp/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/xf86-input-mtev/2_1.0.0+gitrAUTOINC+1eb469166f-r21.0/git in sed call)
I tried to manually clear PNBLACKLIST string, but it does not help me and another error is appeared:
| sed: can't read Makefile: No such file or directory
| WARNING: /home/i_nikolaenko/devel/freescale/fsl-community-bsp/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/xf86-input-mtev/2_1.0.0+gitrAUTOINC+1eb469166f-r21.0/temp/run.do_configure.21534:1 exit 2 from
| sed 's#gcc#arm-poky-linux-gnueabi-gcc -march=armv7-a -marm -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/i_nikolaenko/devel/freescale/fsl-community-bsp/build/tmp/sysroots/imx6qsabresd#g' -i Makefile
| ERROR: Function failed: do_configure (log file is located at /home/i_nikolaenko/devel/freescale/fsl-community-bsp/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/xf86-input-mtev/2_1.0.0+gitrAUTOINC+1eb469166f-r21.0/temp/log.do_configure.21534)
How can I bitbake this package?
Message was edited by: Ivan Nikolaenko