8 Commits

Author SHA1 Message Date
Martin Jansa d93c096519 fftw: add virtual/fftw to PROVIDES and EXCLUDE_FROM_WORLD
* now when sysroot conflicts are fatal we really don't want to build
  multiple fftw providers in the same sysroot

  ERROR: The recipe fftwl is trying to install files into a shared area
  when those files already exist. Those files and their manifest
  location are:
     /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm/usr/include/fftw3.f
     Matched in
	manifest-qemuarm-fftw.populate_sysroot
	manifest-qemuarm-fftwf.populate_sysroot

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-10-06 01:07:53 +02:00
Jackie Huang b8a40ca5d4 syslog-ng: move back from nonworking
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-24 15:31:50 +02:00
Robert Yang 05de0ca43d meta-oe: use BPN in SRC_URI
Fixed SRC_URI:
* ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV}
* ${P} -> ${BP}

Otherwise we would meet do_fetch errors when we do the multilib, native
or nativesdk build.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-15 14:56:55 +02:00
Martin Jansa 353b2ceff2 freerdp: move to nonworking
* until this is resolved:
  freerdp-1.0.2+gitrAUTOINC+f311acaffb: freerdp: Files/directories were installed but not shipped
  /usr/usr
  /usr/usr/lib
  /usr/usr/lib/freerdp
  /usr/usr/lib/freerdp/printer.so
  /usr/usr/lib/freerdp/rdpsnd.so
  /usr/usr/lib/freerdp/rail.so
  /usr/usr/lib/freerdp/rdpdr.so
  /usr/usr/lib/freerdp/audin_alsa.so
  /usr/usr/lib/freerdp/rdpsnd_pulse.so
  /usr/usr/lib/freerdp/rdpdbg.so
  /usr/usr/lib/freerdp/audin.so
  /usr/usr/lib/freerdp/scard.so
  /usr/usr/lib/freerdp/audin_pulse.so
  /usr/usr/lib/freerdp/tsmf_alsa.so
  /usr/usr/lib/freerdp/tsmf.so
  /usr/usr/lib/freerdp/cliprdr.so
  /usr/usr/lib/freerdp/parallel.so
  /usr/usr/lib/freerdp/rdpsnd_alsa.so
  /usr/usr/lib/freerdp/drdynvc.so
  /usr/usr/lib/freerdp/tsmf_pulse.so
  /usr/usr/lib/freerdp/serial.so
  /usr/usr/lib/freerdp/disk.so
  /usr/usr/lib/freerdp/.debug
  /usr/usr/lib/freerdp/.debug/printer.so
  /usr/usr/lib/freerdp/.debug/rail.so
  /usr/usr/lib/freerdp/.debug/rdpsnd.so
  /usr/usr/lib/freerdp/.debug/rdpdr.so
  /usr/usr/lib/freerdp/.debug/audin_alsa.so
  /usr/usr/lib/freerdp/.debug/rdpsnd_pulse.so
  /usr/usr/lib/freerdp/.debug/rdpdbg.so
  /usr/usr/lib/freerdp/.debug/audin.so
  /usr/usr/lib/freerdp/.debug/scard.so
  /usr/usr/lib/freerdp/.debug/audin_pulse.so
  /usr/usr/lib/freerdp/.debug/tsmf_alsa.so
  /usr/usr/lib/freerdp/.debug/tsmf.so
  /usr/usr/lib/freerdp/.debug/cliprdr.so
  /usr/usr/lib/freerdp/.debug/rdpsnd_alsa.so
  /usr/usr/lib/freerdp/.debug/parallel.so
  /usr/usr/lib/freerdp/.debug/drdynvc.so
  /usr/usr/lib/freerdp/.debug/tsmf_pulse.so
  /usr/usr/lib/freerdp/.debug/serial.so
  /usr/usr/lib/freerdp/.debug/disk.so

* I've reported it mutiple times and nobody seems to care enough
  to fix that, so maybe it's not used by anybody

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:43:30 +02:00
Matthieu CRAPET c95e155780 recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues
Changes:
- rename SUMMARY with length > 80 to DESCRIPTION
- rename DESCRIPTION with length < 80 to (non present tag) SUMMARY
- drop final point character at the end of SUMMARY string
- remove trailing whitespace of SUMMARY line

Note: don't bump PR

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-23 23:20:02 +01:00
Martin Jansa a45830a39b recipes: Unify indentation
* This change is only aesthetic (unlike indentation in Python
  tasks).
* Some recipes were using tabs.
* Some were using 8 spaces.
* Some were using mix or different number of spaces.
* Make them consistently use 4 spaces everywhere.
* Yocto styleguide advises to use tabs (but the only reason to keep
  tabs is the need to update a lot of recipes). Lately this advice
  was also merged into the styleguide on the OE wiki.
* Using 4 spaces in both types of tasks is better because it's less
  error prone when someone is not sure if e.g.
  do_generate_toolchain_file() is Python or shell task and also allows
  to highlight every tab used in .bb, .inc, .bbappend, .bbclass as
  potentially bad (shouldn't be used for indenting of multiline
  variable assignments and cannot be used for Python tasks).
* Don't indent closing quote on multiline variables
  we're quite inconsistent wheater it's first character on line
  under opening quote or under first non-whitespace character in
  previous line.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-04-15 16:23:17 +02:00
Martin Jansa 5ba9463567 syslog-ng: move systemd support from meta-systemd back to meta-oe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15 16:22:05 +02:00
Martin Jansa 92ea562baf gnome-terminal, system-tools-backends, slim, benchfft, syslog-ng: move to nonworking directories
* this set does not build with distroless qemuarm as reported in
  'State of bitbake world' thread, nobody volunteered to fix them

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-01 17:44:21 +01:00