diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-10-20 02:25:50 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-27 07:24:28 +0000 |
commit | 135d09454c1bfc7c52cdeacfc0bb9638452c664f (patch) | |
tree | 7c109ca0f677a9aa22afdc6f87fd867007427f96 /meta/classes/package.bbclass | |
parent | c509c781ebc6ec536ddd5882e5cb9f119f49257c (diff) | |
download | poky-135d09454c1bfc7c52cdeacfc0bb9638452c664f.tar.gz |
prserv.bbclass: remove it since it is null
(From OE-Core rev: 48d78232299735da99137491ae4cbe8faaae3dfb)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/package.bbclass')
-rw-r--r-- | meta/classes/package.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index 09230b5bb9..a86b680167 100644 --- a/meta/classes/package.bbclass +++ b/meta/classes/package.bbclass | |||
@@ -39,7 +39,6 @@ | |||
39 | # packaging steps | 39 | # packaging steps |
40 | 40 | ||
41 | inherit packagedata | 41 | inherit packagedata |
42 | inherit prserv | ||
43 | inherit chrpath | 42 | inherit chrpath |
44 | 43 | ||
45 | # Need the package_qa_handle_error() in insane.bbclass | 44 | # Need the package_qa_handle_error() in insane.bbclass |