diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-07-26 16:10:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-15 14:26:28 +0100 |
commit | 53a6bc5a9d340f36165c76cd8255fa54e155b132 (patch) | |
tree | bc3ec361feeaa9bccf1eaee3622a7ea0306ba828 /meta/recipes-devtools | |
parent | 197c77b661df3406c14f973a81f48aad443875fc (diff) | |
download | poky-53a6bc5a9d340f36165c76cd8255fa54e155b132.tar.gz |
ubootchart: cleanup update-alternatives deprecated code
(From OE-Core rev: 744fb15df985e74adbb2b03e4543c2fd66adee86)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | 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 843024cfb0..8cdedf9005 100644 --- a/meta/recipes-devtools/ubootchart/ubootchart_svn.bb +++ b/meta/recipes-devtools/ubootchart/ubootchart_svn.bb | |||
@@ -17,9 +17,9 @@ S = "${WORKDIR}/trunk" | |||
17 | 17 | ||
18 | inherit update-alternatives | 18 | inherit update-alternatives |
19 | 19 | ||
20 | ALTERNATIVE_NAME = "init" | 20 | ALTERNATIVE_${PN} = "init" |
21 | ALTERNATIVE_LINK = "${base_sbindir}/init" | 21 | ALTERNATIVE_TARGET[init] = "${base_sbindir}/ubootchartd" |
22 | ALTERNATIVE_PATH = "${base_sbindir}/ubootchartd" | 22 | ALTERNATIVE_LINK_NAME[init] = "${base_sbindir}/init" |
23 | ALTERNATIVE_PRIORITY = "70" | 23 | ALTERNATIVE_PRIORITY = "70" |
24 | 24 | ||
25 | do_compile() { | 25 | do_compile() { |