Make red_wp76xx error: Couldn't find component 'periodicSensor'

First-time installation on Ubuntu 16.04.06 LTS 64-bit on Hyper-V VM for a MangOH-Red with a Verizon WP7601-1.

I issue the command:

make red_wp76xx

and it ultimately fails with (a few prior lines for context):

TOOLCHAIN_DIR=/opt/swi/SWI9X07Y_02.25.02.01/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi
TOOLCHAIN_PREFIX=arm-poky-linux-gnueabi-
MANGOH_BOARD=red
mksys -t wp76xx --object-dir=build/red_wp76xx --output-dir=build/update_files/red mangOH.sdef
** Warning: Ignoring empty app specification
** Warning: Ignoring empty app specification
** Warning: Ignoring empty app specification
** ERROR:
/home/xx/mangOH/apps/locationService/components/Component.cdef:21:8: error: Couldn’t find component ‘periodicSensor’.
Makefile:86: recipe for target ‘red_wp76xx’ failed
make: *** [red_wp76xx] Error 1

I’m not sure where to look for a solution.
Thanks,

-Nick

in mangOH.sdef, comment out :

// $MANGOH_ROOT/apps/locationService/location

Thanks - that fixed the problem!