| commit | a0179fbbba982ae484c015d6b9b744c4569fab10 | [log] [tgz] | 
|---|---|---|
| author | Patrick Williams <patrick@stwcx.xyz> | Mon Aug 28 16:28:45 2017 -0500 | 
| committer | Patrick Williams <patrick@stwcx.xyz> | Wed Aug 30 19:47:17 2017 +0000 | 
| tree | 07a816908211099581a94ded96b36850b03b8fc8 | |
| parent | 5a0088c90487e150b1ad9cf6f1348a7302faeab8 [diff] | 
phosphor-inventory-manager-assettag-native: Missing ${D} install path
Leaving off a ${D} in a do_install function causes the package
to install directly into the 'sysroot' and bypass the sstate cache
for the package's do_install task.  This can cause re-builds of the
same package to fail.
Change-Id: I4276c58b364f1359679de15f533dc3f47da676e9
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>