Go to file
Martin Jansa ad9c16bb7b xdotool: prevent compile-host-path QA issues
* as shown in the log.do_compile:
  cc1: warning: include location "/usr/local/include" is unsafe for cross-compilation [-Wpoison-system-directories]

* it's caused by Makefile doing:

  DEFAULT_LIBS=-L/usr/X11R6/lib -L/usr/local/lib -lX11 -lXtst
  DEFAULT_INC=-I/usr/X11R6/include -I/usr/local/include

  LIBS=$(shell pkg-config --libs x11 xtst 2> /dev/null || echo "$(DEFAULT_LIBS)")
  INC=$(shell pkg-config --cflags x11 xtst 2> /dev/null || echo "$(DEFAULT_INC)")

  which always uses the DEFAULT_* since RSS, because there was no
  pkg-config in the recipe sysroot

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-04-05 19:28:32 +02:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-efl meta-efl: blacklist efl-native and dependent recipes 2017-03-31 13:26:06 +02:00
meta-filesystems logfsprogs: Blacklist, doesn't have proper PV, doesn't respect LDFLAGS 2017-04-05 19:28:31 +02:00
meta-gnome abiword: Mark gconv dependencies only for glibc 2017-03-31 13:26:01 +02:00
meta-gpe recipes: blacklist recipes depending on blacklisted recipes 2017-02-13 18:44:35 +01:00
meta-initramfs Make use of the new bb.utils.filter() function 2017-03-07 13:30:26 +01:00
meta-multimedia libavc1394: Add libargp on musl 2017-04-05 19:28:29 +02:00
meta-networking curlpp: 0.7.3 -> 0.8.1 2017-03-24 14:10:18 -04:00
meta-oe xdotool: prevent compile-host-path QA issues 2017-04-05 19:28:32 +02:00
meta-perl libnet-ssleay-perl: Update to 1.80 2017-03-22 13:31:31 +01:00
meta-python python-smbus: upgrade to 3.1.2 2017-04-05 19:28:31 +02:00
meta-ruby python-edbus exquisite elementary libeweather unionfs-fuse xfsprogs gmtk devilspie2 gnome-backgrounds gnome-desktop gnome-mime-data gtk-engines gtksourceview2 libgnomekbd libidl-native onboard libgpewidget ubi-utils-klibc kexec-tools-klibc gupnp-igd gupnp-tools dvb-apps gstreamer mpd crda netcat-openbsd wireshark gnokii libmbim mosh networkmanager-openvpn libtelepathy dbus-daemon-proxy libdbus-c++ php vala-dbus-binding-tool collectd libgxim pywbem gtkhtml2 fbida fontforge libsexy wayland-fits xstdcmap xf86-video-glamo font-adobe-100dpi font-adobe-utopia-100dpi font-bh-100dpi font-bh-lucidatypewriter-100dpi font-misc-misc crash a2jmidid libsdl2-mixer libsdl-mixer minidlna sylpheed libsdl2-ttf libsdl-ttf ode pidgin postgresql syslog-ng usb-modeswitch xdg-user-dirs gateone python3-cryptography-vectors python3-ndg-httpsclient python-cryptography-vectors python-pbr bundler netdata menulibre openzone xfce4-verve-plugin iperf terminus-font xf86-video-nouveau ipmiutil klibc-utils pmbw multipath-tools gparted, gnome-system-monitor, php, vala-dbus-binding-tool, gtkmathview, lmsensors, postgresql: Blacklist 2017-02-13 18:44:34 +01:00
meta-systemd dhcp_%.bbappend: fix replaces original key warning 2016-10-26 10:28:39 +02:00
meta-webserver xdebug: 2.2.6 -> 2.5.1 2017-04-05 19:28:31 +02:00
meta-xfce xfce4-timer-plugin: Fix build when security flags are enabled with clang 2017-04-05 19:26:12 +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