All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libsvdrp: Add libsvdrp hg.
@ 2010-03-28 14:49 Paul Menzel
  2010-03-28 15:03 ` Paul Menzel
  2010-03-28 15:28 ` Koen Kooi
  0 siblings, 2 replies; 5+ messages in thread
From: Paul Menzel @ 2010-03-28 14:49 UTC (permalink / raw)
  To: openembedded-devel

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

1. Build tested with GCC 4.4.3 and Binutils 2.20.1 for `MACHINE = "beagleboard"`.

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
---
I am not sure if `${PN}` can be used in `HOMEPAGE`.
---
 recipes/libsvdrp/libsvdrp.inc   |   14 ++++++++++++++
 recipes/libsvdrp/libsvdrp_hg.bb |    9 +++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)
 create mode 100644 recipes/libsvdrp/libsvdrp.inc
 create mode 100644 recipes/libsvdrp/libsvdrp_hg.bb

diff --git a/recipes/libsvdrp/libsvdrp.inc b/recipes/libsvdrp/libsvdrp.inc
new file mode 100644
index 0000000..f0442c2
--- /dev/null
+++ b/recipes/libsvdrp/libsvdrp.inc
@@ -0,0 +1,14 @@
+DESCRIPTION = "libsvdrp is an interface library to allow C programs to interact with a running VDR, using the SVDRP protocol."
+HOMEPAGE = "http://hg.geexbox.org/${PN}"
+SECTION = "libs/multimedia"
+LICENSE = "LGPLv2.1"
+
+INC_PR = "r0"
+
+SRC_URI = "http://${PN}.geexbox.org/releases/${P}.tar.bz2;name=${PN}"
+
+inherit autotools pkgconfig
+
+PACKAGES =+ "${PN}-bin"
+
+FILES_${PN}-bin = "${bindir}/*"
diff --git a/recipes/libsvdrp/libsvdrp_hg.bb b/recipes/libsvdrp/libsvdrp_hg.bb
new file mode 100644
index 0000000..5b2fb04
--- /dev/null
+++ b/recipes/libsvdrp/libsvdrp_hg.bb
@@ -0,0 +1,9 @@
+require libsvdrp.inc
+PV = "0.0.1+hg"
+PR = "${INC_PR}.0"
+
+SRCREV = "0b191f7b2cb8"
+
+SRC_URI = "hg://hg.geexbox.org;module=${PN};rev=${SRCREV}"
+
+S = "${WORKDIR}/${PN}"
-- 
1.7.0.3

[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [PATCH] libsvdrp: Add libsvdrp hg.
  2010-03-28 14:49 [PATCH] libsvdrp: Add libsvdrp hg Paul Menzel
@ 2010-03-28 15:03 ` Paul Menzel
  2010-03-28 15:28 ` Koen Kooi
  1 sibling, 0 replies; 5+ messages in thread
From: Paul Menzel @ 2010-03-28 15:03 UTC (permalink / raw)
  To: openembedded-devel

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

Dear OE folks,


Am Sonntag, den 28.03.2010, 16:49 +0200 schrieb Paul Menzel:

[…]

> +LICENSE = "LGPLv2.1"

Could the committer please change this to LGPLv2.1+.

[…]


Thanks,

Paul

[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [PATCH] libsvdrp: Add libsvdrp hg.
  2010-03-28 14:49 [PATCH] libsvdrp: Add libsvdrp hg Paul Menzel
  2010-03-28 15:03 ` Paul Menzel
@ 2010-03-28 15:28 ` Koen Kooi
  2010-03-28 15:42   ` Paul Menzel
  1 sibling, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2010-03-28 15:28 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 28-03-10 16:49, Paul Menzel wrote:
> 1. Build tested with GCC 4.4.3 and Binutils 2.20.1 for `MACHINE = "beagleboard"`.

Does it work for a more common combination of 4.3.3 and 2.18.x?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFLr3WmMkyGM64RGpERAp8gAKCPQgJ8pdTFVgZsB0v0GxiM2uU5kgCfXQAq
jJwbHtlglJRGAO6EskUhfeI=
=zW0v
-----END PGP SIGNATURE-----




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

* Re: [PATCH] libsvdrp: Add libsvdrp hg.
  2010-03-28 15:28 ` Koen Kooi
@ 2010-03-28 15:42   ` Paul Menzel
  2010-03-30 12:13     ` Paul Menzel
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Menzel @ 2010-03-28 15:42 UTC (permalink / raw)
  To: openembedded-devel

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

Am Sonntag, den 28.03.2010, 17:28 +0200 schrieb Koen Kooi:
> On 28-03-10 16:49, Paul Menzel wrote:
> > 1. Build tested with GCC 4.4.3 and Binutils 2.20.1 for `MACHINE = "beagleboard"`.
> 
> Does it work for a more common combination of 4.3.3 and 2.18.x?

Sorry, I did not test that. I will try to do that tomorrow.


Thanks,

Paul

[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [PATCH] libsvdrp: Add libsvdrp hg.
  2010-03-28 15:42   ` Paul Menzel
@ 2010-03-30 12:13     ` Paul Menzel
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Menzel @ 2010-03-30 12:13 UTC (permalink / raw)
  To: openembedded-devel

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

Am Sonntag, den 28.03.2010, 17:42 +0200 schrieb Paul Menzel:
> Am Sonntag, den 28.03.2010, 17:28 +0200 schrieb Koen Kooi:
> > On 28-03-10 16:49, Paul Menzel wrote:
> > > 1. Build tested with GCC 4.4.3 and Binutils 2.20.1 for `MACHINE = "beagleboard"`.
> > 
> > Does it work for a more common combination of 4.3.3 and 2.18.x?
> 
> Sorry, I did not test that. I will try to do that tomorrow.

I built it successfully with 4.3.3 and 2.18.50. Please add that to the
commit message and commit.


Thanks,

Paul

[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

end of thread, other threads:[~2010-03-30 12:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-28 14:49 [PATCH] libsvdrp: Add libsvdrp hg Paul Menzel
2010-03-28 15:03 ` Paul Menzel
2010-03-28 15:28 ` Koen Kooi
2010-03-28 15:42   ` Paul Menzel
2010-03-30 12:13     ` Paul Menzel

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.