diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-05-22 12:39:33 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-30 12:04:39 +0100 |
commit | ad0f8b8673bdc5681f21bfa4fc7cc805afe9ab86 (patch) | |
tree | 2b4956ed571fe4c000862732addea0cef89dc713 /meta/recipes-devtools | |
parent | 4547096a4125c8192cb4f9a23623d7b12c5573e9 (diff) | |
download | poky-ad0f8b8673bdc5681f21bfa4fc7cc805afe9ab86.tar.gz |
patch: use BPN for alternatives
(From OE-Core rev: aa092530d3fdbfe6671ab6a05ecea2d71c4e11e4)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-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" |