[oe-commits] Saul Wold : ubootchart: cleanup update-alternatives deprecated code

git at git.openembedded.org git at git.openembedded.org
Wed Aug 15 13:31:04 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 744fb15df985e74adbb2b03e4543c2fd66adee86
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=744fb15df985e74adbb2b03e4543c2fd66adee86

Author: Saul Wold <sgw at linux.intel.com>
Date:   Thu Jul 26 16:10:04 2012 -0700

ubootchart: cleanup update-alternatives deprecated code

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-devtools/ubootchart/ubootchart_svn.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-devtools/ubootchart/ubootchart_svn.bb b/meta/recipes-devtools/ubootchart/ubootchart_svn.bb
index 843024c..8cdedf9 100644
--- a/meta/recipes-devtools/ubootchart/ubootchart_svn.bb
+++ b/meta/recipes-devtools/ubootchart/ubootchart_svn.bb
@@ -17,9 +17,9 @@ S = "${WORKDIR}/trunk"
 
 inherit update-alternatives
 
-ALTERNATIVE_NAME = "init"
-ALTERNATIVE_LINK = "${base_sbindir}/init"
-ALTERNATIVE_PATH = "${base_sbindir}/ubootchartd"
+ALTERNATIVE_${PN} = "init"
+ALTERNATIVE_TARGET[init] = "${base_sbindir}/ubootchartd"
+ALTERNATIVE_LINK_NAME[init] = "${base_sbindir}/init"
 ALTERNATIVE_PRIORITY = "70"
 
 do_compile() {





More information about the Openembedded-commits mailing list