aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-08-31 23:22:11 -0700
committerRobert Yang <liezhi.yang@windriver.com>2014-09-18 19:56:33 -0700
commit342c6936e9297fcfec8e0f0d905b6d9fb55a5524 (patch)
treefe766e77bf97a373fe31df50fdcc01ff4971fc49 /meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb
parentd70fa673308cd2194711435f943895dfc2c76565 (diff)
downloadmeta-openembedded-contrib-342c6936e9297fcfec8e0f0d905b6d9fb55a5524.tar.gz
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>
Diffstat (limited to 'meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb')
0 files changed, 0 insertions, 0 deletions