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:31 +0100 |
commit | 270fc40c9365a2ad968203ecc0c985f53b574bee (patch) | |
tree | cecb36b3fa7296f7f55f00d3ed74d9d039f001f7 | |
parent | 99f97350127ae2760614ad5b829e159d8b2747ee (diff) | |
download | openembedded-core-270fc40c9365a2ad968203ecc0c985f53b574bee.tar.gz openembedded-core-270fc40c9365a2ad968203ecc0c985f53b574bee.tar.bz2 openembedded-core-270fc40c9365a2ad968203ecc0c985f53b574bee.zip |
libx11: remove redundant siteinfo inherit
The recipe doesn't use the variables, and autotools inherits this already.
Signed-off-by: Ross Burton <ross.burton@intel.com>
-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." require xorg-lib-common.inc -inherit siteinfo - FILESEXTRAPATHS =. "${FILE_DIRNAME}/libx11:" PE = "1" |