Go to file
Mark Asselstine 9ab08d7b9c ctdb: Fix rootfs creation errors
While building an image I was getting an error during rootfs creation
that ctdb was conflicting with base-files as both were creating
'/var/run':

    warning: Removing ctdb-2.5.1-r0@core2_64 due to file /var/run \
      conflicting with base-files-3.0.14-r89@genericx86_64

This is normally a volatile directory so we have no need
to include this in the ctdb package, so revert the actions of the
Makefile by deleting the directory.

Although /run and $localstatedir/run are linked to be consistent we
update the .service file to use the latter. To ensure the 'ctdb'
subdir exists we patch the use of RuntimeDirectory= in to the .service
file. This will compensate for our removal of this directory creation
from the Makefile.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-02-10 15:08:19 +01:00
contrib contrib: print oldline within single quotes 2016-01-14 11:22:10 +01:00
meta-efl efl: add dependency on libunwind 2015-11-16 21:57:47 +01:00
meta-filesystems xfsprogs: fix the license 2015-12-20 14:33:33 -08:00
meta-gnome gnome-desktop: Fix QA issue 2016-01-14 11:22:11 +01:00
meta-gpe README: update maintainers list for jethro 2015-11-11 12:11:28 +01:00
meta-initramfs kexec-tools-klibc: add explicit SRC_URI 2016-01-14 11:22:07 +01:00
meta-multimedia mpg123: add textrel to INSANE_SKIP 2016-01-14 11:22:09 +01:00
meta-networking ctdb: Fix rootfs creation errors 2016-02-10 15:08:19 +01:00
meta-oe qwt: Fix host-user-contaminated 2016-02-06 16:56:47 -08:00
meta-perl libnet-ssleay-perl: fix test failures with openssl 2015-12-20 14:13:41 -08:00
meta-python python-jinja2: Disable make clean 2015-12-20 14:16:42 -08:00
meta-ruby libgxim: move from meta-ruby back to meta-oe 2015-12-30 13:05:45 +01:00
meta-systemd README: update maintainers list for jethro 2015-11-11 12:11:28 +01:00
meta-webserver phpmyadmin: fix CVE-2015-7873 2015-12-20 14:33:33 -08:00
meta-xfce thunar: remove udisks from RRECOMMENDS 2016-02-06 16:56:54 -08: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