]> code.ossystems Code Review - openembedded-core.git/commit
sstate.bbclass: remove redundant cd and mkdir commands
authorAndre McCurdy <armccurdy@gmail.com>
Wed, 15 Jul 2015 00:54:42 +0000 (17:54 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Jul 2015 14:08:46 +0000 (15:08 +0100)
commitfd2d50d46e38d86829f88b5884a6fde6c38f155e
treeae92277a494b3dc7c3dcf355a3ee3f3bc361a655
parentb6a66026ef547eb34c6019d2ac7da90b90741dad
sstate.bbclass: remove redundant cd and mkdir commands

Update sstate_create_package and sstate_unpack_package to remove
redundant initial mkdir and cd commands. The working directory is
now setup correctly before the shell functions are called.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/sstate.bbclass