summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb')
-rw-r--r--meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb b/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb
index f6a77b4606..d5beaecd0e 100644
--- a/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb
+++ b/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb
@@ -99,6 +99,10 @@ SRC_URI = "git://github.com/xrmx/bootchart.git \
99S = "${WORKDIR}/git" 99S = "${WORKDIR}/git"
100SRCREV = "868a2afab9da34f32c007d773b77253c93104636" 100SRCREV = "868a2afab9da34f32c007d773b77253c93104636"
101 101
102# remove at next version upgrade or when output changes
103PR = "r1"
104HASHEQUIV_HASH_VERSION .= ".1"
105
102inherit systemd update-rc.d python3native update-alternatives 106inherit systemd update-rc.d python3native update-alternatives
103 107
104ALTERNATIVE_${PN} = "bootchartd" 108ALTERNATIVE_${PN} = "bootchartd"
@@ -131,7 +135,7 @@ do_install () {
131 export PKGLIBDIR="${base_libdir}/bootchart" 135 export PKGLIBDIR="${base_libdir}/bootchart"
132 export SYSTEMD_UNIT_DIR="${systemd_unitdir}/system" 136 export SYSTEMD_UNIT_DIR="${systemd_unitdir}/system"
133 137
134 oe_runmake install 138 oe_runmake install NO_PYTHON_COMPILE=1
135 install -d ${D}${sysconfdir}/init.d 139 install -d ${D}${sysconfdir}/init.d
136 install -m 0755 ${WORKDIR}/bootchartd_stop.sh ${D}${sysconfdir}/init.d 140 install -m 0755 ${WORKDIR}/bootchartd_stop.sh ${D}${sysconfdir}/init.d
137 141