All of lore.kernel.org
 help / color / mirror / Atom feed
* [STABLE][PATCH] obexftp: update to 0.23
@ 2009-04-16 11:41 Koen Kooi
  2009-04-16 11:54 ` Philip Balister
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Koen Kooi @ 2009-04-16 11:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

From: Koen Kooi <koen@openembedded.org>


Signed-off-by: Koen Kooi <koen@openembedded.org>
---
 conf/checksums.ini              |    4 ++++
 recipes/obexftp/obexftp_0.23.bb |   27 +++++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 0 deletions(-)
 create mode 100644 recipes/obexftp/obexftp_0.23.bb

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 5a4619d..60a8672 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -17170,6 +17170,10 @@ sha256=09687012d5e016277fa638f22b8c784aea6803056c70d14614e3b75158aae877
 md5=d167cfdea244e3a5f973a7b16864419c
 sha256=09687012d5e016277fa638f22b8c784aea6803056c70d14614e3b75158aae877
 
+[http://downloads.sourceforge.net/openobex/obexftp-0.23.tar.bz2]
+md5=f20762061b68bc921e80be4aebc349eb
+sha256=44a74ff288d38c0f75354d6bc2efe7d6dec10112eaff2e7b10e292b0d2105b36
+
 [http://www.caside.lancs.ac.uk/bt/obexpush.tar.gz]
 md5=edb66ba97fe6c84b6160c670c4bcdea8
 sha256=341c6865aa392b6cf056e1bd9cda53d2f31a942460087ad22d6f6dc91bb0bd0e
diff --git a/recipes/obexftp/obexftp_0.23.bb b/recipes/obexftp/obexftp_0.23.bb
new file mode 100644
index 0000000..d3924f6
--- /dev/null
+++ b/recipes/obexftp/obexftp_0.23.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "OBEX Ftp Client based on openobex."
+SECTION = "console/network"
+HOMEPAGE = "http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp"
+LICENSE = "GPL"
+DEPENDS = "openobex bluez4 libusb-compat virtual/libiconv"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/obexftp-${PV}.tar.bz2 \
+	  "
+
+inherit autotools_stage
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+
+EXTRA_OECONF += "--enable-bluetooth \
+		 --disable-swig \
+		 --disable-perl \
+		 --disable-python \
+		 --disable-tcl \
+		 --disable-ruby \
+		 --disable-builddocs \
+		 --disable-rpath \
+		"
+
+PARALLEL_MAKE = ""
+
+LEAD_SONAME = "libobexftp.so"
+
+
-- 
1.5.6.5




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

* Re: [STABLE][PATCH] obexftp: update to 0.23
  2009-04-16 11:41 [STABLE][PATCH] obexftp: update to 0.23 Koen Kooi
@ 2009-04-16 11:54 ` Philip Balister
  2009-04-16 11:55 ` Koen Kooi
  2009-04-16 12:13 ` Marcin Juszkiewicz
  2 siblings, 0 replies; 4+ messages in thread
From: Philip Balister @ 2009-04-16 11:54 UTC (permalink / raw)
  To: openembedded-devel

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

