All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] udh.inc: use RDEPENDS_${PN}
@ 2010-11-16 14:13 Martin Jansa
  2010-11-16 14:13 ` [PATCH 2/2] jlime,dzen2,puzzles: " Martin Jansa
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Martin Jansa @ 2010-11-16 14:13 UTC (permalink / raw)
  To: openembedded-devel

---
 recipes/uhd/uhd.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/uhd/uhd.inc b/recipes/uhd/uhd.inc
index 3b5be58..d2e7903 100644
--- a/recipes/uhd/uhd.inc
+++ b/recipes/uhd/uhd.inc
@@ -3,9 +3,9 @@ HOMEPAGE = "http://www.ettus.com"
 LICENSE = "GPLV3+"
 
 DEPENDS = "git-native python-cheetah-native boost libusb1 uhd-firmware"
-RDEPENDS += "uhd-firmware"
+RDEPENDS_${PN} += "uhd-firmware"
 
-INC_PR = "r2"
+INC_PR = "r3"
 
 inherit cmake
 
-- 
1.7.3.2




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

* [PATCH 2/2] jlime,dzen2,puzzles: use RDEPENDS_${PN}
  2010-11-16 14:13 [PATCH 1/2] udh.inc: use RDEPENDS_${PN} Martin Jansa
@ 2010-11-16 14:13 ` Martin Jansa
  2010-11-16 17:18   ` Frans Meulenbroeks
  2010-11-16 17:17 ` [PATCH 1/2] udh.inc: " Frans Meulenbroeks
  2010-11-16 17:48 ` Philip Balister
  2 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2010-11-16 14:13 UTC (permalink / raw)
  To: openembedded-devel

* it was fixed in whole tree about half year ago
  http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-June/020384.html
  http://comments.gmane.org/gmane.comp.handhelds.openembedded/33440
* then again about month ago
  http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg11356.html
* please follow OE packaging guidelines in new recipes

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 recipes/dzen2/dzen2_svn.bb          |    4 ++--
 recipes/jlime/fileselector_1.1.bb   |    4 ++--
 recipes/jlime/fnkey_1.0.bb          |    4 ++--
 recipes/jlime/jlime-extras_1.0.1.bb |    4 ++--
 recipes/puzzles/stppc2x_svn.bb      |    4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/recipes/dzen2/dzen2_svn.bb b/recipes/dzen2/dzen2_svn.bb
index fa10724..1ad6e82 100644
--- a/recipes/dzen2/dzen2_svn.bb
+++ b/recipes/dzen2/dzen2_svn.bb
@@ -1,11 +1,11 @@
 DESCRIPTION = "dzen is a general purpose messaging, notification and menu program."
 LICENSE = "MIT"
 DEPENDS = "virtual/libx11 libxft"
-RDEPENDS = "ttf-dejavu-sans xrandr"
+RDEPENDS_${PN} = "ttf-dejavu-sans xrandr"
 
 SRCREV = "271"
 PV = "0.8.5+svnr${SRCPV}"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "svn://dzen.googlecode.com/svn/;module=trunk;proto=http \
 	   file://dzen-extras.tar.gz \
diff --git a/recipes/jlime/fileselector_1.1.bb b/recipes/jlime/fileselector_1.1.bb
index 6a4929d..e5e01cc 100644
--- a/recipes/jlime/fileselector_1.1.bb
+++ b/recipes/jlime/fileselector_1.1.bb
@@ -1,9 +1,9 @@
 DESCRIPTION = "Fileselector is an SDL-based file chooser dialog"
 LICENSE = "GPLv2"
-PR = "r0"
+PR = "r1"
 
 DEPENDS = "virtual/libsdl libsdl-ttf"
-RDEPENDS = "ttf-dejavu-sans-condensed"
+RDEPENDS_${PN} = "ttf-dejavu-sans-condensed"
 
 SRC_URI = "http://jlime.com/downloads/development/software/fileselector-${PV}.tar.gz"
 
diff --git a/recipes/jlime/fnkey_1.0.bb b/recipes/jlime/fnkey_1.0.bb
index fc09eeb..6f24da4 100644
--- a/recipes/jlime/fnkey_1.0.bb
+++ b/recipes/jlime/fnkey_1.0.bb
@@ -1,8 +1,8 @@
 DESCRIPTION = "Emulates Fn key by simulating multiple keypresses."
 LICENSE = "GPLv2"
-PR = "r0"
+PR = "r1"
 
-RDEPENDS = "xdotool"
+RDEPENDS_${PN} = "xdotool"
 
 SRC_URI = "file://fnkey.c"
 
diff --git a/recipes/jlime/jlime-extras_1.0.1.bb b/recipes/jlime/jlime-extras_1.0.1.bb
index 9b7b907..c3dd483 100644
--- a/recipes/jlime/jlime-extras_1.0.1.bb
+++ b/recipes/jlime/jlime-extras_1.0.1.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Various extras for the Jlime userlands"
-PR = "r0"
+PR = "r1"
 
-RRECOMMENDS = "jlime-extras-${MACHINE}"
+RRECOMMENDS_${PN} = "jlime-extras-${MACHINE}"
 
 PACKAGE_ARCH = "all"
 SRC_URI = "http://jlime.com/downloads/development/software/${PN}-${PV}.tar.gz"
diff --git a/recipes/puzzles/stppc2x_svn.bb b/recipes/puzzles/stppc2x_svn.bb
index 380a753..8e6d4f2 100644
--- a/recipes/puzzles/stppc2x_svn.bb
+++ b/recipes/puzzles/stppc2x_svn.bb
@@ -2,11 +2,11 @@ DESCRIPTION = "stppc2x is an SDL port of Simon Tatham's Portable Puzzle Collecti
 LICENSE = "GPLv2"
 
 DEPENDS = "virtual/libsdl libsdl-image libsdl-ttf"
-RDEPENDS = "ttf-dejavu-sans-condensed"
+RDEPENDS_${PN} = "ttf-dejavu-sans-condensed"
 
 SRCREV = "185"
 PV = "1.0+svnr${SRCPV}"
-PR = "r0"
+PR = "r1"
 
 FILES_${PN} = "/usr/bin /usr/share"
 
-- 
1.7.3.2




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

* Re: [PATCH 1/2] udh.inc: use RDEPENDS_${PN}
  2010-11-16 14:13 [PATCH 1/2] udh.inc: use RDEPENDS_${PN} Martin Jansa
  2010-11-16 14:13 ` [PATCH 2/2] jlime,dzen2,puzzles: " Martin Jansa
