diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-27 13:23:10 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-27 13:23:10 +0000 |
| commit | deadb5259f307aaad70c5cb2ed9b60ff13a52bac (patch) | |
| tree | cb6c4a673887e407383c5c9c42723656d77646e9 | |
| parent | e1d6280a61f34b68279eb9e2cb95f0f77f0f0df4 (diff) | |
| download | poky-deadb5259f307aaad70c5cb2ed9b60ff13a52bac.tar.gz | |
mesa: Exclude mesa packages from world builds to reduce breakage
| -rw-r--r-- | meta/packages/mesa/mesa-common.inc | 3 | ||||
| -rw-r--r-- | meta/packages/mesa/mesa_7.0.2.bb | 3 | ||||
| -rw-r--r-- | meta/packages/mesa/qemugl_git.bb | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/meta/packages/mesa/mesa-common.inc b/meta/packages/mesa/mesa-common.inc index cb112df012..28fde0d1ee 100644 --- a/meta/packages/mesa/mesa-common.inc +++ b/meta/packages/mesa/mesa-common.inc | |||
| @@ -17,4 +17,7 @@ EXTRA_OECONF = "--disable-glu \ | |||
| 17 | --disable-glut \ | 17 | --disable-glut \ |
| 18 | --enable-glx-tls" | 18 | --enable-glx-tls" |
| 19 | 19 | ||
| 20 | # Multiple virtual/gl providers being built breaks staging | ||
| 21 | EXCLUDE_FROM_WORLD = "1" | ||
| 22 | |||
| 20 | 23 | ||
diff --git a/meta/packages/mesa/mesa_7.0.2.bb b/meta/packages/mesa/mesa_7.0.2.bb index a4616ee412..b64fbaf8b3 100644 --- a/meta/packages/mesa/mesa_7.0.2.bb +++ b/meta/packages/mesa/mesa_7.0.2.bb | |||
| @@ -22,6 +22,9 @@ FILES_libosmesa-dev = "${libdir}/libOSMesa.* ${includedir}/osmesa.h" | |||
| 22 | 22 | ||
| 23 | ALLOW_EMPTY_${PN} = "1" | 23 | ALLOW_EMPTY_${PN} = "1" |
| 24 | 24 | ||
| 25 | # Multiple virtual/gl providers being built breaks staging | ||
| 26 | EXCLUDE_FROM_WORLD = "1" | ||
| 27 | |||
| 25 | do_configure() { | 28 | do_configure() { |
| 26 | cd configs | 29 | cd configs |
| 27 | 30 | ||
diff --git a/meta/packages/mesa/qemugl_git.bb b/meta/packages/mesa/qemugl_git.bb index f267d0c32c..e35871fda8 100644 --- a/meta/packages/mesa/qemugl_git.bb +++ b/meta/packages/mesa/qemugl_git.bb | |||
| @@ -17,6 +17,9 @@ PROVIDES = "virtual/libgl" | |||
| 17 | 17 | ||
| 18 | DEFAULT_PREFERENCE = "-1" | 18 | DEFAULT_PREFERENCE = "-1" |
| 19 | 19 | ||
| 20 | # Multiple virtual/gl providers being built breaks staging | ||
| 21 | EXCLUDE_FROM_WORLD = "1" | ||
| 22 | |||
| 20 | do_install () { | 23 | do_install () { |
| 21 | install -d ${D}${libdir} | 24 | install -d ${D}${libdir} |
| 22 | install -m 0755 ${S}/libGL.so ${D}${libdir}/ | 25 | install -m 0755 ${S}/libGL.so ${D}${libdir}/ |
