Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 5/9] mesa: remove 7.4 release, which is not pinned in any distro/include config
Date: Fri, 25 Jun 2010 14:19:39 +0200	[thread overview]
Message-ID: <1277468383-16679-6-git-send-email-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <1277468383-16679-1-git-send-email-Martin.Jansa@gmail.com>

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 recipes/mesa/mesa-dri_7.4.bb  |   27 ---------------------------
 recipes/mesa/mesa-xlib_7.4.bb |   24 ------------------------
 recipes/mesa/mesa_7.4.bb      |    2 --
 3 files changed, 0 insertions(+), 53 deletions(-)
 delete mode 100644 recipes/mesa/mesa-dri_7.4.bb
 delete mode 100644 recipes/mesa/mesa-xlib_7.4.bb
 delete mode 100644 recipes/mesa/mesa_7.4.bb

diff --git a/recipes/mesa/mesa-dri_7.4.bb b/recipes/mesa/mesa-dri_7.4.bb
deleted file mode 100644
index a78c03f..0000000
--- a/recipes/mesa/mesa-dri_7.4.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-include mesa-common.inc
-
-PROTO_DEPS = "xf86driproto glproto dri2proto expat"
-LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes"
-
-DEPENDS = "${PROTO_DEPS}  ${LIB_DEPS}"
-
-PR = "${INC_PR}.0"
-
-# most of our targets do not have DRI so will use mesa-xlib
-DEFAULT_PREFERENCE = "-1"
-
-# ASUS EeePC 901 has DRI support so use mesa-dri by default
-DEFAULT_PREFERENCE_eee901 = "1"
-
-PACKAGES =+ "${PN}-xprogs"
-
-FILES_${PN} += "${libdir}/dri/*.so"
-FILES_${PN}-dbg += "${libdir}/dri/.debug/*"
-FILES_${PN}-xprogs = "${bindir}/glxdemo ${bindir}/glxgears ${bindir}/glxheads ${bindir}/glxinfo"
-
-EXTRA_OECONF += "--with-driver=dri --with-dri-drivers=swrast,${MACHINE_DRI_MODULES}"
-
-SRC_URI[archive.md5sum] = "7ecddb341a2691e0dfdb02f697109834"
-SRC_URI[archive.sha256sum] = "6e945389add4e5b41f2c403ced13c343767565f2eacde4b16de2d0f9f8a6aac4"
-SRC_URI[demos.md5sum] = "02816f10f30b1dc5e069e0f68c177c98"
-SRC_URI[demos.sha256sum] = "c3de74d62f925e32030adb3d0edcfb3c7a4129fc92c48181a389eeed8f14b897"
diff --git a/recipes/mesa/mesa-xlib_7.4.bb b/recipes/mesa/mesa-xlib_7.4.bb
deleted file mode 100644
index 68e7218..0000000
--- a/recipes/mesa/mesa-xlib_7.4.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-include mesa-common.inc
-
-PROTO_DEPS = "xf86driproto glproto"
-LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes"
-
-DEPENDS = "${PROTO_DEPS}  ${LIB_DEPS}"
-
-PR = "${INC_PR}.0"
-
-EXTRA_OECONF += "--with-driver=xlib"
-
-PACKAGES =+ "${PN}-xprogs"
-
-FILES_${PN}-xprogs = "${bindir}/glxdemo ${bindir}/glxgears ${bindir}/glxheads ${bindir}/glxinfo"
-
-do_install_append () {
-    install -d ${D}/${bindir}
-    install -m 0755 ${S}/progs/xdemos/{glxdemo,glxgears,glxheads,glxinfo} ${D}/${bindir}
-}
-
-SRC_URI[archive.md5sum] = "7ecddb341a2691e0dfdb02f697109834"
-SRC_URI[archive.sha256sum] = "6e945389add4e5b41f2c403ced13c343767565f2eacde4b16de2d0f9f8a6aac4"
-SRC_URI[demos.md5sum] = "02816f10f30b1dc5e069e0f68c177c98"
-SRC_URI[demos.sha256sum] = "c3de74d62f925e32030adb3d0edcfb3c7a4129fc92c48181a389eeed8f14b897"
diff --git a/recipes/mesa/mesa_7.4.bb b/recipes/mesa/mesa_7.4.bb
deleted file mode 100644
index 43cde67..0000000
--- a/recipes/mesa/mesa_7.4.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-# This is a dummy package so OE can use the poky mesa files
-require mesa-dri_${PV}.bb
-- 
1.7.0.2




  parent reply	other threads:[~2010-06-25 12:26 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-25 12:19 recipes/mesa cleanup Martin Jansa
2010-06-25 12:19 ` [PATCH 1/9] mesa: remove old 6.0 and 6.4 recipes which are not using any include file Martin Jansa
2010-06-26  8:32   ` Frans Meulenbroeks
2010-06-28 10:28     ` Marcin Juszkiewicz
2010-06-28 11:41       ` Koen Kooi
2010-06-28 12:07         ` Dr. Michael Lauer
2010-06-25 12:19 ` [PATCH 2/9] preferred-om-2008-versions: remove pinned version of mesa/mesa-dri Martin Jansa
2010-06-25 12:19 ` [PATCH 3/9] mesa: remove old releases 6.5.2, 7.0.2 using mesa-mesa.inc Martin Jansa
2010-06-25 12:19 ` [PATCH 4/9] mesa-dri: remove old 7.0.3 and 6.5.2 relase using mesa-common-old.inc Martin Jansa
2010-06-26  8:33   ` Frans Meulenbroeks
2010-06-25 12:19 ` Martin Jansa [this message]
2010-06-26  8:33   ` [PATCH 5/9] mesa: remove 7.4 release, which is not pinned in any distro/include config Frans Meulenbroeks
2010-06-26 18:56     ` Michael Smith
2010-06-26 19:23       ` Martin Jansa
2010-06-25 12:19 ` [PATCH 6/9] mesa: move 7.8 release to latest minor 7.8.2 Martin Jansa
2010-06-25 12:19 ` [PATCH 7/9] mesa: move common definitions to include file, change SRC_URI to freedesktop for releases newer than 7.5 Martin Jansa
2010-06-25 12:19 ` [PATCH 8/9] htcdream: don't set PREFERRED_PROVIDER_virtual/libgl to mesa-dri Martin Jansa
2010-06-25 12:19 ` [PATCH 9/9] mesa: switch to new staging Martin Jansa
2010-06-25 12:36 ` recipes/mesa cleanup Graeme Gregory
2010-06-25 12:50   ` Henning Heinold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1277468383-16679-6-git-send-email-Martin.Jansa@gmail.com \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox