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/allarch.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/allarch.bbclass')
-rw-r--r-- | meta/classes/allarch.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass index d191cd783c..21157e5e18 100644 --- a/meta/classes/allarch.bbclass +++ b/meta/classes/allarch.bbclass | |||
@@ -21,4 +21,3 @@ EXCLUDE_FROM_SHLIBS = "1" | |||
21 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 21 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
22 | INHIBIT_PACKAGE_STRIP = "1" | 22 | INHIBIT_PACKAGE_STRIP = "1" |
23 | 23 | ||
24 | do_package[stamp-extra-info] = "" | ||