summaryrefslogtreecommitdiffstats
path: root/meta/packages/mesa/mesa-dri_git.bb
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2008-10-21 16:01:02 +0200
committerSamuel Ortiz <sameo@openedhand.com>2008-10-21 16:01:02 +0200
commite5c53ce035eb36fc1b416e9971582a45754844be (patch)
tree4d14d39f2e5f5c4a371a17563155b3f6bd2f0e93 /meta/packages/mesa/mesa-dri_git.bb
parent3e045793c740cbac302c2077cc839f1a64c03bc2 (diff)
downloadpoky-e5c53ce035eb36fc1b416e9971582a45754844be.tar.gz
netbook: changed platform name from eee901 to netbook
We want to have a more generic platform definition. The netbook machine one currently supports the eee901 and the aspire one. We also moved the machine and netbook image definitions to meta-moblin.
Diffstat (limited to 'meta/packages/mesa/mesa-dri_git.bb')
-rw-r--r--meta/packages/mesa/mesa-dri_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/mesa/mesa-dri_git.bb b/meta/packages/mesa/mesa-dri_git.bb
index 5bd5c7ad71..25eaa5a766 100644
--- a/meta/packages/mesa/mesa-dri_git.bb
+++ b/meta/packages/mesa/mesa-dri_git.bb
@@ -6,13 +6,13 @@ LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat"
6DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" 6DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
7 7
8PV = "7.3.0+git${SRCREV}" 8PV = "7.3.0+git${SRCREV}"
9PR = "r0" 9PR = "r1"
10 10
11# most of our targets do not have DRI so will use mesa-xlib 11# most of our targets do not have DRI so will use mesa-xlib
12DEFAULT_PREFERENCE = "-1" 12DEFAULT_PREFERENCE = "-1"
13 13
14# ASUS EeePC 901 has DRI support so use mesa-dri by default 14# Netbooks have has DRI support so use mesa-dri by default
15DEFAULT_PREFERENCE_eee901 = "1" 15DEFAULT_PREFERENCE_netbook = "1"
16 16
17SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git" 17SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git"
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"