diff options
| -rw-r--r-- | meta/recipes-extended/lsof/lsof_4.94.0.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-extended/lsof/lsof_4.94.0.bb b/meta/recipes-extended/lsof/lsof_4.94.0.bb index c2b8bc839b..62f42975af 100644 --- a/meta/recipes-extended/lsof/lsof_4.94.0.bb +++ b/meta/recipes-extended/lsof/lsof_4.94.0.bb | |||
| @@ -19,6 +19,15 @@ SRCREV = "005e014e1abdadb2493d8b3ce87b37a2c0a2351d" | |||
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
| 21 | 21 | ||
| 22 | |||
| 23 | inherit update-alternatives | ||
| 24 | |||
| 25 | ALTERNATIVE_${PN} = "lsof" | ||
| 26 | ALTERNATIVE_LINK_NAME[lsof] = "${sbindir}/lsof" | ||
| 27 | # Make our priority higher than busybox | ||
| 28 | ALTERNATIVE_PRIORITY = "100" | ||
| 29 | |||
| 30 | |||
| 22 | export LSOF_INCLUDE = "${STAGING_INCDIR}" | 31 | export LSOF_INCLUDE = "${STAGING_INCDIR}" |
| 23 | 32 | ||
| 24 | do_configure () { | 33 | do_configure () { |
