Go to file
Martin Jansa 3182aa9a1e libmusicbrainz: add dependency on neon-native
* we're building separate native binary make-c-interface which is also checking
  for neon with pkg-config, when it fails it's not fatal and configure continues
  to configure target version (which finds neon correctly) but failed native
  make-c-interface build resultsin this error:

  -- Found PkgConfig: /OE/build/oe-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/pkg-config (found version "0.28")
  -- checking for module 'neon'
  --   found neon, version 0.30.0
  CMake Error at /OE/build/oe-core/tmp-eglibc/sysroots/x86_64-linux/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
    Could NOT find Neon (missing: NEON_LIBRARIES)
  Call Stack (most recent call first):
    /OE/build/oe-core/tmp-eglibc/sysroots/x86_64-linux/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
    cmake/modules/FindNeon.cmake:19 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
    CMakeLists.txt:22 (FIND_PACKAGE)

  -- Configuring incomplete, errors occurred!
  See also "/OE/build/oe-core/tmp-eglibc/work/i586-oe-linux/libmusicbrainz/5.0.1+gitAUTOINC+0749dd0a35-r1/git/build-native/CMakeFiles/CMakeOutput.log".
  make: *** No rule to make target 'make-c-interface'.  Stop.
  ...
  -- Found PkgConfig: /OE/build/oe-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/pkg-config (found version "0.28")
  -- checking for module 'neon'
  --   found neon, version 0.30.0
  -- Found Neon: /OE/build/oe-core/tmp-eglibc/sysroots/qemux86/usr/lib/libneon.so
  CMake Error at src/CMakeLists.txt:19 (INCLUDE):
    include could not find load file:
    /OE/build/oe-core/tmp-eglibc/work/i586-oe-linux/libmusicbrainz/5.0.1+gitAUTOINC+0749dd0a35-r1/git/build-native/ImportExecutables.cmake
  -- Configuring incomplete, errors occurred!

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-07 19:19:20 +02:00
contrib update oe-stylize to be Python3 comaptible 2012-12-18 17:35:18 +01:00
meta-efl efl: fix pkg-config files when B!=S 2014-05-05 18:31:29 +02:00
meta-filesystems xfsprogs: Do not do out-of-tree build yet 2014-05-03 20:47:01 +02:00
meta-gnome gcr: add libgcrypt dependency 2014-05-05 18:31:28 +02:00
meta-gpe recipes: bump PRs and remove PRINCs 2014-03-05 18:37:31 +01:00
meta-initramfs klcc_cross: move in target sysroot as crossscript 2014-05-04 11:41:12 +01:00
meta-multimedia libmusicbrainz: add dependency on neon-native 2014-05-07 19:19:20 +02:00
meta-networking netperf: fix S!=B issues 2014-05-03 20:47:03 +02:00
meta-oe gtkperf: add gtk+ dependency 2014-05-07 19:19:19 +02:00
meta-perl add libcrypt-openssl-rsa-perl 2014-01-13 09:59:45 +00:00
meta-ruby ruby: add --enable-wide-getaddrinfo to whitelist 2014-05-05 18:31:29 +02:00
meta-systemd lighttpd: rename .bbappend to match with any version 2014-05-03 20:47:03 +02:00
meta-webserver xdebug: fix for S != B 2014-05-03 20:47:03 +02:00
meta-xfce xfce4-session: Take the precedence over mini-x-session 2014-04-20 13:42:06 +02:00
toolchain-layer gcc-4.6: Update to match gcc restructing in OE-Core 2013-09-03 19:56:52 +02:00
.gitignore gitignore: Ignore Edit backup files, patches, .rej, .orig, .swp 2013-11-24 15:19:27 +01:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README README: add top level readme, update meta-oe one 2011-10-17 09:27:01 +02:00

Collection of layers for the OE-core universe

Please see the respective READMEs in the layer subdirectories