]> code.ossystems Code Review - openembedded-core.git/commit
oe-init-build-env-memres: Fix source check
authorEsquivel, Benjamin <benjamin.esquivel@intel.com>
Thu, 19 Mar 2015 20:31:41 +0000 (20:31 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Mar 2015 10:55:18 +0000 (10:55 +0000)
commit1666b41e73f2aa7bd736c3e9bf3797946bff61b5
tree41b0ebf52b953e7f5eb49b0477c2b3b961b0aed8
parent0752c79282b1cc9699743e719518e6c341d50a3a
oe-init-build-env-memres: Fix source check

The source check was referring to oe-init-build-env instead of the
memres. It could be executed without the proper failure message and the
corresponding exit command out of the script. This commit makes the
memres script look more like the oe-init-build-env with the correct
script name.

[YOCTO #7487]

Signed-off-by: Benjamin Esquivel <benjamin.esquivel@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
oe-init-build-env-memres