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/nativesdk.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/nativesdk.bbclass')
-rw-r--r-- | meta/classes/nativesdk.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass index 94365e3c66..8b689e760a 100644 --- a/meta/classes/nativesdk.bbclass +++ b/meta/classes/nativesdk.bbclass | |||
@@ -91,4 +91,3 @@ python () { | |||
91 | addhandler nativesdk_virtclass_handler | 91 | addhandler nativesdk_virtclass_handler |
92 | 92 | ||
93 | do_populate_sysroot[stamp-extra-info] = "" | 93 | do_populate_sysroot[stamp-extra-info] = "" |
94 | do_package[stamp-extra-info] = "" | ||