]> code.ossystems Code Review - openembedded-core.git/commit
combo-layer-hook-default.sh: avoid duplicating prefix
authorPatrick Ohly <patrick.ohly@intel.com>
Fri, 13 Mar 2015 11:51:54 +0000 (12:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Mar 2015 11:03:10 +0000 (11:03 +0000)
commit03be3d350425783a5938a7e4c0b858cda634b71d
tree568cb647f0cad7dacb4d6b99de0907f77f0e5d49
parent74f4c9e3bcdb3c4ca919623086e92a9379bd81ff
combo-layer-hook-default.sh: avoid duplicating prefix

The existing patch might already have the desired prefix, perhaps
even multiple times (due to some previous import error). Ensure
that after the replace, the prefix is present exactly once.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/combo-layer-hook-default.sh