Go to file
Wenzong Fan e335110e1e imagemagick: do not install magick-baseconfig.h repeatedly
Both targets install-data-local & install-includeHEADERS will install
header file magick-baseconfig.h to the same location, and they might
be run in the same time while enabling parallel build:

* target dependencies:
  + install-data-am: ... install-data-local ... install-includeHEADERS

* make install error:
  /usr/bin/install: cannot create regular file \
  `.../usr/include/ImageMagick-6/magick/magick-baseconfig.h': \
  File exists \
  make[3]: *** [install-magickincarchHEADERS] Error 1

* reproduce the error:
  $ /usr/bin/install test /tmp & /usr/bin/install test /tmp
  [1] 4052
  /usr/bin/install: cannot create regular file `/tmp/test': File exists
  [1]+  Exit 1                  /usr/bin/install test /tmp

Just disable the one from install-data-local to remove this race issue.

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-09-26 05:41:54 +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 e-wm: add git recipe with latest revision 2014-08-27 12:49:20 +02:00
meta-filesystems owfs: remove unrecognized configure options 2014-08-11 10:59:22 +02:00
meta-gnome glade3: Enable gnome support in meta-gnome instead of meta-oe 2014-09-26 05:41:52 +02:00
meta-gpe meta-gpe: use BPN in SRC_URI 2014-07-15 14:56:55 +02:00
meta-initramfs dracut: update to 038 2014-08-28 19:55:39 +02:00
meta-multimedia mkvtoolnix: enable parallel make 2014-08-28 19:55:38 +02:00
meta-networking proftpd: fix integer overflow CVE-2013-4359 2014-09-26 05:41:52 +02:00
meta-oe imagemagick: do not install magick-baseconfig.h repeatedly 2014-09-26 05:41:54 +02:00
meta-perl libmodule-pluggable-perl: add 5.1 2014-09-01 11:37:12 +02:00
meta-python python-snakefood: add 1.4 2014-08-27 12:49:19 +02:00
meta-ruby ruby: fix race conditions at install-ext 2014-08-13 23:28:05 +02:00
meta-systemd keymaps: systemd support now in OE-Core 2014-09-26 05:41:52 +02:00
meta-webserver webmin: fix hardcode of python2.3 2014-09-26 05:41:51 +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