All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/1] connman: update to 0.78
       [not found] <cover.1323292658.git.otavio@ossystems.com.br>
@ 2011-12-07 21:18 ` Otavio Salvador
  2011-12-07 21:54   ` Saul Wold
  0 siblings, 1 reply; 3+ messages in thread
From: Otavio Salvador @ 2011-12-07 21:18 UTC (permalink / raw)
  To: openembedded-devel

We moved to GIT repository as the tarball releases are not available
since kernel.org compromise.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 .../connman/{connman_0.77.bb => connman_0.78.bb}   |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)
 rename meta-oe/recipes-connectivity/connman/{connman_0.77.bb => connman_0.78.bb} (75%)

diff --git a/meta-oe/recipes-connectivity/connman/connman_0.77.bb b/meta-oe/recipes-connectivity/connman/connman_0.78.bb
similarity index 75%
rename from meta-oe/recipes-connectivity/connman/connman_0.77.bb
rename to meta-oe/recipes-connectivity/connman/connman_0.78.bb
index 9ef368b..f486f95 100644
--- a/meta-oe/recipes-connectivity/connman/connman_0.77.bb
+++ b/meta-oe/recipes-connectivity/connman/connman_0.78.bb
@@ -1,5 +1,4 @@
 require connman.inc
-PR = "r4"
 
 EXTRA_OECONF += "\
   --disable-gtk-doc \
@@ -18,13 +17,13 @@ EXTRA_OECONF += "\
   --with-ntpd=${bindir}/ntpd \
 "
 
-SRC_URI  = "\
-  http://www.kernel.org/pub/linux/network/connman/connman-${PV}.tar.gz \
-  file://connman \
-"
+S = "${WORKDIR}/git"
+
+# 0.78 tag
+SRCREV = "02f5d5fe2d7c71514a6387ba2b772b42d8e8d297"
 
-SRC_URI[md5sum] = "2e95edb0ead4fff3e84458f7fa192a64"
-SRC_URI[sha256sum] = "df6e926c4b0ccbab26d6e21b9935ab72fa5adf275eb7ac2b48540117ae84cbcc"
+SRC_URI  = "git://git.kernel.org/pub/scm/network/connman/connman.git \
+            file://connman"
 
 # alg-test doesn't build, so disable that and test for if_alg.h as this header is only in 2.6.39
 do_configure_prepend() {
-- 
1.7.2.5




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

* Re: [meta-oe][PATCH 1/1] connman: update to 0.78
  2011-12-07 21:18 ` [meta-oe][PATCH 1/1] connman: update to 0.78 Otavio Salvador
@ 2011-12-07 21:54   ` Saul Wold
  2011-12-07 21:57     ` Otavio Salvador
  0 siblings, 1 reply; 3+ messages in thread
From: Saul Wold @ 2011-12-07 21:54 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Otavio Salvador

On 12/07/2011 01:18 PM, Otavio Salvador wrote:
> We moved to GIT repository as the tarball releases are not available
> since kernel.org compromise.
>
Any reason this can't be updated in OE-core?

Sau!

> Signed-off-by: Otavio Salvador<otavio@ossystems.com.br>
> ---
>   .../connman/{connman_0.77.bb =>  connman_0.78.bb}   |   13 ++++++-------
>   1 files changed, 6 insertions(+), 7 deletions(-)
>   rename meta-oe/recipes-connectivity/connman/{connman_0.77.bb =>  connman_0.78.bb} (75%)
>
> diff --git a/meta-oe/recipes-connectivity/connman/connman_0.77.bb b/meta-oe/recipes-connectivity/connman/connman_0.78.bb
> similarity index 75%
> rename from meta-oe/recipes-connectivity/connman/connman_0.77.bb
> rename to meta-oe/recipes-connectivity/connman/connman_0.78.bb
> index 9ef368b..f486f95 100644
> --- a/meta-oe/recipes-connectivity/connman/connman_0.77.bb
> +++ b/meta-oe/recipes-connectivity/connman/connman_0.78.bb
> @@ -1,5 +1,4 @@
>   require connman.inc
> -PR = "r4"
>
>   EXTRA_OECONF += "\
>     --disable-gtk-doc \
> @@ -18,13 +17,13 @@ EXTRA_OECONF += "\
>     --with-ntpd=${bindir}/ntpd \
>   "
>
> -SRC_URI  = "\
> -  http://www.kernel.org/pub/linux/network/connman/connman-${PV}.tar.gz \
> -  file://connman \
> -"
> +S = "${WORKDIR}/git"
> +
> +# 0.78 tag
> +SRCREV = "02f5d5fe2d7c71514a6387ba2b772b42d8e8d297"
>
> -SRC_URI[md5sum] = "2e95edb0ead4fff3e84458f7fa192a64"
> -SRC_URI[sha256sum] = "df6e926c4b0ccbab26d6e21b9935ab72fa5adf275eb7ac2b48540117ae84cbcc"
> +SRC_URI  = "git://git.kernel.org/pub/scm/network/connman/connman.git \
> +            file://connman"
>
>   # alg-test doesn't build, so disable that and test for if_alg.h as this header is only in 2.6.39
>   do_configure_prepend() {



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

* Re: [meta-oe][PATCH 1/1] connman: update to 0.78
  2011-12-07 21:54   ` Saul Wold
@ 2011-12-07 21:57     ` Otavio Salvador
  0 siblings, 0 replies; 3+ messages in thread
From: Otavio Salvador @ 2011-12-07 21:57 UTC (permalink / raw)
  To: Saul Wold; +Cc: openembedded-devel

On Wed, Dec 7, 2011 at 19:54, Saul Wold <sgw@linux.intel.com> wrote:

> On 12/07/2011 01:18 PM, Otavio Salvador wrote:
>
>> We moved to GIT repository as the tarball releases are not available
>> since kernel.org compromise.
>>
>>  Any reason this can't be updated in OE-core?
>

Sure not; for it I'd need to test connman-gnome but I don't have the
required time to do that.

As far as I know the xuser patch ought to apply fine but others might need
checking.

-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


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

end of thread, other threads:[~2011-12-07 22:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <cover.1323292658.git.otavio@ossystems.com.br>
2011-12-07 21:18 ` [meta-oe][PATCH 1/1] connman: update to 0.78 Otavio Salvador
2011-12-07 21:54   ` Saul Wold
2011-12-07 21:57     ` Otavio Salvador

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.