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 \ S = "${WORKDIR}/git" SRCREV = "868a2afab9da34f32c007d773b77253c93104636" +# remove at next version upgrade or when output changes +PR = "r1" +HASHEQUIV_HASH_VERSION .= ".1" + inherit systemd update-rc.d python3native update-alternatives ALTERNATIVE_${PN} = "bootchartd" @@ -131,7 +135,7 @@ do_install () { export PKGLIBDIR="${base_libdir}/bootchart" export SYSTEMD_UNIT_DIR="${systemd_unitdir}/system" - oe_runmake install + oe_runmake install NO_PYTHON_COMPILE=1 install -d ${D}${sysconfdir}/init.d install -m 0755 ${WORKDIR}/bootchartd_stop.sh ${D}${sysconfdir}/init.d