summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/patch')
-rw-r--r--meta/recipes-devtools/patch/patch.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/patch/patch.inc b/meta/recipes-devtools/patch/patch.inc
index 38c3e95d71..21c06c64b5 100644
--- a/meta/recipes-devtools/patch/patch.inc
+++ b/meta/recipes-devtools/patch/patch.inc
@@ -10,9 +10,9 @@ S = "${WORKDIR}/patch-${PV}"
10inherit autotools update-alternatives 10inherit autotools update-alternatives
11 11
12do_install_append () { 12do_install_append () {
13 mv ${D}${bindir}/patch ${D}${bindir}/patch.${PN} 13 mv ${D}${bindir}/patch ${D}${bindir}/patch.${BPN}
14} 14}
15 15
16ALTERNATIVE_NAME = "patch" 16ALTERNATIVE_NAME = "patch"
17ALTERNATIVE_PATH = "patch.${PN}" 17ALTERNATIVE_PATH = "patch.${BPN}"
18ALTERNATIVE_PRIORITY = "100" 18ALTERNATIVE_PRIORITY = "100"