Go to file
Ben Shelton 2139d9034d mg: fix build when host system does not have libncurses-dev
The configure script for mg checks the standard locations under /usr for
the term.h header file needed to build against ncurses; however, in the
OE cross-compile case, this is not valid, since the file will be under
the sysroot instead.  This causes the configure step to fail when the
build machine does not have the libncurses-dev package installed.

To fix the issue, remove the check.  Since mg DEPENDS on ncurses, term.h
will always be there.

Signed-off-by: Ben Shelton <ben.shelton@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-21 21:35:06 +02:00
contrib contrib/tesseract-langs.sh: add script to generate recipes for tesseract languages 2014-06-10 12:16:23 +02:00
meta-efl packagegroups: Remove deprecated "task" backward compatibility 2014-08-15 17:07:02 +02:00
meta-filesystems owfs: remove unrecognized configure options 2014-08-11 10:59:22 +02:00
meta-gnome tracker: add PACKAGECONFIG for nautilus extension 2014-08-11 11:00:41 +02:00
meta-gpe meta-gpe: use BPN in SRC_URI 2014-07-15 14:56:55 +02:00
meta-initramfs kexecboot: remove trailing slash in do_install 2014-08-13 22:20:15 +01:00
meta-multimedia oscam: add dependency on pscs-lite 2014-08-11 10:59:24 +02:00
meta-networking wireshark: add libsmi portaudio to PACKAGECONFIG 2014-08-21 21:35:06 +02:00
meta-oe mg: fix build when host system does not have libncurses-dev 2014-08-21 21:35:06 +02:00
meta-perl libmime-types-perl: add recipe 2014-08-21 21:35:05 +02:00
meta-python python-smbus: upgrade to 3.1.1 2014-08-11 11:00:41 +02:00
meta-ruby ruby: fix race conditions at install-ext 2014-08-13 23:28:05 +02:00
meta-systemd libpam: systemd support now in OE-Core 2014-08-13 23:28:05 +02:00
meta-webserver webmin: explicitly list some packages, drop perl-module-timelocal rdep 2014-08-11 11:00:41 +02:00
meta-xfce packagegroups: Remove deprecated "task" backward compatibility 2014-08-15 17:07:02 +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