diff options
| -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() { |
