Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 3/9] xorg-data: move older not pinned versions to obsolete dir
Date: Mon, 16 Aug 2010 17:30:14 +0200	[thread overview]
Message-ID: <1281972620-7317-4-git-send-email-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <1281972620-7317-1-git-send-email-Martin.Jansa@gmail.com>

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 recipes/obsolete/xorg/xorg-data/xbitmaps_1.0.1.bb  |   10 ++++++++++
 .../xorg/xorg-data/xcursor-themes_1.0.1.bb         |   11 +++++++++++
 recipes/xorg-data/xbitmaps_1.0.1.bb                |   10 ----------
 recipes/xorg-data/xcursor-themes_1.0.1.bb          |   11 -----------
 4 files changed, 21 insertions(+), 21 deletions(-)
 create mode 100644 recipes/obsolete/xorg/xorg-data/xbitmaps_1.0.1.bb
 create mode 100644 recipes/obsolete/xorg/xorg-data/xcursor-themes_1.0.1.bb
 delete mode 100644 recipes/xorg-data/xbitmaps_1.0.1.bb
 delete mode 100644 recipes/xorg-data/xcursor-themes_1.0.1.bb

diff --git a/recipes/obsolete/xorg/xorg-data/xbitmaps_1.0.1.bb b/recipes/obsolete/xorg/xorg-data/xbitmaps_1.0.1.bb
new file mode 100644
index 0000000..e0333ce
--- /dev/null
+++ b/recipes/obsolete/xorg/xorg-data/xbitmaps_1.0.1.bb
@@ -0,0 +1,10 @@
+require xorg-data-common.inc
+
+DESCRIPTION = "Common X11 Bitmaps"
+LICENSE = "MIT"
+DEPENDS += "libxmu"
+
+
+SRC_URI[archive.md5sum] = "b28a9840cde3c38d7c09716372fea257"
+SRC_URI[archive.sha256sum] = "5aa5be594e77f772b85d39f0c25f61a61c7f6fa02ba940e614c5ee386deeb867"
+PR = "${INC_PR}.0"
diff --git a/recipes/obsolete/xorg/xorg-data/xcursor-themes_1.0.1.bb b/recipes/obsolete/xorg/xorg-data/xcursor-themes_1.0.1.bb
new file mode 100644
index 0000000..9dca0ab
--- /dev/null
+++ b/recipes/obsolete/xorg/xorg-data/xcursor-themes_1.0.1.bb
@@ -0,0 +1,11 @@
+require xorg-data-common.inc
+PE = "1"
+
+DEPENDS += " libxcursor xcursorgen-native"
+
+FILES_${PN} += "${datadir}/icons"
+
+
+SRC_URI[archive.md5sum] = "014bad415e64c49994679cdb71a97e37"
+SRC_URI[archive.sha256sum] = "4e7dcd402cd045ce1bd1a3de496270e78d6ead2478a0bcb3404072b33c5c9ea0"
+PR = "${INC_PR}.0"
diff --git a/recipes/xorg-data/xbitmaps_1.0.1.bb b/recipes/xorg-data/xbitmaps_1.0.1.bb
deleted file mode 100644
index e0333ce..0000000
--- a/recipes/xorg-data/xbitmaps_1.0.1.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require xorg-data-common.inc
-
-DESCRIPTION = "Common X11 Bitmaps"
-LICENSE = "MIT"
-DEPENDS += "libxmu"
-
-
-SRC_URI[archive.md5sum] = "b28a9840cde3c38d7c09716372fea257"
-SRC_URI[archive.sha256sum] = "5aa5be594e77f772b85d39f0c25f61a61c7f6fa02ba940e614c5ee386deeb867"
-PR = "${INC_PR}.0"
diff --git a/recipes/xorg-data/xcursor-themes_1.0.1.bb b/recipes/xorg-data/xcursor-themes_1.0.1.bb
deleted file mode 100644
index 9dca0ab..0000000
--- a/recipes/xorg-data/xcursor-themes_1.0.1.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-require xorg-data-common.inc
-PE = "1"
-
-DEPENDS += " libxcursor xcursorgen-native"
-
-FILES_${PN} += "${datadir}/icons"
-
-
-SRC_URI[archive.md5sum] = "014bad415e64c49994679cdb71a97e37"
-SRC_URI[archive.sha256sum] = "4e7dcd402cd045ce1bd1a3de496270e78d6ead2478a0bcb3404072b33c5c9ea0"
-PR = "${INC_PR}.0"
-- 
1.7.2




  parent reply	other threads:[~2010-08-16 15:30 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-16 15:30 xorg recipes cleanup Martin Jansa
2010-08-16 15:30 ` [PATCH 1/9] xorg-app: move older not pinned versions to obsolete dir Martin Jansa
2010-08-16 15:30 ` [PATCH 2/9] xorg-lib: " Martin Jansa
2010-08-16 15:30 ` Martin Jansa [this message]
2010-08-16 15:30 ` [PATCH 4/9] xorg-doc: " Martin Jansa
2010-08-16 15:30 ` [PATCH 5/9] xorg-driver: " Martin Jansa
2010-08-16 15:30 ` [PATCH 6/9] xorg-font: " Martin Jansa
2010-08-16 15:30 ` [PATCH 7/9] xorg-proto: " Martin Jansa
2010-08-16 15:30 ` [PATCH 8/9] xorg-util: " Martin Jansa
2010-08-16 15:30 ` [PATCH 9/9] xorg-xserver: " Martin Jansa
2010-08-16 19:25 ` xorg recipes cleanup Frans Meulenbroeks
2010-08-16 19:42   ` Martin Jansa
2010-08-16 19:52     ` Frans Meulenbroeks
2010-08-16 19:49 ` [PATCH 1/9] xorg-app: move older not pinned versions to obsolete dir Martin Jansa
2010-08-16 19:49 ` Martin Jansa
2010-08-16 19:50 ` [PATCH 2/9] xorg-lib: " Martin Jansa

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=1281972620-7317-4-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