* [PATCH] xgamma: Add new recipes
@ 2014-11-07 9:52 Qian Lei
2014-11-07 14:18 ` Martin Jansa
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Qian Lei @ 2014-11-07 9:52 UTC (permalink / raw)
To: openembedded-devel
xgamma allows X users to query and alter the gamma correction of a
monitor via the X video mode extension (XFree86-VidModeExtension).
Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
---
meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb
diff --git a/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb b/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb
new file mode 100644
index 0000000..48240c0
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb
@@ -0,0 +1,17 @@
+require xorg-app-common.inc
+
+SUMMARY = "X.Org X11 X client utilities"
+
+DESCRIPTION = "xgamma allows X users to query and alter the gamma \
+correction of a monitor via the X video mode extension."
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=ac9801b8423fd7a7699ccbd45cf134d8"
+
+PR = "${INC_PR}.0"
+
+DEPENDS += "libxxf86vm"
+
+BBCLASSEXTEND = "native"
+
+SRC_URI[md5sum] = "e8a88bf1a18f35b724619849dca97f4f"
+SRC_URI[sha256sum] = "e5eb2588fbbdc5c2db5571b304204487a9c22eed15ac6cb816f605ec403e6e1a"
--
1.8.4.2
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [PATCH] xgamma: Add new recipes
2014-11-07 9:52 [PATCH] xgamma: Add new recipes Qian Lei
@ 2014-11-07 14:18 ` Martin Jansa
2014-11-10 6:49 ` Martin Jansa
2014-11-10 9:53 ` [PATCH v2] " Qian Lei
2 siblings, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2014-11-07 14:18 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1624 bytes --]
On Fri, Nov 07, 2014 at 05:52:01PM +0800, Qian Lei wrote:
> xgamma allows X users to query and alter the gamma correction of a
> monitor via the X video mode extension (XFree86-VidModeExtension).
>
> Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
> ---
> meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb | 17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
> create mode 100644 meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb
>
> diff --git a/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb b/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb
> new file mode 100644
> index 0000000..48240c0
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb
> @@ -0,0 +1,17 @@
> +require xorg-app-common.inc
> +
> +SUMMARY = "X.Org X11 X client utilities"
> +
> +DESCRIPTION = "xgamma allows X users to query and alter the gamma \
> +correction of a monitor via the X video mode extension."
> +
> +LIC_FILES_CHKSUM = "file://COPYING;md5=ac9801b8423fd7a7699ccbd45cf134d8"
> +
> +PR = "${INC_PR}.0"
I've dropped this PR when cherry-picking to master-next
> +
> +DEPENDS += "libxxf86vm"
> +
> +BBCLASSEXTEND = "native"
> +
> +SRC_URI[md5sum] = "e8a88bf1a18f35b724619849dca97f4f"
> +SRC_URI[sha256sum] = "e5eb2588fbbdc5c2db5571b304204487a9c22eed15ac6cb816f605ec403e6e1a"
> --
> 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] 6+ messages in thread* Re: [PATCH] xgamma: Add new recipes
2014-11-07 9:52 [PATCH] xgamma: Add new recipes Qian Lei
2014-11-07 14:18 ` Martin Jansa
@ 2014-11-10 6:49 ` Martin Jansa
2014-11-10 9:49 ` Qian Lei
2014-11-10 9:53 ` [PATCH v2] " Qian Lei
2 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2014-11-10 6:49 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1777 bytes --]
On Fri, Nov 07, 2014 at 05:52:01PM +0800, Qian Lei wrote:
> xgamma allows X users to query and alter the gamma correction of a
> monitor via the X video mode extension (XFree86-VidModeExtension).
>
> Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
> ---
> meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb | 17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
> create mode 100644 meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb
>
> diff --git a/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb b/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb
> new file mode 100644
> index 0000000..48240c0
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb
> @@ -0,0 +1,17 @@
> +require xorg-app-common.inc
How was this recipe tested?
ERROR: ParseError at
/home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb:1:
Could not include required file xorg-app-common.inc
> +
> +SUMMARY = "X.Org X11 X client utilities"
> +
> +DESCRIPTION = "xgamma allows X users to query and alter the gamma \
> +correction of a monitor via the X video mode extension."
> +
> +LIC_FILES_CHKSUM = "file://COPYING;md5=ac9801b8423fd7a7699ccbd45cf134d8"
> +
> +PR = "${INC_PR}.0"
> +
> +DEPENDS += "libxxf86vm"
> +
> +BBCLASSEXTEND = "native"
> +
> +SRC_URI[md5sum] = "e8a88bf1a18f35b724619849dca97f4f"
> +SRC_URI[sha256sum] = "e5eb2588fbbdc5c2db5571b304204487a9c22eed15ac6cb816f605ec403e6e1a"
> --
> 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] 6+ messages in thread* Re: [PATCH] xgamma: Add new recipes
2014-11-10 6:49 ` Martin Jansa
@ 2014-11-10 9:49 ` Qian Lei
0 siblings, 0 replies; 6+ messages in thread
From: Qian Lei @ 2014-11-10 9:49 UTC (permalink / raw)
To: martin.jansa; +Cc: openembedded-devel
On Mon, 10 Nov 2014 07:49:55 +0100
Martin Jansa <martin.jansa@gmail.com> wrote:
> How was this recipe tested?
>
> ERROR: ParseError at
> /home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb:1:
> Could not include required file xorg-app-common.inc
Oh Jansa, I'm really sorry for my mistake. :( I had a wrong workflow while doing
my work. I'll send a new patch later. I tested my other two patch(tomoyo-tools
and umip) and they're OK.
Qian Lei
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH v2] xgamma: Add new recipes
2014-11-07 9:52 [PATCH] xgamma: Add new recipes Qian Lei
2014-11-07 14:18 ` Martin Jansa
2014-11-10 6:49 ` Martin Jansa
@ 2014-11-10 9:53 ` Qian Lei
2014-11-11 7:32 ` [PATCH v3] " Qian Lei
2 siblings, 1 reply; 6+ messages in thread
From: Qian Lei @ 2014-11-10 9:53 UTC (permalink / raw)
To: martin.jansa; +Cc: openembedded-devel
xgamma allows X users to query and alter the gamma correction of a
monitor via the X video mode extension (XFree86-VidModeExtension).
Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
---
meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb
diff --git a/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb b/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb
new file mode 100644
index 0000000..2f3195a
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb
@@ -0,0 +1,15 @@
+require recipes-graphics/xorg-app/xorg-app-common.inc
+
+SUMMARY = "X.Org X11 X client utilities"
+
+DESCRIPTION = "xgamma allows X users to query and alter the gamma \
+correction of a monitor via the X video mode extension."
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=ac9801b8423fd7a7699ccbd45cf134d8"
+
+DEPENDS += "libxxf86vm"
+
+BBCLASSEXTEND = "native"
+
+SRC_URI[md5sum] = "e8a88bf1a18f35b724619849dca97f4f"
+SRC_URI[sha256sum] = "e5eb2588fbbdc5c2db5571b304204487a9c22eed15ac6cb816f605ec403e6e1a"
--
1.8.4.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH v3] xgamma: Add new recipes
2014-11-10 9:53 ` [PATCH v2] " Qian Lei
@ 2014-11-11 7:32 ` Qian Lei
0 siblings, 0 replies; 6+ messages in thread
From: Qian Lei @ 2014-11-11 7:32 UTC (permalink / raw)
To: martin.jansa; +Cc: openembedded-devel
xgamma allows X users to query and alter the gamma correction of a
monitor via the X video mode extension (XFree86-VidModeExtension).
Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
---
meta-oe/recipes-graphics/xorg-app/xgamma_1.0.5.bb | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 meta-oe/recipes-graphics/xorg-app/xgamma_1.0.5.bb
diff --git a/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.5.bb b/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.5.bb
new file mode 100644
index 0000000..6fb9259
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.5.bb
@@ -0,0 +1,15 @@
+require recipes-graphics/xorg-app/xorg-app-common.inc
+
+SUMMARY = "X.Org X11 X client utilities"
+
+DESCRIPTION = "xgamma allows X users to query and alter the gamma \
+correction of a monitor via the X video mode extension."
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=ac9801b8423fd7a7699ccbd45cf134d8"
+
+DEPENDS += "libxxf86vm"
+
+BBCLASSEXTEND = "native"
+
+SRC_URI[md5sum] = "c06067f572bc4a5298f324f27340da95"
+SRC_URI[sha256sum] = "e322a2fea80d559c09d6bc285ebe1a9e454dbeae2a07116cb7d2207db9d2c310"
--
1.8.4.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-11-11 7:33 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-07 9:52 [PATCH] xgamma: Add new recipes Qian Lei
2014-11-07 14:18 ` Martin Jansa
2014-11-10 6:49 ` Martin Jansa
2014-11-10 9:49 ` Qian Lei
2014-11-10 9:53 ` [PATCH v2] " Qian Lei
2014-11-11 7:32 ` [PATCH v3] " Qian Lei
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.