diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-26 10:04:15 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-26 11:37:32 +0000 |
| commit | 70301cc433f418af2654a9a7f1353faf4be03a3d (patch) | |
| tree | bfc68e174804bfea66f67056cd610da3372cce8f | |
| parent | 87a258fe5cbfa2f678a1a569f703d6a4aeb21dd8 (diff) | |
| download | poky-70301cc433f418af2654a9a7f1353faf4be03a3d.tar.gz | |
staging.bbclass: No need to create these directories any more, also remove invalid comment
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/classes/staging.bbclass | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass index 2ef8f29b75..718b2f1f25 100644 --- a/meta/classes/staging.bbclass +++ b/meta/classes/staging.bbclass | |||
| @@ -57,15 +57,8 @@ sysroot_stage_all() { | |||
| 57 | sysroot_stage_dirs ${D} ${SYSROOT_DESTDIR} | 57 | sysroot_stage_dirs ${D} ${SYSROOT_DESTDIR} |
| 58 | } | 58 | } |
| 59 | 59 | ||
| 60 | do_populate_sysroot[dirs] = "${STAGING_DIR_TARGET}/${bindir} ${STAGING_DIR_TARGET}/${libdir} \ | 60 | do_populate_sysroot[dirs] = "${SYSROOT_DESTDIR}" |
| 61 | ${STAGING_DIR_TARGET}/${includedir} \ | 61 | |
| 62 | ${STAGING_BINDIR_NATIVE} ${STAGING_LIBDIR_NATIVE} \ | ||
| 63 | ${STAGING_INCDIR_NATIVE} \ | ||
| 64 | ${STAGING_DATADIR} \ | ||
| 65 | ${SYSROOT_DESTDIR}${STAGING_DIR_TARGET} \ | ||
| 66 | ${S} ${B}" | ||
| 67 | |||
| 68 | # Could be compile but populate_sysroot and do_install shouldn't run at the same time | ||
| 69 | addtask populate_sysroot after do_install | 62 | addtask populate_sysroot after do_install |
| 70 | 63 | ||
| 71 | SYSROOT_PREPROCESS_FUNCS ?= "" | 64 | SYSROOT_PREPROCESS_FUNCS ?= "" |
