diff options
-rw-r--r-- | meta/recipes-devtools/patch/patch.inc | 4 |
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}" | |||
10 | inherit autotools update-alternatives | 10 | inherit autotools update-alternatives |
11 | 11 | ||
12 | do_install_append () { | 12 | do_install_append () { |
13 | mv ${D}${bindir}/patch ${D}${bindir}/patch.${PN} | 13 | mv ${D}${bindir}/patch ${D}${bindir}/patch.${BPN} |
14 | } | 14 | } |
15 | 15 | ||
16 | ALTERNATIVE_NAME = "patch" | 16 | ALTERNATIVE_NAME = "patch" |
17 | ALTERNATIVE_PATH = "patch.${PN}" | 17 | ALTERNATIVE_PATH = "patch.${BPN}" |
18 | ALTERNATIVE_PRIORITY = "100" | 18 | ALTERNATIVE_PRIORITY = "100" |