diff options
| -rw-r--r-- | meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb index 256d83f039..6133b3a270 100644 --- a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb +++ b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb | |||
| @@ -15,7 +15,7 @@ S = "${WORKDIR}/git" | |||
| 15 | inherit bash-completion systemd | 15 | inherit bash-completion systemd |
| 16 | 16 | ||
| 17 | do_install() { | 17 | do_install() { |
| 18 | oe_runmake install DESTDIR=${D} PREFIX=${prefix} \ | 18 | oe_runmake install-spec DESTDIR=${D} PREFIX=${prefix} \ |
| 19 | UDEVDIR=${nonarch_base_libdir}/udev SYSTEMDDIR=${systemd_unitdir} | 19 | UDEVDIR=${nonarch_base_libdir}/udev SYSTEMDDIR=${systemd_unitdir} |
| 20 | } | 20 | } |
| 21 | 21 | ||
| @@ -25,5 +25,6 @@ pkg_postinst_ontarget_${PN}() { | |||
| 25 | 25 | ||
| 26 | PACKAGES =+ "${PN}-dracut ${PN}-zsh-completion" | 26 | PACKAGES =+ "${PN}-dracut ${PN}-zsh-completion" |
| 27 | 27 | ||
| 28 | FILES_${PN} += "${systemd_system_unitdir}" | ||
| 28 | FILES_${PN}-dracut = "${libdir}/dracut/dracut.conf.d" | 29 | FILES_${PN}-dracut = "${libdir}/dracut/dracut.conf.d" |
| 29 | FILES_${PN}-zsh-completion = "${datadir}/zsh/site-functions" | 30 | FILES_${PN}-zsh-completion = "${datadir}/zsh/site-functions" |
