diff options
| author | Patrick Williams <patrick@stwcx.xyz> | 2023-05-18 21:43:10 +0300 |
|---|---|---|
| committer | Patrick Williams <patrick@stwcx.xyz> | 2023-05-18 21:45:20 +0300 |
| commit | 1d3ca46bd63f8e32a18f2ece930eab86e8f7a18d (patch) | |
| tree | c1660b503c68c8298c971bafc2b851fd7f66484d /meta-openembedded/meta-python/recipes-devtools/python/python3-ninja | |
| parent | 57f354efd8592defa6ab597277c11f4bdecaa3fd (diff) | |
| download | openbmc-1d3ca46bd63f8e32a18f2ece930eab86e8f7a18d.tar.xz | |
meta-gsj: fix do_install for usrmerge
The recipe previously had a hard coded removal of `/lib` which will no
longer exist under usrmerge. I think the purpose of this was to delete
the systemd units, but leave the library. Therefore I've adjusted the
removal to be systemd_unitdir instead of `/lib`.
This results in the following package structure:
```
$ find tmp/work/armv7a-openbmc-linux-gnueabi/google-ipmi-sys/0.1+gitAUTOINC+59445f5e21-r1/packages-split/google-ipmi-sys -type f
tmp/work/armv7a-openbmc-linux-gnueabi/google-ipmi-sys/0.1+gitAUTOINC+59445f5e21-r1/packages-split/google-ipmi-sys/usr/lib/systemd/system-preset/98-google-ipmi-sys.preset
tmp/work/armv7a-openbmc-linux-gnueabi/google-ipmi-sys/0.1+gitAUTOINC+59445f5e21-r1/packages-split/google-ipmi-sys/usr/lib/ipmid-providers/libgooglesys.so
```
The `98-google-ipmi-sys.preset` file is empty.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I05dd016fcc8dfd8dc33ba90acad100afafb18073
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-ninja')
0 files changed, 0 insertions, 0 deletions
