diff options
| -rw-r--r-- | meta/recipes-devtools/bootchart2/bootchart2_git.bb | 6 | 
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 | ||
| 123 | do_compile_prepend () { | ||
| 124 | export PY_LIBDIR="${libdir}/${PYTHON_DIR}" | ||
| 125 | export BINDIR="${bindir}" | ||
| 126 | export LIBDIR="${base_libdir}" | ||
| 127 | } | ||
| 128 | |||
| 123 | do_install () { | 129 | do_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}" | 