Koen Kooi wrote:
> From: Koen Kooi <koen@openembedded.org>
> 
> 
> Signed-off-by: Koen Kooi <koen@openembedded.org>
> ---
>  conf/checksums.ini              |    4 ++++
>  recipes/obexftp/obexftp_0.23.bb |   27 +++++++++++++++++++++++++++
>  2 files changed, 31 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/obexftp/obexftp_0.23.bb
> 
> diff --git a/conf/checksums.ini b/conf/checksums.ini
> index 5a4619d..60a8672 100644
> --- a/conf/checksums.ini
> +++ b/conf/checksums.ini
> @@ -17170,6 +17170,10 @@ sha256=09687012d5e016277fa638f22b8c784aea6803056c70d14614e3b75158aae877
>  md5=d167cfdea244e3a5f973a7b16864419c
>  sha256=09687012d5e016277fa638f22b8c784aea6803056c70d14614e3b75158aae877
>  
> +[http://downloads.sourceforge.net/openobex/obexftp-0.23.tar.bz2]
> +md5=f20762061b68bc921e80be4aebc349eb
> +sha256=44a74ff288d38c0f75354d6bc2efe7d6dec10112eaff2e7b10e292b0d2105b36
> +
>  [http://www.caside.lancs.ac.uk/bt/obexpush.tar.gz]
>  md5=edb66ba97fe6c84b6160c670c4bcdea8
>  sha256=341c6865aa392b6cf056e1bd9cda53d2f31a942460087ad22d6f6dc91bb0bd0e
> diff --git a/recipes/obexftp/obexftp_0.23.bb b/recipes/obexftp/obexftp_0.23.bb
> new file mode 100644
> index 0000000..d3924f6
> --- /dev/null
> +++ b/recipes/obexftp/obexftp_0.23.bb
> @@ -0,0 +1,27 @@
> +DESCRIPTION = "OBEX Ftp Client based on openobex."
> +SECTION = "console/network"
> +HOMEPAGE = "http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp"
> +LICENSE = "GPL"
> +DEPENDS = "openobex bluez4 libusb-compat virtual/libiconv"
> +
> +SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/obexftp-${PV}.tar.bz2 \
> +	  "
> +
> +inherit autotools_stage
> +AUTOTOOLS_STAGE_PKGCONFIG = "1"
> +
> +EXTRA_OECONF += "--enable-bluetooth \
> +		 --disable-swig \
> +		 --disable-perl \
> +		 --disable-python \
> +		 --disable-tcl \
> +		 --disable-ruby \
> +		 --disable-builddocs \
> +		 --disable-rpath \
> +		"
> +
> +PARALLEL_MAKE = ""
> +
> +LEAD_SONAME = "libobexftp.so"
> +
> +

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

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]

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

* Re: [STABLE][PATCH] obexftp: update to 0.23
  2009-04-16 11:41 [STABLE][PATCH] obexftp: update to 0.23 Koen Kooi
  2009-04-16 11:54 ` Philip Balister
@ 2009-04-16 11:55 ` Koen Kooi
  2009-04-16 12:13 ` Marcin Juszkiewicz
  2 siblings, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2009-04-16 11:55 UTC (permalink / raw)
  To: openembedded-devel

On 16-04-09 13:41, Koen Kooi wrote:
> From: Koen Kooi<koen@openembedded.org>
>
>
> Signed-off-by: Koen Kooi<koen@openembedded.org>
> ---
>   conf/checksums.ini              |    4 ++++

Attentive readers will have spotted that the sum is also in 
http://patchwork.openembedded.org/patch/320/
I'll fix this manually if both patches are accepted.

regards

Koen




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

* Re: [STABLE][PATCH] obexftp: update to 0.23
  2009-04-16 11:41 [STABLE][PATCH] obexftp: update to 0.23 Koen Kooi
  2009-04-16 11:54 ` Philip Balister
  2009-04-16 11:55 ` Koen Kooi
@ 2009-04-16 12:13 ` Marcin Juszkiewicz
  2 siblings, 0 replies; 4+ messages in thread
From: Marcin Juszkiewicz @ 2009-04-16 12:13 UTC (permalink / raw)
  To: openembedded-devel

Dnia czwartek, 16 kwietnia 2009 o 13:41:06 Koen Kooi napisał(a):
> From: Koen Kooi <koen@openembedded.org>
>
>
> Signed-off-by: Koen Kooi <koen@openembedded.org>

Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>

Regards, 
-- 
JID:      hrw@jabber.org
Website:  http://marcin.juszkiewicz.com.pl/
LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz





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

end of thread, other threads:[~2009-04-16 12:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-16 11:41 [STABLE][PATCH] obexftp: update to 0.23 Koen Kooi
2009-04-16 11:54 ` Philip Balister
2009-04-16 11:55 ` Koen Kooi
2009-04-16 12:13 ` Marcin Juszkiewicz

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.