diff options
author | Ross Burton <ross.burton@intel.com> | 2012-09-12 11:23:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-12 15:13:50 +0100 |
commit | a6a18d4458b5c917956d1ac380f969fcc788f2ba (patch) | |
tree | 1c5287213869859dbd364a913cc9dc445babb3fa /meta/recipes-graphics/mesa | |
parent | 7ca0d775d3625e3b0b5a8a253700b8d1638ce7dc (diff) | |
download | poky-a6a18d4458b5c917956d1ac380f969fcc788f2ba.tar.gz |
mesa-xlib: remove, it serves no useful purpose
(From OE-Core rev: 7a815ca21f57feb4706a7bb0656cbabd74bc873f)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-xlib.inc | 1 | ||||
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-xlib_8.0.4.bb | 5 | ||||
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-xlib_git.bb | 8 |
3 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-xlib.inc b/meta/recipes-graphics/mesa/mesa-xlib.inc deleted file mode 100644 index b720e140f9..0000000000 --- a/meta/recipes-graphics/mesa/mesa-xlib.inc +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | EXTRA_OECONF += " --with-driver=xlib --without-gallium-drivers" | ||
diff --git a/meta/recipes-graphics/mesa/mesa-xlib_8.0.4.bb b/meta/recipes-graphics/mesa/mesa-xlib_8.0.4.bb deleted file mode 100644 index a89640e444..0000000000 --- a/meta/recipes-graphics/mesa/mesa-xlib_8.0.4.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require mesa-common.inc | ||
2 | require mesa-${PV}.inc | ||
3 | require mesa-xlib.inc | ||
4 | PR = "${INC_PR}.2" | ||
5 | |||
diff --git a/meta/recipes-graphics/mesa/mesa-xlib_git.bb b/meta/recipes-graphics/mesa/mesa-xlib_git.bb deleted file mode 100644 index 66471201f6..0000000000 --- a/meta/recipes-graphics/mesa/mesa-xlib_git.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | require mesa-common.inc | ||
2 | require mesa-git.inc | ||
3 | require mesa-xlib.inc | ||
4 | |||
5 | # this needs to be lower than -1 because all mesa-dri have -1 and git version has highest PV, but shouldn't be default | ||
6 | DEFAULT_PREFERENCE = "-2" | ||
7 | |||
8 | PR = "${INC_PR}.1" | ||