Go to file
Robert Yang 1443c68987 memcached: add bash to RDEPENDS_memcached
Bashism:
possible bashism in memcached/etc/init.d/memcached line 40 (bash arrays, ${name[0|*|@]}):
if [ -r "${FILES[0]}" ]; then
possible bashism in memcached/etc/init.d/memcached line 42 (bash arrays, ${name[0|*|@]}):
  for FILE in "${FILES[@]}";
possible bashism in memcached/etc/init.d/memcached line 53 (should be VAR="${VAR}foo"):
      CONFIGS+=($NAME)
possible bashism in memcached/etc/init.d/memcached line 54 (should be 'b = a'):
    elif [ "memcached_$2" == "$NAME" ];
possible bashism in memcached/etc/init.d/memcached line 62 (bash arrays, ${name[0|*|@]}):
  if [ ${#CONFIGS[@]} == 0 ];
possible bashism in memcached/etc/init.d/memcached line 71 (bash arrays, ${name[0|*|@]}):
CONFIG_NUM=${#CONFIGS[@]}
possible bashism in memcached/etc/init.d/memcached line 72 ('((' should be '$(('):
for ((i=0; i < $CONFIG_NUM; i++)); do
possible bashism in memcached/etc/init.d/memcached line 73 (bash arrays, ${name[0|*|@]}):
  NAME=${CONFIGS[${i}]}

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2014-09-26 05:41:51 +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 tracker: add PACKAGECONFIG for nautilus extension 2014-08-11 11:00:41 +02:00
meta-gpe meta-gpe: use BPN in SRC_URI 2014-07-15 14:56:55 +02:00
meta-initramfs dracut: update to 038 2014-08-28 19:55:39 +02:00
meta-multimedia mkvtoolnix: enable parallel make 2014-08-28 19:55:38 +02:00
meta-networking memcached: add bash to RDEPENDS_memcached 2014-09-26 05:41:51 +02:00
meta-oe gpsd: add deterministic support for KPPS interface 2014-09-01 11:37:12 +02:00
meta-perl libmodule-pluggable-perl: add 5.1 2014-09-01 11:37:12 +02:00
meta-python python-snakefood: add 1.4 2014-08-27 12:49:19 +02:00
meta-ruby ruby: fix race conditions at install-ext 2014-08-13 23:28:05 +02:00
meta-systemd at: rename bbappend to match any version from oe-core 2014-09-01 12:49:00 +02:00
meta-webserver apache2: add systemd unit file 2014-08-27 12:49:20 +02:00
meta-xfce packagegroups: Remove deprecated "task" backward compatibility 2014-08-15 17:07:02 +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