diff options
author | Ming Liu <peter.x.liu@external.atlascopco.com> | 2017-07-24 06:59:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-25 15:59:12 +0100 |
commit | 5adabdb168ceea02add62b4fff7861deabacb278 (patch) | |
tree | a4550873c406efe10227418db134c26309de8c69 /meta | |
parent | c59ee50082f96854ec7b3cbc9644c998b9ab8528 (diff) | |
download | poky-5adabdb168ceea02add62b4fff7861deabacb278.tar.gz |
uninative-tarball: drop deltask package/packagedata
They are redundant since nopackages are being inherited.
(From OE-Core rev: 2414e9f286d34af2db5982a988b78362decb7961)
Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/meta/uninative-tarball.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/meta/uninative-tarball.bb b/meta/recipes-core/meta/uninative-tarball.bb index f3fc1ebe62..5fabf7fa39 100644 --- a/meta/recipes-core/meta/uninative-tarball.bb +++ b/meta/recipes-core/meta/uninative-tarball.bb | |||
@@ -34,8 +34,6 @@ inherit populate_sdk | |||
34 | inherit nopackages | 34 | inherit nopackages |
35 | 35 | ||
36 | deltask install | 36 | deltask install |
37 | deltask package | ||
38 | deltask packagedata | ||
39 | deltask populate_sysroot | 37 | deltask populate_sysroot |
40 | 38 | ||
41 | do_populate_sdk[stamp-extra-info] = "${PACKAGE_ARCH}" | 39 | do_populate_sdk[stamp-extra-info] = "${PACKAGE_ARCH}" |