diff options
author | Ross Burton <ross.burton@intel.com> | 2018-07-19 13:16:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-26 13:16:40 +0100 |
commit | b55f69e9806ceec8072eb8f9e4932acce6ede538 (patch) | |
tree | 6a978865e8f482973a9f77bd78200f739a43ad2d /meta/recipes-graphics/xorg-lib | |
parent | 264950e807f6a3b4e770db25dc69627af929e9a5 (diff) | |
download | poky-b55f69e9806ceec8072eb8f9e4932acce6ede538.tar.gz |
libx11: remove redundant siteinfo inherit
The recipe doesn't use the variables, and autotools inherits this already.
(From OE-Core rev: 270fc40c9365a2ad968203ecc0c985f53b574bee)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11.inc b/meta/recipes-graphics/xorg-lib/libx11.inc index d9a2b52ad6..36c950ad34 100644 --- a/meta/recipes-graphics/xorg-lib/libx11.inc +++ b/meta/recipes-graphics/xorg-lib/libx11.inc | |||
@@ -6,8 +6,6 @@ basic functions of the window system." | |||
6 | 6 | ||
7 | require xorg-lib-common.inc | 7 | require xorg-lib-common.inc |
8 | 8 | ||
9 | inherit siteinfo | ||
10 | |||
11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/libx11:" | 9 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/libx11:" |
12 | 10 | ||
13 | PE = "1" | 11 | PE = "1" |