summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bootchart2
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/bootchart2')
-rw-r--r--meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb b/meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb
index d039b1b947..bc8c1a8a88 100644
--- a/meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb
+++ b/meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb
@@ -97,9 +97,11 @@ SRC_URI = "git://github.com/mmeeks/bootchart.git \
97S = "${WORKDIR}/git" 97S = "${WORKDIR}/git"
98SRCREV = "48e0071048564c6af75ab969e842d6dec808da09" 98SRCREV = "48e0071048564c6af75ab969e842d6dec808da09"
99 99
100inherit systemd 100inherit systemd update-rc.d python3native update-alternatives
101inherit update-rc.d 101
102inherit python3native 102ALTERNATIVE_${PN} = "bootchartd"
103ALTERNATIVE_LINK_NAME[bootchartd] = "${base_sbindir}/bootchartd"
104ALTERNATIVE_PRIORITY = "100"
103 105
104# The only reason to build bootchart2-native is for a native pybootchartgui. 106# The only reason to build bootchart2-native is for a native pybootchartgui.
105BBCLASSEXTEND = "native" 107BBCLASSEXTEND = "native"
@@ -142,6 +144,7 @@ DEPENDS_append_class-native = " python3-pycairo-native"
142 144
143PACKAGES =+ "bootchartd-stop-initscript" 145PACKAGES =+ "bootchartd-stop-initscript"
144FILES_bootchartd-stop-initscript += "${sysconfdir}/init.d ${sysconfdir}/rc*.d" 146FILES_bootchartd-stop-initscript += "${sysconfdir}/init.d ${sysconfdir}/rc*.d"
147RDEPENDS_bootchartd-stop-initscript = "${PN}"
145 148
146FILES_${PN} += "${base_libdir}/bootchart/bootchart-collector" 149FILES_${PN} += "${base_libdir}/bootchart/bootchart-collector"
147FILES_${PN} += "${base_libdir}/bootchart/tmpfs" 150FILES_${PN} += "${base_libdir}/bootchart/tmpfs"