diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-02-04 13:33:48 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-09 09:40:00 +0000 |
| commit | da1331b4ceca1729fa33818b89a2203ea8301103 (patch) | |
| tree | 09a3ca73b835fec6fc7fd747f2125a9a7cbb60b0 | |
| parent | 3a42fa66afdb0ed01837cafbbc024393646240e4 (diff) | |
| download | poky-da1331b4ceca1729fa33818b89a2203ea8301103.tar.gz | |
classes/populate_sdk_base: remove nostamp from do_populate_sdk
We've removed nostamp from do_rootfs in image.bbclass in OE-Core commit
8505008c115efb54d18e5f25441c7a938a32ffaf, and we should do the same for
do_populate_sdk here for the same reason - we can now rely on task
signatures so if nothing has changed, we don't need to re-run it.
(From OE-Core rev: de9b693f4ff311f1310a1c6005e0d5c225aabef6)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/classes/populate_sdk_base.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass index 29890e38c9..096628b51b 100644 --- a/meta/classes/populate_sdk_base.bbclass +++ b/meta/classes/populate_sdk_base.bbclass | |||
| @@ -330,7 +330,6 @@ populate_sdk_log_check() { | |||
| 330 | } | 330 | } |
| 331 | 331 | ||
| 332 | do_populate_sdk[dirs] = "${TOPDIR}" | 332 | do_populate_sdk[dirs] = "${TOPDIR}" |
| 333 | do_populate_sdk[nostamp] = "1" | ||
| 334 | do_populate_sdk[depends] += "${@' '.join([x + ':do_populate_sysroot' for x in d.getVar('SDK_DEPENDS', True).split()])}" | 333 | do_populate_sdk[depends] += "${@' '.join([x + ':do_populate_sysroot' for x in d.getVar('SDK_DEPENDS', True).split()])}" |
| 335 | do_populate_sdk[rdepends] = "${@' '.join([x + ':do_populate_sysroot' for x in d.getVar('SDK_RDEPENDS', True).split()])}" | 334 | do_populate_sdk[rdepends] = "${@' '.join([x + ':do_populate_sysroot' for x in d.getVar('SDK_RDEPENDS', True).split()])}" |
| 336 | do_populate_sdk[recrdeptask] = "do_package_write" | 335 | do_populate_sdk[recrdeptask] = "do_package_write" |