@ 2010-11-16 17:17 ` Frans Meulenbroeks
  2010-11-16 17:48 ` Philip Balister
  2 siblings, 0 replies; 5+ messages in thread
From: Frans Meulenbroeks @ 2010-11-16 17:17 UTC (permalink / raw)
  To: openembedded-devel

Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>

2010/11/16 Martin Jansa <martin.jansa@gmail.com>:
> ---
>  recipes/uhd/uhd.inc |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes/uhd/uhd.inc b/recipes/uhd/uhd.inc
> index 3b5be58..d2e7903 100644
> --- a/recipes/uhd/uhd.inc
> +++ b/recipes/uhd/uhd.inc
> @@ -3,9 +3,9 @@ HOMEPAGE = "http://www.ettus.com"
>  LICENSE = "GPLV3+"
>
>  DEPENDS = "git-native python-cheetah-native boost libusb1 uhd-firmware"
> -RDEPENDS += "uhd-firmware"
> +RDEPENDS_${PN} += "uhd-firmware"
>
> -INC_PR = "r2"
> +INC_PR = "r3"
>
>  inherit cmake
>
> --
> 1.7.3.2
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

* Re: [PATCH 2/2] jlime,dzen2,puzzles: use RDEPENDS_${PN}
  2010-11-16 14:13 ` [PATCH 2/2] jlime,dzen2,puzzles: " Martin Jansa
@ 2010-11-16 17:18   ` Frans Meulenbroeks
  0 siblings, 0 replies; 5+ messages in thread
From: Frans Meulenbroeks @ 2010-11-16 17:18 UTC (permalink / raw)
  To: openembedded-devel

Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>

