diff options
Diffstat (limited to 'meta-oe/recipes-support/pcp')
| -rw-r--r-- | meta-oe/recipes-support/pcp/pcp-native_6.3.8.bb | 6 | ||||
| -rw-r--r-- | meta-oe/recipes-support/pcp/pcp_6.3.8.bb | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/pcp/pcp-native_6.3.8.bb b/meta-oe/recipes-support/pcp/pcp-native_6.3.8.bb index e90efea9cb..c4064d8330 100644 --- a/meta-oe/recipes-support/pcp/pcp-native_6.3.8.bb +++ b/meta-oe/recipes-support/pcp/pcp-native_6.3.8.bb | |||
| @@ -10,8 +10,8 @@ export PCP_BIN_DIR = "${D}/usr/bin" | |||
| 10 | B = "${S}" | 10 | B = "${S}" |
| 11 | 11 | ||
| 12 | do_configure:prepend() { | 12 | do_configure:prepend() { |
| 13 | export SED=${TMPDIR}/hosttools/sed | 13 | export SED=${HOSTTOOLS_DIR}/sed |
| 14 | export AR=${TMPDIR}/hosttools/ar | 14 | export AR=${HOSTTOOLS_DIR}/ar |
| 15 | # export PYTHON=python3 | 15 | # export PYTHON=python3 |
| 16 | 16 | ||
| 17 | rm -rf ${S}/include/pcp/configsz.h | 17 | rm -rf ${S}/include/pcp/configsz.h |
| @@ -25,7 +25,7 @@ do_compile:prepend() { | |||
| 25 | -e "s,#undef PM_SIZEOF_TIME_T,,g" \ | 25 | -e "s,#undef PM_SIZEOF_TIME_T,,g" \ |
| 26 | ${S}/src/include/pcp/config.h.in | 26 | ${S}/src/include/pcp/config.h.in |
| 27 | 27 | ||
| 28 | export AR=${TMPDIR}/hosttools/ar | 28 | export AR=${HOSTTOOLS_DIR}/ar |
| 29 | # export PYTHON=python3 | 29 | # export PYTHON=python3 |
| 30 | } | 30 | } |
| 31 | 31 | ||
diff --git a/meta-oe/recipes-support/pcp/pcp_6.3.8.bb b/meta-oe/recipes-support/pcp/pcp_6.3.8.bb index 65efac06be..bf1d728b7c 100644 --- a/meta-oe/recipes-support/pcp/pcp_6.3.8.bb +++ b/meta-oe/recipes-support/pcp/pcp_6.3.8.bb | |||
| @@ -61,7 +61,7 @@ do_configure:prepend () { | |||
| 61 | cp ${UNPACKDIR}/config.linux ${B} | 61 | cp ${UNPACKDIR}/config.linux ${B} |
| 62 | rm -rf ${S}/include/pcp/configsz.h | 62 | rm -rf ${S}/include/pcp/configsz.h |
| 63 | rm -rf ${S}/include/pcp/platformsz.h | 63 | rm -rf ${S}/include/pcp/platformsz.h |
| 64 | export SED=${TMPDIR}/hosttools/sed | 64 | export SED=${HOSTTOOLS_DIR}/sed |
| 65 | export PYTHON=python3 | 65 | export PYTHON=python3 |
| 66 | } | 66 | } |
| 67 | 67 | ||
