Krb5 needs libcom_err from e2fsprogs to be built. It looks like
in some cases if e2fsprogs was built before krb5 this would
silently pass.
* add that e2fsprogs dependency explicitly.
* added back the PR and updated its value to r1.
Signed-off-by: Ian Reinhart Geiser <igeiser@devonit.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* 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>
Build from git to drag in buildfixes and run set to fix a non-cross compile safe use of cpp
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* only one of those should be built in sysroot, otherwise they were
overwritting files provided by other alternatives
* define PACKAGECONFIG options
* there are no RCONFLICTS/RREPLACES/RPROVIDES, because it depends on
selected PACKAGECONFIGs
* add PN to VIMDIR and use VIMDIR where undefined VIMVER was
(e.g. "${PN}${VIMVER}")
* move checksums from .inc to recipe
* vim/gvim/vim-tiny conflict is now fatal, with
http://patches.openembedded.org/patch/43105/
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* oe-core now has wpa-supplicant 2.0, but also installs wpa_supplicant.service to PN
* feel free to add new bbappend with only systemd inherit and updated SYSTEMD_PACKAGES
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
I hear from users that they are fiddling with the recipe to build gnuradio
with different options for various purposes. Start adding PACKAGECONFIG
support to reduce user editing of the recipe.
Currently these options are supported:
uhd : enable support for UHD based hardware.
grc: Build gnuradio companion.
qtgui: Build the qtgui component.
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-core-standalone-hhvm-sdk-target:
* libc-client (= 2007e-r1) *
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Patch allows to specify additional parameters (e.g. '-B') by reading
/etc/default/dropbear as a systemd environment file. It applies
$DROPBEAR_EXTRA_ARGS which used already by the oe-core sysv initscript.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
u64/u32 is not defined in sys/types.h, include linux/types.h like
the kernel version of fuse.h does. Patch sent to upstream mailing list.
Upstream-Status: Submitted
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-icon-theme-4.4.3: xfce4-icon-theme: Files/directories were installed but not shipped
/usr/share/xfce4
/usr/share/xfce4/mime
/usr/share/xfce4/mime/Rodent.mime.xml
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gateone-1.1: gateone: Files/directories were installed but not shipped
/var/volatile
/var/volatile/log
/var/volatile/log/gateone
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openldap-2.4.23: openldap: Files/directories were installed but not shipped
/var/volatile
/var/volatile/run
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
As of 5.0.6, it appears that changes were introduced so that if you
compile with openldap disabled and openldap headers are not available,
then autofs fails to build.
Since autofs no longer depends on openldap, remove the dependency.
Signed-off-by: Amy Fong <amy.fong@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>