Error when building cloud9 from fresh clone from Angstrom

I get this error when attempting to build cloud9-image for the Beagleboard from a fresh clone from Angstrom:

dlambert@development:~/beaglebone/setup-scripts$ bitbake cloud9-image

-----snip-----

c_general-tab.o moc_capture-win.o qrc_qv4l2.o

-L/usr/lib/i386-linux-gnu -L../../lib/libv4l2 -lv4l2 -L../../lib/libv4lconvert -lv4lconvert -lrt -L../libv4l2util -lv4l2util -lQtGui -lQtCore -lpthread

/usr/bin/ld: skipping incompatible ../../lib/libv4l2/libv4l2.so when

searching for -lv4l2

/usr/bin/ld: cannot find -lv4l2
/usr/bin/ld: skipping incompatible

../../lib/libv4lconvert/libv4lconvert.so when searching for -lv4lconvert

/usr/bin/ld: cannot find -lv4lconvert
/usr/bin/ld: skipping incompatible ../libv4l2util/libv4l2util.a when

searching for -lv4l2util

/usr/bin/ld: cannot find -lv4l2util
collect2: ld returned 1 exit status
make[3]: *** [qv4l2] Error 1
make[3]: Leaving directory

`/home/dlambert/beaglebone/setup-scripts/build/tmp-angstrom_v2012_05-eglibc/work/armv7a-angstrom-linux-gnueabi/v4l-utils-0.8.8-r0/git/utils/qv4l2'

make[2]: *** [all] Error 2
make[2]: Leaving directory

`/home/dlambert/beaglebone/setup-scripts/build/tmp-angstrom_v2012_05-eglibc/work/armv7a-angstrom-linux-gnueabi/v4l-utils-0.8.8-r0/git/utils/qv4l2'

make[1]: *** [all] Error 2
make[1]: Leaving directory

`/home/dlambert/beaglebone/setup-scripts/build/tmp-angstrom_v2012_05-eglibc/work/armv7a-angstrom-linux-gnueabi/v4l-utils-0.8.8-r0/git/utils'

make: *** [all] Error 2
ERROR: oe_runmake failed

NOTE: package v4l-utils-0.8.8-r0: task do_compile: Failed
ERROR: Task 1780 (/home/dlambert/beaglebone/setup-scripts/sources/meta-openembedded/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb, do_compile) failed with exit code '1'
Waiting for 1 running tasks to finish:
0: cmake-native-2.8.5-r2.1 do_configure (pid 21190)
NOTE: package cmake-native-2.8.5-r2.1: task do_configure: Succeeded
NOTE: Tasks Summary: Attempted 3411 tasks of which 1284 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
/home/dlambert/beaglebone/setup-scripts/sources/meta-openembedded/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb, do_compile
Summary: There were 56 WARNING messages shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

Give this one a try: http://patchwork.openembedded.org/patch/33243/

Thanks. That work fine :slight_smile: