diff options
Diffstat (limited to 'meta/recipes-devtools/patch/patch.inc')
| -rw-r--r-- | meta/recipes-devtools/patch/patch.inc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/meta/recipes-devtools/patch/patch.inc b/meta/recipes-devtools/patch/patch.inc index 21c06c64b5..332b97a85e 100644 --- a/meta/recipes-devtools/patch/patch.inc +++ b/meta/recipes-devtools/patch/patch.inc | |||
| @@ -9,10 +9,5 @@ S = "${WORKDIR}/patch-${PV}" | |||
| 9 | 9 | ||
| 10 | inherit autotools update-alternatives | 10 | inherit autotools update-alternatives |
| 11 | 11 | ||
| 12 | do_install_append () { | 12 | ALTERNATIVE_${PN} = "patch" |
| 13 | mv ${D}${bindir}/patch ${D}${bindir}/patch.${BPN} | ||
| 14 | } | ||
| 15 | |||
| 16 | ALTERNATIVE_NAME = "patch" | ||
| 17 | ALTERNATIVE_PATH = "patch.${BPN}" | ||
| 18 | ALTERNATIVE_PRIORITY = "100" | 13 | ALTERNATIVE_PRIORITY = "100" |
