summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-05-22 12:38:19 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-30 12:04:39 +0100
commit1a6f679d1b46ff1bf1c604ce0578911914fd3e79 (patch)
tree22ce7f882653b627a0e09a2b9c6553205692c97a /meta/recipes-extended
parent079f2fb98108b51042081d5b0c0e4a24ac43edd7 (diff)
downloadpoky-1a6f679d1b46ff1bf1c604ce0578911914fd3e79.tar.gz
sed: use BPN for alternatives
(From OE-Core rev: cd059cb57efa2aad332ef2fc7f1f411afce82b73) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/sed/sed_4.1.2.bb4
-rw-r--r--meta/recipes-extended/sed/sed_4.2.1.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/sed/sed_4.1.2.bb b/meta/recipes-extended/sed/sed_4.1.2.bb
index 8baa180f72..ca22736b7f 100644
--- a/meta/recipes-extended/sed/sed_4.1.2.bb
+++ b/meta/recipes-extended/sed/sed_4.1.2.bb
@@ -17,12 +17,12 @@ inherit autotools update-alternatives gettext
17do_install () { 17do_install () {
18 autotools_do_install 18 autotools_do_install
19 install -d ${D}${base_bindir} 19 install -d ${D}${base_bindir}
20 mv ${D}${bindir}/sed ${D}${base_bindir}/sed.${PN} 20 mv ${D}${bindir}/sed ${D}${base_bindir}/sed.${BPN}
21 rmdir ${D}${bindir}/ 21 rmdir ${D}${bindir}/
22} 22}
23 23
24ALTERNATIVE_NAME = "sed" 24ALTERNATIVE_NAME = "sed"
25ALTERNATIVE_PATH = "sed.${PN}" 25ALTERNATIVE_PATH = "sed.${BPN}"
26ALTERNATIVE_LINK = "${base_bindir}/sed" 26ALTERNATIVE_LINK = "${base_bindir}/sed"
27ALTERNATIVE_PRIORITY = "100" 27ALTERNATIVE_PRIORITY = "100"
28 28
diff --git a/meta/recipes-extended/sed/sed_4.2.1.bb b/meta/recipes-extended/sed/sed_4.2.1.bb
index 0fceecd6be..b39eca0bc0 100644
--- a/meta/recipes-extended/sed/sed_4.2.1.bb
+++ b/meta/recipes-extended/sed/sed_4.2.1.bb
@@ -18,12 +18,12 @@ EXTRA_OECONF = "--disable-acl"
18do_install () { 18do_install () {
19 autotools_do_install 19 autotools_do_install
20 install -d ${D}${base_bindir} 20 install -d ${D}${base_bindir}
21 mv ${D}${bindir}/sed ${D}${base_bindir}/sed.${PN} 21 mv ${D}${bindir}/sed ${D}${base_bindir}/sed.${BPN}
22 rmdir ${D}${bindir}/ 22 rmdir ${D}${bindir}/
23} 23}
24 24
25ALTERNATIVE_NAME = "sed" 25ALTERNATIVE_NAME = "sed"
26ALTERNATIVE_PATH = "sed.${PN}" 26ALTERNATIVE_PATH = "sed.${BPN}"
27ALTERNATIVE_LINK = "${base_bindir}/sed" 27ALTERNATIVE_LINK = "${base_bindir}/sed"
28ALTERNATIVE_PRIORITY = "100" 28ALTERNATIVE_PRIORITY = "100"
29 29