]> code.ossystems Code Review - openembedded-core.git/commit
shadow: Fix various invalid assumptions about directory layout
authorPhil Blundell <philb@gnu.org>
Sun, 9 Sep 2012 10:22:53 +0000 (11:22 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Sep 2012 13:44:52 +0000 (14:44 +0100)
commitd4e62e164ef73b47c178edcbc2579f5358934afc
tree761adb915c05a8d0ee16d4724c5b60ea555e009a
parent2c3e8c5ab098f84c77729377afc240bc71d81665
shadow: Fix various invalid assumptions about directory layout

The makefiles in the shadow package have their own hard-coded paths
for ${base_bindir} and ${base_sbindir} (known as "bindir" and "sbindir"
in shadow-speak).  Ensure that they install into our paths rather than
their own.

Also check that ${base_bindir} and ${bindir} are different before trying
to move files from one to the other; likewise for ${base_sbindir} and
${sbindir}.

Signed-off-by: Phil Blundell <pb@pbcl.net>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/shadow/shadow_4.1.4.3.bb