diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-20 08:13:44 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-21 16:56:03 +0000 |
| commit | e917c7b5a362e34f8d506800f95b0fd715bba70b (patch) | |
| tree | 55fa350fd96c6aab57c052bf5cd02ce9d921ff56 /meta/classes/native.bbclass | |
| parent | 73ef532777d816913a4abb3b1f9354880ccab264 (diff) | |
| download | poky-e917c7b5a362e34f8d506800f95b0fd715bba70b.tar.gz | |
classes: Drop do_package stamp-extra-info
This was needed when do_package for target recipes was target specific
however since it now isn't we can remove these stale references.
(From OE-Core rev: 1c54d8c3639659bc8cf8fa2786a1aa9ed785b723)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/native.bbclass')
| -rw-r--r-- | meta/classes/native.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index 1462ffb6d4..c08ca19b78 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass | |||
| @@ -156,4 +156,3 @@ do_package_write_deb[noexec] = "1" | |||
| 156 | do_package_write_rpm[noexec] = "1" | 156 | do_package_write_rpm[noexec] = "1" |
| 157 | 157 | ||
| 158 | do_populate_sysroot[stamp-extra-info] = "" | 158 | do_populate_sysroot[stamp-extra-info] = "" |
| 159 | do_package[stamp-extra-info] = "" | ||
