i am trying to compile gcc-cross with bitbake(openembedded classic, bitbake), but it fails on desktop-file-utils and accordingly on desktop-file-utils-native-0.16. Have installed libglib, and pkg-config shows me glib-2.0 as available.(Ubuntu 12.04, 64Bit)
pkg-config --modversion glib-2.0
2.32.4
Build Configuration:
BB_VERSION = "1.13.3"
METADATA_BRANCH = "master"
METADATA_REVISION = "5d95b1c"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "beagleboard"
DISTRO = "angstrom"
DISTRO_VERSION = "v2014.01"
TARGET_FPU = "hard"
Someone any idea which dependecies i missing ? (no solution to update bitbake and openembedded to newest version)
/home/user/development/oe/tmp/work/i686-linux/desktop-file-utils-native-0.16-r0/desktop-file-utils-0.16/configure: line 11285: syntax error near unexpected token `DESKTOP_FILE_UTILS,'
/home/user/development/oe/tmp/work/i686-linux/desktop-file-utils-native-0.16-r0/desktop-file-utils-0.16/configure: line 11285: `PKG_CHECK_MODULES(DESKTOP_FILE_UTILS, glib-2.0 >= 2.8.0)'
NOTE: package desktop-file-utils-native-0.16-r0: task do_configure: Failed
ERROR: Task 68 (virtual:native:/home/user/development/oe/openembedded/recipes/desktop-file-utils/desktop-file-utils_0.16.bb, do_configure) failed with exit code '1'
ERROR: 'virtual:native:/home/user/development/oe/openembedded/recipes/desktop-file-utils/desktop-file-utils_0.16.bb' failed
Thank you