Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 01/12] xorg-data: obsolete old versions
Date: Tue, 11 Jan 2011 22:17:34 -0800	[thread overview]
Message-ID: <4D2D477E.6040104@gmail.com> (raw)
In-Reply-To: <1294761389-13634-1-git-send-email-Martin.Jansa@gmail.com>

On 1/11/2011 7:56 AM, Martin Jansa wrote:
> Signed-off-by: Martin Jansa<Martin.Jansa@gmail.com>

whole series

Acked-by: Khem Raj <raj.khem@gmail.com>

> ---
>   recipes/obsolete/xorg-data/xbitmaps_1.1.0.bb       |   10 ++++++++++
>   recipes/obsolete/xorg-data/xcursor-themes_1.0.2.bb |   11 +++++++++++
>   recipes/xorg-data/xbitmaps_1.1.0.bb                |   10 ----------
>   recipes/xorg-data/xcursor-themes_1.0.2.bb          |   11 -----------
>   4 files changed, 21 insertions(+), 21 deletions(-)
>   create mode 100644 recipes/obsolete/xorg-data/xbitmaps_1.1.0.bb
>   create mode 100644 recipes/obsolete/xorg-data/xcursor-themes_1.0.2.bb
>   delete mode 100644 recipes/xorg-data/xbitmaps_1.1.0.bb
>   delete mode 100644 recipes/xorg-data/xcursor-themes_1.0.2.bb
>
> diff --git a/recipes/obsolete/xorg-data/xbitmaps_1.1.0.bb b/recipes/obsolete/xorg-data/xbitmaps_1.1.0.bb
> new file mode 100644
> index 0000000..23cecdb
> --- /dev/null
> +++ b/recipes/obsolete/xorg-data/xbitmaps_1.1.0.bb
> @@ -0,0 +1,10 @@
> +require xorg-data-common.inc
> +
> +DESCRIPTION = "Common X11 Bitmaps"
> +LICENSE = "MIT"
> +DEPENDS += "libxmu"
> +
> +
> +SRC_URI[archive.md5sum] = "f9ddd4e70a5375508b3acaf17be0d0ab"
> +SRC_URI[archive.sha256sum] = "c9a2059c8b0636b7ee1169647bb22f6eb4a0589e36fdb98936002e2569ad8761"
> +PR = "${INC_PR}.0"
> diff --git a/recipes/obsolete/xorg-data/xcursor-themes_1.0.2.bb b/recipes/obsolete/xorg-data/xcursor-themes_1.0.2.bb
> new file mode 100644
> index 0000000..824bbeb
> --- /dev/null
> +++ b/recipes/obsolete/xorg-data/xcursor-themes_1.0.2.bb
> @@ -0,0 +1,11 @@
> +require xorg-data-common.inc
> +PE = "1"
> +
> +DEPENDS += " libxcursor xcursorgen-native"
> +
> +FILES_${PN} += "${datadir}/icons"
> +
> +
> +SRC_URI[archive.md5sum] = "e8929a1bb4d98d1a3991fd340d0b5f09"
> +SRC_URI[archive.sha256sum] = "5f798c2f1d2794c09fa0a40700c40359b725107608012866828015dca47514d6"
> +PR = "${INC_PR}.0"
> diff --git a/recipes/xorg-data/xbitmaps_1.1.0.bb b/recipes/xorg-data/xbitmaps_1.1.0.bb
> deleted file mode 100644
> index 23cecdb..0000000
> --- a/recipes/xorg-data/xbitmaps_1.1.0.bb
> +++ /dev/null
> @@ -1,10 +0,0 @@
> -require xorg-data-common.inc
> -
> -DESCRIPTION = "Common X11 Bitmaps"
> -LICENSE = "MIT"
> -DEPENDS += "libxmu"
> -
> -
> -SRC_URI[archive.md5sum] = "f9ddd4e70a5375508b3acaf17be0d0ab"
> -SRC_URI[archive.sha256sum] = "c9a2059c8b0636b7ee1169647bb22f6eb4a0589e36fdb98936002e2569ad8761"
> -PR = "${INC_PR}.0"
> diff --git a/recipes/xorg-data/xcursor-themes_1.0.2.bb b/recipes/xorg-data/xcursor-themes_1.0.2.bb
> deleted file mode 100644
> index 824bbeb..0000000
> --- a/recipes/xorg-data/xcursor-themes_1.0.2.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] = "e8929a1bb4d98d1a3991fd340d0b5f09"
> -SRC_URI[archive.sha256sum] = "5f798c2f1d2794c09fa0a40700c40359b725107608012866828015dca47514d6"
> -PR = "${INC_PR}.0"




      parent reply	other threads:[~2011-01-12  6:18 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-11 15:56 [PATCH 01/12] xorg-data: obsolete old versions Martin Jansa
2011-01-11 15:56 ` [PATCH 02/12] xorg-font: " Martin Jansa
2011-01-11 15:56 ` [PATCH 03/12] xorg-doc: " Martin Jansa
2011-01-11 15:56 ` [PATCH 04/12] xorg-proto: " Martin Jansa
2011-01-11 15:56 ` [PATCH 05/12] xorg-driver: " Martin Jansa
2011-01-11 15:56 ` [PATCH 06/12] xorg-util: " Martin Jansa
2011-01-11 15:56 ` [PATCH 07/12] xorg-xserver: " Martin Jansa
2011-01-11 15:56 ` [PATCH 08/12] xorg-lib: " Martin Jansa
2011-01-11 15:56 ` [PATCH 09/12] xorg-app: " Martin Jansa
2011-01-11 15:56 ` [PATCH 10/12] removal: announce old xorg recipes removal Martin Jansa
2011-01-11 15:56 ` [PATCH 11/12] xorg: new versions 2011-01-11 Martin Jansa
2011-01-11 15:56 ` [PATCH 12/12] xproxymanagementprotocol: drop PROVIDES xproxymngproto and update other recipes DEPENDS Martin Jansa
2011-01-12  6:17 ` Khem Raj [this message]

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=4D2D477E.6040104@gmail.com \
    --to=raj.khem@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