meta-openembedded/meta-oe
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
..
classes meta-oe: use BPN in SRC_URI 2014-07-15 14:56:55 +02:00
conf meta-oe: Drop pointercal-xinput from SIGGEN_EXCLUDERECIPES_ABISAFE 2013-12-21 19:26:40 +01:00
licenses lmbench: add lmbench-exception LICENSE 2014-08-28 19:55:38 +02:00
recipes-benchmark bonnie: add perl to RDEPENDS_bonnie-scripts 2014-09-26 05:41:51 +02:00
recipes-connectivity hostapd: use ${PN} for SYSTEMD_SERVICE 2014-09-26 05:41:53 +02:00
recipes-core packagegroup*: set PACKAGE_ARCH before packagegroup inherit 2014-08-27 12:49:19 +02:00
recipes-devtools luajit, acpitests: Fix build on hardfloat arm 2014-09-26 05:41:53 +02:00
recipes-extended collectd: add systemd unit file 2014-09-26 05:41:53 +02:00
recipes-gnome meta-oe: use BPN in SRC_URI 2014-07-15 14:56:55 +02:00
recipes-graphics numlockx: Update SRC_URI to somewhere fetchable 2014-09-26 05:41:52 +02:00
recipes-kernel ktap: Set MACHINE_ARCH because of ktap-module runtime dependency 2014-06-25 15:54:30 +02:00
recipes-multimedia libwebp: fix wrong DEPENDS 2014-08-11 10:59:19 +02:00
recipes-navigation gpsd: add deterministic support for KPPS interface 2014-09-01 11:37:12 +02:00
recipes-qt qconnman, qconnman-e: Blacklist because of broken with B!=S 2014-06-21 12:20:21 +02:00
recipes-sato/claws-mail claws-mail: remove unrecognized options 2014-08-11 10:59:19 +02:00
recipes-support imagemagick: do not install magick-baseconfig.h repeatedly 2014-09-26 05:41:54 +02:00
site
COPYING.MIT
README README: show github mirror URL in layer dependencies 2013-05-03 13:32:03 +02:00

This layer depends on:

URI: git://github.com/openembedded/oe-core.git
branch: master
revision: HEAD

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'

When sending single patches, please use something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][PATCH'

You are encouraged to fork the mirror on github https://github.com/openembedded/meta-oe/ to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like gitorious, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch <remote>' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI.

Main layer maintainer: Koen Kooi <koen@dominion.thruhere.net>
                       Martin Jansa <martin.jansa@gmail.com>