Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-oe][PATCH] xinput-calibrator 0.7.5: add xterm to RDEPENDS, the menu item doesn't work without it
@ 2012-05-04  7:49 Koen Kooi
  2012-05-04  8:03 ` Martin Jansa
  2012-05-04  8:09 ` Paul Eggleton
  0 siblings, 2 replies; 3+ messages in thread
From: Koen Kooi @ 2012-05-04  7:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 .../recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb  |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb
index a50a0cf..765dcf2 100644
--- a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb
+++ b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT-X"
 LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=998e238a7638a7446eaeb02398f691fc"
 DEPENDS = "virtual/libx11 libxi"
 
-PR = "r5"
+PR = "r6"
 
 inherit autotools systemd
 
@@ -33,5 +33,5 @@ SYSTEMD_PACKAGES = "${PN}-systemd"
 SYSTEMD_SERVICE = "${PN}.service"
 
 FILES_${PN} += "${sysconfdir}/xdg/autostart"
-RDEPENDS_${PN} = "xinput"
+RDEPENDS_${PN} = "xinput xterm"
 RRECOMMENDS_${PN} = "pointercal-xinput"
-- 
1.7.10




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

* Re: [meta-oe][PATCH] xinput-calibrator 0.7.5: add xterm to RDEPENDS, the menu item doesn't work without it
  2012-05-04  7:49 [meta-oe][PATCH] xinput-calibrator 0.7.5: add xterm to RDEPENDS, the menu item doesn't work without it Koen Kooi
@ 2012-05-04  8:03 ` Martin Jansa
  2012-05-04  8:09 ` Paul Eggleton
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2012-05-04  8:03 UTC (permalink / raw)
  To: openembedded-devel

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

On Fri, May 04, 2012 at 09:49:35AM +0200, Koen Kooi wrote:
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>

Acked-by: Martin Jansa <Martin.Jansa@gmail.com>

> ---
>  .../recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb  |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb
> index a50a0cf..765dcf2 100644
> --- a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb
> +++ b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb
> @@ -4,7 +4,7 @@ LICENSE = "MIT-X"
>  LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=998e238a7638a7446eaeb02398f691fc"
>  DEPENDS = "virtual/libx11 libxi"
>  
> -PR = "r5"
> +PR = "r6"
>  
>  inherit autotools systemd
>  
> @@ -33,5 +33,5 @@ SYSTEMD_PACKAGES = "${PN}-systemd"
>  SYSTEMD_SERVICE = "${PN}.service"
>  
>  FILES_${PN} += "${sysconfdir}/xdg/autostart"
> -RDEPENDS_${PN} = "xinput"
> +RDEPENDS_${PN} = "xinput xterm"
>  RRECOMMENDS_${PN} = "pointercal-xinput"
> -- 
> 1.7.10
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

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

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

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

* Re: [meta-oe][PATCH] xinput-calibrator 0.7.5: add xterm to RDEPENDS, the menu item doesn't work without it
  2012-05-04  7:49 [meta-oe][PATCH] xinput-calibrator 0.7.5: add xterm to RDEPENDS, the menu item doesn't work without it Koen Kooi
  2012-05-04  8:03 ` Martin Jansa
@ 2012-05-04  8:09 ` Paul Eggleton
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2012-05-04  8:09 UTC (permalink / raw)
  To: Koen Kooi, openembedded-devel

On Friday 04 May 2012 09:49:35 Koen Kooi wrote:
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>

Can we have more detail in the commit message please?

Thanks,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



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

end of thread, other threads:[~2012-05-04  8:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-04  7:49 [meta-oe][PATCH] xinput-calibrator 0.7.5: add xterm to RDEPENDS, the menu item doesn't work without it Koen Kooi
2012-05-04  8:03 ` Martin Jansa
2012-05-04  8:09 ` Paul Eggleton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox