summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/bootchart2/bootchart2_git.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/bootchart2/bootchart2_git.bb b/meta/recipes-devtools/bootchart2/bootchart2_git.bb
index 04fb901b68..5fc7211f79 100644
--- a/meta/recipes-devtools/bootchart2/bootchart2_git.bb
+++ b/meta/recipes-devtools/bootchart2/bootchart2_git.bb
@@ -120,6 +120,12 @@ do_compile_append_class-native () {
120 chmod +x ${S}/pybootchartgui 120 chmod +x ${S}/pybootchartgui
121} 121}
122 122
123do_compile_prepend () {
124 export PY_LIBDIR="${libdir}/${PYTHON_DIR}"
125 export BINDIR="${bindir}"
126 export LIBDIR="${base_libdir}"
127}
128
123do_install () { 129do_install () {
124 install -d ${D}${sysconfdir} # needed for -native 130 install -d ${D}${sysconfdir} # needed for -native
125 export PY_LIBDIR="${libdir}/${PYTHON_DIR}" 131 export PY_LIBDIR="${libdir}/${PYTHON_DIR}"