meta-openembedded/meta-oe
Theodore A. Roth aad4917e13 modemmanager: Add libxslt-native to DEPENDS
Addresses the following build error:

| make[2]: Entering directory '/home/matt/renew_thud/build/tmp/work/armv5e-poky-linux-gnueabi/modemmanager/1.8.2-r0.tr0/build/include'
| xsltproc --xinclude --nonet ../../ModemManager-1.8.2/build-aux/header-generator.xsl ../../ModemManager-1.8.2/introspection/all.xml > ModemManager-names.h
| /bin/bash: xsltproc: command not found
| make[2]: *** [Makefile:651: ModemManager-names.h] Error 127

Problem doesn't manifest if the host has already installed xsltproc
outside of OE environment.

Signed-off-by: Theodore A. Roth <troth@openavr.org>
Signed-off-by: Matthew Stanger <matthew_stanger@trimble.com>
Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-11 15:04:17 -08:00
..
classes Copy breakpad .sym file in appropriate folder. 2018-11-26 09:38:13 -08:00
conf ptest: add addition packagegroups and image for ptests 2018-11-12 10:04:31 -08:00
lib/oeqa/selftest/cases meta-oe: add selftest for sources.oe.org 2018-11-14 21:06:57 -08:00
licenses licenses: Add Arphic-Public-License text 2019-01-10 09:06:05 -08:00
recipes-benchmark tinymembench: Update to tip of master 2019-01-02 10:28:18 -08:00
recipes-bsp efibootmgr: fix conflicting types for 'efi_set_verbose' 2018-12-18 18:44:59 -08:00
recipes-connectivity modemmanager: Add libxslt-native to DEPENDS 2019-01-11 15:04:17 -08:00
recipes-core packagegroup-meta-oe: Remove unbuildable packages on risc-v from rdep 2018-12-26 13:18:02 -08:00
recipes-crypto botan: Add recipe 2018-09-29 02:10:12 -07:00
recipes-dbs postgresql: correctly build against target perl 2019-01-11 07:48:30 -08:00
recipes-devtools libdbi-perl: Upgrade to 1.642 2019-01-11 00:28:32 -08:00
recipes-extended redis: Update to 4.0.12 2018-12-23 13:29:20 -08:00
recipes-gnome pyxdg: Add new package 2018-07-12 07:19:43 -07:00
recipes-graphics qrencode: 4.0.0 -> 4.0.1 2019-01-10 09:05:36 -08:00
recipes-kernel minicoredumper: Update to 2.0.1 2019-01-10 23:27:12 -08:00
recipes-multimedia mpv: Disable lua on mips/aarch64 2019-01-04 18:29:39 -08:00
recipes-navigation gpsd: split one dpg package 2018-09-17 22:23:29 -07:00
recipes-security nmap: install ndiff 2018-08-22 11:32:58 -07:00
recipes-shells mksh: Don't use ${PN} 2019-01-10 09:06:05 -08:00
recipes-support libteam: Upgrade to 1.28 2019-01-11 01:46:31 -08:00
recipes-test catch2: Replace the patch with upstreamable patch 2019-01-02 10:28:18 -08:00
COPYING.MIT
README Update maintainers 2018-08-27 10:53:58 -07:00

meta-oe
=======

This layer depends on:

URI: git://github.com/openembedded/openembedded-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/openembedded-core
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.

layer maintainer: Khem Raj <raj.khem@gmail.com>