Go to file
Bian Naimeng 7b3d4803b4 cyrus-sasl: remove trailing slash from plugin directory path
Specifying the plugin directory with a trailing '/' hit this failure in
the install rule:

  ... snip ...

  install-exec-local: $(INSTALLOSX)
        @if test "$(plugindir)" != "$(prefix)/lib/sasl2"; then \
          echo "********************************************************"; \
          echo "* WARNING:"; \
          echo "* Plugins are being installed into $(prefix)/lib/sasl2,"; \
          echo "* but the library will look for them in $(plugindir)."; \
          echo "* You need to make sure that the plugins will eventually"; \
          echo "* be in $(plugindir) -- the easiest way is to make a"; \
          echo "* symbolic link from $(plugindir) to $(prefix)/lib/sasl2,"; \
          echo "* but this may not be appropriate for your site, so this"; \
          echo "* installation procedure won't do it for you."; \
          echo "*"; \
          echo "* If you don't want to do this for some reason, you can"; \
          echo "* set the location where the library will look for plugins"; \
          echo "* by setting the environment variable SASL_PATH to the path"; \
          echo "* the library should use."; \
          echo "********************************************************"; \
        fi

Work around that.

Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2015-02-23 13:30:35 -05:00
contrib contrib/tesseract-langs.sh: add script to generate recipes for tesseract languages 2014-06-10 12:16:23 +02:00
meta-efl efl, elementary: upgrade to 1.12.2 2015-01-08 12:20:15 +01:00
meta-filesystems fuse-exfat: upgrade to 1.1.0 2015-01-20 16:06:14 +01:00
meta-gnome gnome-bluetooth: fix build by using a valid dbus interface + unblacklist 2015-02-19 10:09:59 +01:00
meta-gpe meta-gpe: Add LAYERVERSION and LAYERDEPENDS 2014-11-28 13:41:52 +01:00
meta-initramfs dracut: recipe cleanup 2015-02-12 19:35:40 +01:00
meta-multimedia recipes: add x11 to required DISTRO_FEATURES 2015-02-12 19:33:24 +01:00
meta-networking cyrus-sasl: remove trailing slash from plugin directory path 2015-02-23 13:30:35 -05:00
meta-oe gimp: update to 2.8.14 / fix build by not configuring with freetype-config 2015-02-19 10:09:59 +01:00
meta-perl adduser: add new recipe 2015-01-15 16:37:56 +01:00
meta-python python-django-south: extend to nativesdk 2015-02-19 09:49:47 +00:00
meta-ruby meta-ruby: Add LAYERVERSION and LAYERDEPENDS 2014-11-28 13:41:34 +01:00
meta-systemd at: systemd support now in OE-Core 2014-12-09 11:18:42 +01:00
meta-webserver cherokee: add PACKAGECONFIG for geoip 2015-02-12 19:31:52 +01:00
meta-xfce packagegroup-xfce-extended: add xfce4-timer-plugin 2015-02-19 10:09:59 +01:00
toolchain-layer toolchain-layer: Add LAYERVERSION and LAYERDEPENDS 2014-11-28 13:41:38 +01: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