meta-openembedded/meta-oe
Ming Liu c7d2ad2e3e xerces-c: fix a wrong PACKAGECONFIG option
In xerces-c's configure, these options is being referred as follows:
......
    curl_flags="-I$with_curl/include"
    curl_libs="-L$with_curl/lib -lcurl"

    icu_flags="-I$with_icu/include"
    icu_libs="-L$with_icu/lib -licuuc -licudata"
......

so they shouldn't be set to ${STAGING_DIR}, use
${STAGING_DIR_TARGET}${prefix} instead.

Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-07-17 11:17:47 -07:00
..
classes meson.bbclass: Use the correct C++ compiler when cross compiling 2017-03-16 23:32:40 +01:00
conf meta_oe_security_flags.inc: Disable PIE for libdevmapper 2017-05-04 09:18:58 +02:00
licenses acpitests: Fix license issue 2016-05-10 20:18:57 +02:00
recipes-benchmark recipes: add removal date to PNBLACKLIST messages 2017-04-05 19:36:45 +02:00
recipes-bsp/pointercal pointercal: move recipe from oe-core 2016-09-26 08:29:10 +02:00
recipes-connectivity libndp: Update patch with upstream version. 2017-07-17 11:17:47 -07:00
recipes-core glibmm: Upgrade to 2.50.1 2017-04-26 20:13:31 +02:00
recipes-devtools xerces-c: fix a wrong PACKAGECONFIG option 2017-07-17 11:17:47 -07:00
recipes-extended mozjs: prevent target CFLAGS etc being passed to the host 2017-04-26 20:14:16 +02:00
recipes-gnome recipes: add removal date to PNBLACKLIST messages 2017-04-05 19:36:45 +02:00
recipes-graphics glcompbench: Fix build with gcc7 2017-04-26 20:13:31 +02:00
recipes-kernel crash: fix build failure with mips 2017-07-17 11:17:47 -07:00
recipes-multimedia mpv: Add libxkbcommon when configuring with wayland 2017-04-26 20:14:14 +02:00
recipes-navigation recipes: add removal date to PNBLACKLIST messages 2017-04-05 19:36:45 +02:00
recipes-sato/claws-mail recipes: add removal date to PNBLACKLIST messages 2017-04-05 19:36:45 +02:00
recipes-support libsdl2-ttf: Check for x11 and opengl in distro features 2017-07-17 11:17:47 -07:00
recipes-test fwts: upgrade to 17.03.00 release 2017-03-31 13:26:01 +02:00
site
COPYING.MIT
README README: update maintainers list for pyro 2017-05-09 15:59:39 +02:00

This layer depends on:

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

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe][pyro]' 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][pyro][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.

pyro Branch Maintainer:
Armin Kuster <akuster808@gmail.com>