diff options
Diffstat (limited to 'meta/classes-recipe/populate_sdk_base.bbclass')
-rw-r--r-- | meta/classes-recipe/populate_sdk_base.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes-recipe/populate_sdk_base.bbclass b/meta/classes-recipe/populate_sdk_base.bbclass index 238cb1ee6e..8ef4b2be77 100644 --- a/meta/classes-recipe/populate_sdk_base.bbclass +++ b/meta/classes-recipe/populate_sdk_base.bbclass | |||
@@ -52,6 +52,8 @@ SDK_DEPLOY = "${DEPLOY_DIR}/sdk" | |||
52 | 52 | ||
53 | SDKDEPLOYDIR = "${WORKDIR}/${SDKMACHINE}-deploy-${PN}-populate-sdk" | 53 | SDKDEPLOYDIR = "${WORKDIR}/${SDKMACHINE}-deploy-${PN}-populate-sdk" |
54 | 54 | ||
55 | PSEUDO_INCLUDE_PATHS .= ",${SDK_DIR}" | ||
56 | |||
55 | B:task-populate-sdk = "${SDK_DIR}" | 57 | B:task-populate-sdk = "${SDK_DIR}" |
56 | 58 | ||
57 | SDKTARGETSYSROOT = "${SDKPATH}/sysroots/${REAL_MULTIMACH_TARGET_SYS}" | 59 | SDKTARGETSYSROOT = "${SDKPATH}/sysroots/${REAL_MULTIMACH_TARGET_SYS}" |
@@ -263,8 +265,6 @@ python do_populate_sdk_setscene () { | |||
263 | } | 265 | } |
264 | addtask do_populate_sdk_setscene | 266 | addtask do_populate_sdk_setscene |
265 | 267 | ||
266 | PSEUDO_IGNORE_PATHS .= ",${SDKDEPLOYDIR},${WORKDIR}/oe-sdk-repo,${WORKDIR}/sstate-build-populate_sdk" | ||
267 | |||
268 | fakeroot create_sdk_files() { | 268 | fakeroot create_sdk_files() { |
269 | cp ${COREBASE}/scripts/relocate_sdk.py ${SDK_OUTPUT}/${SDKPATH}/ | 269 | cp ${COREBASE}/scripts/relocate_sdk.py ${SDK_OUTPUT}/${SDKPATH}/ |
270 | 270 | ||