2010/11/16 Martin Jansa <martin.jansa@gmail.com>:
> * it was fixed in whole tree about half year ago
>  http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-June/020384.html
>  http://comments.gmane.org/gmane.comp.handhelds.openembedded/33440
> * then again about month ago
>  http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg11356.html
> * please follow OE packaging guidelines in new recipes
>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  recipes/dzen2/dzen2_svn.bb          |    4 ++--
>  recipes/jlime/fileselector_1.1.bb   |    4 ++--
>  recipes/jlime/fnkey_1.0.bb          |    4 ++--
>  recipes/jlime/jlime-extras_1.0.1.bb |    4 ++--
>  recipes/puzzles/stppc2x_svn.bb      |    4 ++--
>  5 files changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/recipes/dzen2/dzen2_svn.bb b/recipes/dzen2/dzen2_svn.bb
> index fa10724..1ad6e82 100644
> --- a/recipes/dzen2/dzen2_svn.bb
> +++ b/recipes/dzen2/dzen2_svn.bb
> @@ -1,11 +1,11 @@
>  DESCRIPTION = "dzen is a general purpose messaging, notification and menu program."
>  LICENSE = "MIT"
>  DEPENDS = "virtual/libx11 libxft"
> -RDEPENDS = "ttf-dejavu-sans xrandr"
> +RDEPENDS_${PN} = "ttf-dejavu-sans xrandr"
>
>  SRCREV = "271"
>  PV = "0.8.5+svnr${SRCPV}"
> -PR = "r2"
> +PR = "r3"
>
>  SRC_URI = "svn://dzen.googlecode.com/svn/;module=trunk;proto=http \
>           file://dzen-extras.tar.gz \
> diff --git a/recipes/jlime/fileselector_1.1.bb b/recipes/jlime/fileselector_1.1.bb
> index 6a4929d..e5e01cc 100644
> --- a/recipes/jlime/fileselector_1.1.bb
> +++ b/recipes/jlime/fileselector_1.1.bb
> @@ -1,9 +1,9 @@
>  DESCRIPTION = "Fileselector is an SDL-based file chooser dialog"
>  LICENSE = "GPLv2"
> -PR = "r0"
> +PR = "r1"
>
>  DEPENDS = "virtual/libsdl libsdl-ttf"
> -RDEPENDS = "ttf-dejavu-sans-condensed"
> +RDEPENDS_${PN} = "ttf-dejavu-sans-condensed"
>
>  SRC_URI = "http://jlime.com/downloads/development/software/fileselector-${PV}.tar.gz"
>
> diff --git a/recipes/jlime/fnkey_1.0.bb b/recipes/jlime/fnkey_1.0.bb
> index fc09eeb..6f24da4 100644
> --- a/recipes/jlime/fnkey_1.0.bb
> +++ b/recipes/jlime/fnkey_1.0.bb
> @@ -1,8 +1,8 @@
>  DESCRIPTION = "Emulates Fn key by simulating multiple keypresses."
>  LICENSE = "GPLv2"
> -PR = "r0"
> +PR = "r1"
>
> -RDEPENDS = "xdotool"
> +RDEPENDS_${PN} = "xdotool"
>
>  SRC_URI = "file://fnkey.c"
>
> diff --git a/recipes/jlime/jlime-extras_1.0.1.bb b/recipes/jlime/jlime-extras_1.0.1.bb
> index 9b7b907..c3dd483 100644
> --- a/recipes/jlime/jlime-extras_1.0.1.bb
> +++ b/recipes/jlime/jlime-extras_1.0.1.bb
> @@ -1,7 +1,7 @@
>  DESCRIPTION = "Various extras for the Jlime userlands"
> -PR = "r0"
> +PR = "r1"
>
> -RRECOMMENDS = "jlime-extras-${MACHINE}"
> +RRECOMMENDS_${PN} = "jlime-extras-${MACHINE}"
>
>  PACKAGE_ARCH = "all"
>  SRC_URI = "http://jlime.com/downloads/development/software/${PN}-${PV}.tar.gz"
> diff --git a/recipes/puzzles/stppc2x_svn.bb b/recipes/puzzles/stppc2x_svn.bb
> index 380a753..8e6d4f2 100644
> --- a/recipes/puzzles/stppc2x_svn.bb
> +++ b/recipes/puzzles/stppc2x_svn.bb
> @@ -2,11 +2,11 @@ DESCRIPTION = "stppc2x is an SDL port of Simon Tatham's Portable Puzzle Collecti
>  LICENSE = "GPLv2"
>
>  DEPENDS = "virtual/libsdl libsdl-image libsdl-ttf"
> -RDEPENDS = "ttf-dejavu-sans-condensed"
> +RDEPENDS_${PN} = "ttf-dejavu-sans-condensed"
>
>  SRCREV = "185"
>  PV = "1.0+svnr${SRCPV}"
> -PR = "r0"
> +PR = "r1"
>
>  FILES_${PN} = "/usr/bin /usr/share"
>
> --
> 1.7.3.2
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

* Re: [PATCH 1/2] udh.inc: use RDEPENDS_${PN}
  2010-11-16 14:13 [PATCH 1/2] udh.inc: use RDEPENDS_${PN} Martin Jansa
  2010-11-16 14:13 ` [PATCH 2/2] jlime,dzen2,puzzles: " Martin Jansa
  2010-11-16 17:17 ` [PATCH 1/2] udh.inc: " Frans Meulenbroeks
@ 2010-11-16 17:48 ` Philip Balister
  2 siblings, 0 replies; 5+ messages in thread
From: Philip Balister @ 2010-11-16 17:48 UTC (permalink / raw)
  To: openembedded-devel

On 11/16/2010 06:13 AM, Martin Jansa wrote:
> ---
>   recipes/uhd/uhd.inc |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes/uhd/uhd.inc b/recipes/uhd/uhd.inc
> index 3b5be58..d2e7903 100644
> --- a/recipes/uhd/uhd.inc
> +++ b/recipes/uhd/uhd.inc
> @@ -3,9 +3,9 @@ HOMEPAGE = "http://www.ettus.com"
>   LICENSE = "GPLV3+"
>
>   DEPENDS = "git-native python-cheetah-native boost libusb1 uhd-firmware"
> -RDEPENDS += "uhd-firmware"
> +RDEPENDS_${PN} += "uhd-firmware"
>
> -INC_PR = "r2"
> +INC_PR = "r3"
>
>   inherit cmake
>

Thanks for catching this.

Acked-by: Philip Balister <philip@balister.org>



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

end of thread, other threads:[~2010-11-16 17:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-16 14:13 [PATCH 1/2] udh.inc: use RDEPENDS_${PN} Martin Jansa
2010-11-16 14:13 ` [PATCH 2/2] jlime,dzen2,puzzles: " Martin Jansa
2010-11-16 17:18   ` Frans Meulenbroeks
2010-11-16 17:17 ` [PATCH 1/2] udh.inc: " Frans Meulenbroeks
2010-11-16 17:48 ` Philip Balister

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.