All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xrdb: Update to 1.1.0
@ 2014-11-14  8:25 Qian Lei
  2014-11-14 11:59 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Qian Lei @ 2014-11-14  8:25 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
---
 meta-oe/recipes-graphics/xorg-app/xrdb_1.0.9.bb | 10 ----------
 meta-oe/recipes-graphics/xorg-app/xrdb_1.1.0.bb | 10 ++++++++++
 2 files changed, 10 insertions(+), 10 deletions(-)
 delete mode 100644 meta-oe/recipes-graphics/xorg-app/xrdb_1.0.9.bb
 create mode 100644 meta-oe/recipes-graphics/xorg-app/xrdb_1.1.0.bb

diff --git a/meta-oe/recipes-graphics/xorg-app/xrdb_1.0.9.bb b/meta-oe/recipes-graphics/xorg-app/xrdb_1.0.9.bb
deleted file mode 100644
index f258bb2..0000000
--- a/meta-oe/recipes-graphics/xorg-app/xrdb_1.0.9.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require recipes-graphics/xorg-app/xorg-app-common.inc
-SUMMARY = "X server resource database utility"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d1167c4f586bd41f0c62166db4384a69"
-
-DEPENDS += "libxmu"
-PR = "r6"
-
-SRC_URI[md5sum] = "ed2e48cf33584455d74615ad4bbe4246"
-SRC_URI[sha256sum] = "642401e12996efe3e5e5307a245e24c282b94a44c1f147e177c8484b862aeab7"
diff --git a/meta-oe/recipes-graphics/xorg-app/xrdb_1.1.0.bb b/meta-oe/recipes-graphics/xorg-app/xrdb_1.1.0.bb
new file mode 100644
index 0000000..7d60783
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/xrdb_1.1.0.bb
@@ -0,0 +1,10 @@
+require recipes-graphics/xorg-app/xorg-app-common.inc
+SUMMARY = "X server resource database utility"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d1167c4f586bd41f0c62166db4384a69"
+
+DEPENDS += "libxmu"
+PR = "r6"
+
+SRC_URI[md5sum] = "b54c7e3e53b4f332d41ed435433fbda0"
+SRC_URI[sha256sum] = "73827b6bbfc9d27ca287d95a1224c306d7053cd7b8156641698d7dc541ca565b"
-- 
1.8.3.1



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

* Re: [PATCH] xrdb: Update to 1.1.0
  2014-11-14  8:25 [PATCH] xrdb: Update to 1.1.0 Qian Lei
@ 2014-11-14 11:59 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2014-11-14 11:59 UTC (permalink / raw)
  To: openembedded-devel

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

On Fri, Nov 14, 2014 at 04:25:29PM +0800, Qian Lei wrote:
> Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
> ---
>  meta-oe/recipes-graphics/xorg-app/xrdb_1.0.9.bb | 10 ----------
>  meta-oe/recipes-graphics/xorg-app/xrdb_1.1.0.bb | 10 ++++++++++
>  2 files changed, 10 insertions(+), 10 deletions(-)
>  delete mode 100644 meta-oe/recipes-graphics/xorg-app/xrdb_1.0.9.bb
>  create mode 100644 meta-oe/recipes-graphics/xorg-app/xrdb_1.1.0.bb
> 
> diff --git a/meta-oe/recipes-graphics/xorg-app/xrdb_1.0.9.bb b/meta-oe/recipes-graphics/xorg-app/xrdb_1.0.9.bb
> deleted file mode 100644
> index f258bb2..0000000
> --- a/meta-oe/recipes-graphics/xorg-app/xrdb_1.0.9.bb
> +++ /dev/null
> @@ -1,10 +0,0 @@
> -require recipes-graphics/xorg-app/xorg-app-common.inc
> -SUMMARY = "X server resource database utility"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=d1167c4f586bd41f0c62166db4384a69"
> -
> -DEPENDS += "libxmu"
> -PR = "r6"
> -
> -SRC_URI[md5sum] = "ed2e48cf33584455d74615ad4bbe4246"
> -SRC_URI[sha256sum] = "642401e12996efe3e5e5307a245e24c282b94a44c1f147e177c8484b862aeab7"
> diff --git a/meta-oe/recipes-graphics/xorg-app/xrdb_1.1.0.bb b/meta-oe/recipes-graphics/xorg-app/xrdb_1.1.0.bb
> new file mode 100644
> index 0000000..7d60783
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/xorg-app/xrdb_1.1.0.bb
> @@ -0,0 +1,10 @@
> +require recipes-graphics/xorg-app/xorg-app-common.inc
> +SUMMARY = "X server resource database utility"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=d1167c4f586bd41f0c62166db4384a69"
> +
> +DEPENDS += "libxmu"
> +PR = "r6"

Will drop PR when cherry-picking.

Please drop PR when you're upgrading version (PV or PE)

> +
> +SRC_URI[md5sum] = "b54c7e3e53b4f332d41ed435433fbda0"
> +SRC_URI[sha256sum] = "73827b6bbfc9d27ca287d95a1224c306d7053cd7b8156641698d7dc541ca565b"
> -- 
> 1.8.3.1
> 
> -- 
> _______________________________________________
> 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-14 11:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-14  8:25 [PATCH] xrdb: Update to 1.1.0 Qian Lei
2014-11-14 11:59 ` 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.