diff options
author | Ross Burton <ross.burton@intel.com> | 2012-10-09 16:57:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-18 12:13:35 +0100 |
commit | 9cc8a94fccada284a1ec4e4490971035f3325f1a (patch) | |
tree | 0ba76f8d20c45c302dcd2c12b716a4d089b9f0ab /meta | |
parent | 30f53b5e0eca17c3edeefd48f778068ce55c76e9 (diff) | |
download | poky-9cc8a94fccada284a1ec4e4490971035f3325f1a.tar.gz |
mesa: remove mesa-dri dependency in mesa-dri-dev
mesa-dri is empty, so instead of allowing an empty package, remove the default
dependency on mesa-dri and let the system not generate mesa-dri.
(From OE-Core rev: 5d6596321a996278ffbaa111247367ec9e50d721)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-common.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index cfe4a37c0c..e15fd26a4e 100644 --- a/meta/recipes-graphics/mesa/mesa-common.inc +++ b/meta/recipes-graphics/mesa/mesa-common.inc | |||
@@ -38,8 +38,8 @@ PACKAGECONFIG[x11] = "--enable-glx-tls,--disable-glx,${X11_DEPS}" | |||
38 | # Multiple virtual/gl providers being built breaks staging | 38 | # Multiple virtual/gl providers being built breaks staging |
39 | EXCLUDE_FROM_WORLD = "1" | 39 | EXCLUDE_FROM_WORLD = "1" |
40 | 40 | ||
41 | # ie mesa-dri could be empty and mesa-dri-dev RDEPENDS on it | 41 | # Remove the mesa-dri dependency on mesa-dri-dev, as mesa-dri is empty |
42 | ALLOW_EMPTY_${PN} = "1" | 42 | RDEPENDS_${PN}-dev = "" |
43 | 43 | ||
44 | PACKAGES =+ "libegl libegl-dev libegl-dbg \ | 44 | PACKAGES =+ "libegl libegl-dev libegl-dbg \ |
45 | libglu libglu-dev \ | 45 | libglu libglu-dev \ |