Go to file
Jackie Huang 66182220e8 mariadb: drop the anonymous function and use proper install layout
The anonymous function redefined bindir to bindir_noprefix (and
others), which broke the sstate between build dirs.

The redefined *_noprefix was to used to pass to the INSTALL_*
variables to change the layout as we want, but in fact we can
do this in other ways instead of the pain one:

1) Change the default layout and a little adjustment.
There are 4 install layout: STANDALONE(default), RPM, DEB and SVR4.
And RPM is the one close to what we are using.

2) Don't use prefix and pass full paths to INSTALL_*.
The mariadb's cmake define some of the INSTALL_* relative to
CMAKE_INSTALL_PREFIX, So we can use empty CMAKE_INSTALL_PREFIX,
then we can pass our full paths to INSTALL_* directly.

This patch set the default layout to RPM and pass paths only for:
- INSTALL_DOCDIR: no prefix prepending, so ${datadir} works.
- INSTALL_LIBDIR/INSTALL_PLUGINDIR: use ${baselib}.

The mysql-test is moved from /usr to /usr/share which is more
reasonable, fix the FILES inclusion accordingly.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-10-04 00:28:30 +02:00
contrib contrib/tesseract-langs.sh: add script to generate recipes for tesseract languages 2014-06-10 12:16:23 +02:00
meta-efl e-wm: add git recipe with latest revision 2014-08-27 12:49:20 +02:00
meta-filesystems owfs: remove unrecognized configure options 2014-08-11 10:59:22 +02:00
meta-gnome network-manager-applet: update to 0.9.8.10 2014-10-01 10:11:35 +02:00
meta-gpe meta-gpe: use BPN in SRC_URI 2014-07-15 14:56:55 +02:00
meta-initramfs klibc: klcc: consider --sysroot option and override gcc-cross encoded sysroot 2014-09-26 05:41:54 +02:00
meta-multimedia mkvtoolnix: enable parallel make 2014-08-28 19:55:38 +02:00
meta-networking iscsi-initiator-utils: add recipe file 2014-09-26 05:42:54 +02:00
meta-oe mariadb: drop the anonymous function and use proper install layout 2014-10-04 00:28:30 +02:00
meta-perl meta-perl: fix for eglibc-gconvs 2014-09-26 05:42:53 +02:00
meta-python python-snakefood: add 1.4 2014-08-27 12:49:19 +02:00
meta-ruby ruby.inc: DEPEND on libyaml-native 2014-09-26 05:42:53 +02:00
meta-systemd keymaps: systemd support now in OE-Core 2014-09-26 05:41:52 +02:00
meta-webserver webmin: fix hardcode of python2.3 2014-09-26 05:41:51 +02:00
meta-xfce packagegroup-xfce-extended: add xfce4-whiskermenu-plugin 2014-10-01 10:11:37 +02:00
toolchain-layer gcc-4.6: Update to match gcc restructing in OE-Core 2013-09-03 19:56:52 +02: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