diff options
-rw-r--r-- | meta/recipes-extended/lsof/lsof_4.96.4.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-extended/lsof/lsof_4.96.4.bb b/meta/recipes-extended/lsof/lsof_4.96.4.bb index bdd883d0ce..11de535a0f 100644 --- a/meta/recipes-extended/lsof/lsof_4.96.4.bb +++ b/meta/recipes-extended/lsof/lsof_4.96.4.bb | |||
@@ -12,6 +12,15 @@ SRCREV = "669c33a253e414feb60fbbcf2984c25dc413cd75" | |||
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | |||
16 | inherit update-alternatives | ||
17 | |||
18 | ALTERNATIVE_${PN} = "lsof" | ||
19 | ALTERNATIVE_LINK_NAME[lsof] = "${sbindir}/lsof" | ||
20 | # Make our priority higher than busybox | ||
21 | ALTERNATIVE_PRIORITY = "100" | ||
22 | |||
23 | |||
15 | export LSOF_INCLUDE = "${STAGING_INCDIR}" | 24 | export LSOF_INCLUDE = "${STAGING_INCDIR}" |
16 | 25 | ||
17 | do_configure () { | 26 | do_configure () { |