All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iceauth:upgrade to 1.0.6
@ 2014-11-11  9:56 Li xin
  2014-11-19 14:30 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Li xin @ 2014-11-11  9:56 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
---
 meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb |  8 --------
 meta-oe/recipes-graphics/xorg-app/iceauth_1.0.6.bb | 17 +++++++++++++++++
 2 files changed, 17 insertions(+), 8 deletions(-)
 delete mode 100644 meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb
 create mode 100644 meta-oe/recipes-graphics/xorg-app/iceauth_1.0.6.bb

diff --git a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb
deleted file mode 100644
index 9d4d1c7..0000000
--- a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require recipes-graphics/xorg-app/xorg-app-common.inc
-SUMMARY = "Tool for manipulating ICE protocol authorization records"
-LIC_FILES_CHKSUM = "file://COPYING;md5=13f70acf3c27f5f834bbc954df775f8e"
-DEPENDS += "libice"
-PR = "r6"
-
-SRC_URI[md5sum] = "bb2e4d2611047f7c5a1a82ec956a9de4"
-SRC_URI[sha256sum] = "0ee6fd4554f0131b1ed526ee00b9cf643e7dc97eb70fb51448848ef2f349938d"
diff --git a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.6.bb b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.6.bb
new file mode 100644
index 0000000..1fd1789
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.6.bb
@@ -0,0 +1,17 @@
+require recipes-graphics/xorg-app/xorg-app-common.inc
+
+SUMMARY = "X.Org X11 X client utilities"
+
+DESCRIPTION = "A collection of utilities used to tweak and query the runtime configuration\
+of the X server."
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=13f70acf3c27f5f834bbc954df775f8e"
+
+PR = "${INC_PR}.0"
+
+BBCLASSEXTEND = "native"
+
+DEPENDS += "libice"
+
+SRC_URI[md5sum] = "2527344acc60741a709f4858564c5ae6"
+SRC_URI[sha256sum] = "bd990837353b439e6f45d478a87b8dbfa3f67d72d903e7a9ed4eb8de52f2e2f4"
-- 
1.8.4.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] iceauth:upgrade to 1.0.6
  2014-11-11  9:56 [PATCH] iceauth:upgrade to 1.0.6 Li xin
@ 2014-11-19 14:30 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2014-11-19 14:30 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2316 bytes --]

On Tue, Nov 11, 2014 at 05:56:45PM +0800, Li xin wrote:
> Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
> ---
>  meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb |  8 --------
>  meta-oe/recipes-graphics/xorg-app/iceauth_1.0.6.bb | 17 +++++++++++++++++
>  2 files changed, 17 insertions(+), 8 deletions(-)
>  delete mode 100644 meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb
>  create mode 100644 meta-oe/recipes-graphics/xorg-app/iceauth_1.0.6.bb
> 
> diff --git a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb
> deleted file mode 100644
> index 9d4d1c7..0000000
> --- a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb
> +++ /dev/null
> @@ -1,8 +0,0 @@
> -require recipes-graphics/xorg-app/xorg-app-common.inc
> -SUMMARY = "Tool for manipulating ICE protocol authorization records"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=13f70acf3c27f5f834bbc954df775f8e"
> -DEPENDS += "libice"
> -PR = "r6"
> -
> -SRC_URI[md5sum] = "bb2e4d2611047f7c5a1a82ec956a9de4"
> -SRC_URI[sha256sum] = "0ee6fd4554f0131b1ed526ee00b9cf643e7dc97eb70fb51448848ef2f349938d"
> diff --git a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.6.bb b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.6.bb
> new file mode 100644
> index 0000000..1fd1789
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.6.bb
> @@ -0,0 +1,17 @@
> +require recipes-graphics/xorg-app/xorg-app-common.inc
> +
> +SUMMARY = "X.Org X11 X client utilities"
> +
> +DESCRIPTION = "A collection of utilities used to tweak and query the runtime configuration\
> +of the X server."
> +
> +LIC_FILES_CHKSUM = "file://COPYING;md5=13f70acf3c27f5f834bbc954df775f8e"
> +
> +PR = "${INC_PR}.0"

I've dropped PR when cherry-picking into master-next.

> +
> +BBCLASSEXTEND = "native"
> +
> +DEPENDS += "libice"
> +
> +SRC_URI[md5sum] = "2527344acc60741a709f4858564c5ae6"
> +SRC_URI[sha256sum] = "bd990837353b439e6f45d478a87b8dbfa3f67d72d903e7a9ed4eb8de52f2e2f4"
> -- 
> 1.8.4.2
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-19 14:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-11  9:56 [PATCH] iceauth:upgrade to 1.0.6 Li xin
2014-11-19 14:30 ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.