Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] Comms PUs
@ 2014-01-22  9:04 Cristian Iorga
  2014-01-22  9:04 ` [PATCH 1/4] neard: upgrade to 0.14 Cristian Iorga
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Cristian Iorga @ 2014-01-22  9:04 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 6e7047434fc1570146ebc94254412b99b1c4cab4:

  poky.ent: Fixed broken OE_LISTS_URL. (2014-01-21 21:58:03 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ciorga/PUs
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/PUs

Cristian Iorga (4):
  neard: upgrade to 0.14
  libpcap: upgrade to 1.5.3
  minicom: upgrade to 2.7
  connman: upgrade to 1.21

 meta/recipes-connectivity/connman/connman.inc                  |  7 ++-----
 .../connman/{connman_1.20.bb => connman_1.21.bb}               |  5 ++---
 .../libpcap/{libpcap_1.5.2.bb => libpcap_1.5.3.bb}             |  7 ++-----
 meta/recipes-connectivity/neard/neard_0.10.bb                  | 10 ----------
 meta/recipes-connectivity/neard/neard_0.14.bb                  |  9 +++++++++
 .../0001-fix-minicom-h-v-return-value-is-not-0.patch           |  0
 .../{minicom-2.6.2 => minicom}/allow.to.disable.lockdev.patch  |  0
 .../minicom/{minicom_2.6.2.bb => minicom_2.7.bb}               |  6 +++---
 8 files changed, 18 insertions(+), 26 deletions(-)
 rename meta/recipes-connectivity/connman/{connman_1.20.bb => connman_1.21.bb} (68%)
 rename meta/recipes-connectivity/libpcap/{libpcap_1.5.2.bb => libpcap_1.5.3.bb} (77%)
 delete mode 100644 meta/recipes-connectivity/neard/neard_0.10.bb
 create mode 100644 meta/recipes-connectivity/neard/neard_0.14.bb
 rename meta/recipes-extended/minicom/{minicom-2.6.2 => minicom}/0001-fix-minicom-h-v-return-value-is-not-0.patch (100%)
 rename meta/recipes-extended/minicom/{minicom-2.6.2 => minicom}/allow.to.disable.lockdev.patch (100%)
 rename meta/recipes-extended/minicom/{minicom_2.6.2.bb => minicom_2.7.bb} (77%)

-- 
1.8.3.2



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

* [PATCH 1/4] neard: upgrade to 0.14
  2014-01-22  9:04 [PATCH 0/4] Comms PUs Cristian Iorga
@ 2014-01-22  9:04 ` Cristian Iorga
  2014-01-22  9:04 ` [PATCH 2/4] libpcap: upgrade to 1.5.3 Cristian Iorga
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Cristian Iorga @ 2014-01-22  9:04 UTC (permalink / raw)
  To: openembedded-core

switched from git version to tarball,
as new releases are now versioned.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 meta/recipes-connectivity/neard/neard_0.10.bb | 10 ----------
 meta/recipes-connectivity/neard/neard_0.14.bb |  9 +++++++++
 2 files changed, 9 insertions(+), 10 deletions(-)
 delete mode 100644 meta/recipes-connectivity/neard/neard_0.10.bb
 create mode 100644 meta/recipes-connectivity/neard/neard_0.14.bb

diff --git a/meta/recipes-connectivity/neard/neard_0.10.bb b/meta/recipes-connectivity/neard/neard_0.10.bb
deleted file mode 100644
index 3a1c368..0000000
--- a/meta/recipes-connectivity/neard/neard_0.10.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require neard.inc
-
-SRC_URI = "git://git.kernel.org/pub/scm/network/nfc/neard.git \
-           file://neard.in \
-           file://neard.service.in \
-          "
-
-S = "${WORKDIR}/git"
-SRCREV = "eb486bf35e24d7d1db61350f5ab393a0c880523d"
-PV = "0.10+git${SRCPV}"
diff --git a/meta/recipes-connectivity/neard/neard_0.14.bb b/meta/recipes-connectivity/neard/neard_0.14.bb
new file mode 100644
index 0000000..ac9aaf1
--- /dev/null
+++ b/meta/recipes-connectivity/neard/neard_0.14.bb
@@ -0,0 +1,9 @@
+require neard.inc
+
+SRC_URI = "${KERNELORG_MIRROR}/linux/network/nfc/${BPN}-${PV}.tar.xz \
+           file://neard.in \
+           file://neard.service.in \
+          "
+SRC_URI[md5sum] = "692ba2653d60155255244c87396c486b"
+SRC_URI[sha256sum] = "6ea724b443d39d679168fc7776a965d1f64727c3735391df2c01469ee7cd8cca"
+
-- 
1.8.3.2



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

* [PATCH 2/4] libpcap: upgrade to 1.5.3
  2014-01-22  9:04 [PATCH 0/4] Comms PUs Cristian Iorga
  2014-01-22  9:04 ` [PATCH 1/4] neard: upgrade to 0.14 Cristian Iorga
@ 2014-01-22  9:04 ` Cristian Iorga
  2014-01-22  9:04 ` [PATCH 3/4] minicom: upgrade to 2.7 Cristian Iorga
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Cristian Iorga @ 2014-01-22  9:04 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 .../libpcap/{libpcap_1.5.2.bb => libpcap_1.5.3.bb}                 | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
 rename meta/recipes-connectivity/libpcap/{libpcap_1.5.2.bb => libpcap_1.5.3.bb} (77%)

diff --git a/meta/recipes-connectivity/libpcap/libpcap_1.5.2.bb b/meta/recipes-connectivity/libpcap/libpcap_1.5.3.bb
similarity index 77%
rename from meta/recipes-connectivity/libpcap/libpcap_1.5.2.bb
rename to meta/recipes-connectivity/libpcap/libpcap_1.5.3.bb
index 37cc141..3ba3caa 100644
--- a/meta/recipes-connectivity/libpcap/libpcap_1.5.2.bb
+++ b/meta/recipes-connectivity/libpcap/libpcap_1.5.3.bb
@@ -1,13 +1,10 @@
 require libpcap.inc
 
-PR = "${INC_PR}.0"
-
 SRC_URI += "file://aclocal.patch \
             file://ieee80215-arphrd.patch \
            "
-
-SRC_URI[md5sum] = "33ba2f10f3a402cb5d34f5e2a904794a"
-SRC_URI[sha256sum] = "806d4ba23b126476d39a458ad1468f73dfe63c92f9586208f7e4e18c13e52ddd"
+SRC_URI[md5sum] = "7e7321fb3aff2f2bb05c8229f3795d4a"
+SRC_URI[sha256sum] = "9ae92159c1060f15e6a90f2c4ad227268b6aaa382c316fa49a31c496b9979e93"
 
 #
 # make install doesn't cover the shared lib
-- 
1.8.3.2



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

* [PATCH 3/4] minicom: upgrade to 2.7
  2014-01-22  9:04 [PATCH 0/4] Comms PUs Cristian Iorga
  2014-01-22  9:04 ` [PATCH 1/4] neard: upgrade to 0.14 Cristian Iorga
  2014-01-22  9:04 ` [PATCH 2/4] libpcap: upgrade to 1.5.3 Cristian Iorga
@ 2014-01-22  9:04 ` Cristian Iorga
  2014-01-22  9:04 ` [PATCH 4/4] connman: upgrade to 1.21 Cristian Iorga
  2014-01-27 13:58 ` [PATCH 0/4] Comms PUs Iorga, Cristian
  4 siblings, 0 replies; 6+ messages in thread
From: Cristian Iorga @ 2014-01-22  9:04 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 .../0001-fix-minicom-h-v-return-value-is-not-0.patch                | 0
 .../{minicom-2.6.2 => minicom}/allow.to.disable.lockdev.patch       | 0
 meta/recipes-extended/minicom/{minicom_2.6.2.bb => minicom_2.7.bb}  | 6 +++---
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-extended/minicom/{minicom-2.6.2 => minicom}/0001-fix-minicom-h-v-return-value-is-not-0.patch (100%)
 rename meta/recipes-extended/minicom/{minicom-2.6.2 => minicom}/allow.to.disable.lockdev.patch (100%)
 rename meta/recipes-extended/minicom/{minicom_2.6.2.bb => minicom_2.7.bb} (77%)

diff --git a/meta/recipes-extended/minicom/minicom-2.6.2/0001-fix-minicom-h-v-return-value-is-not-0.patch b/meta/recipes-extended/minicom/minicom/0001-fix-minicom-h-v-return-value-is-not-0.patch
similarity index 100%
rename from meta/recipes-extended/minicom/minicom-2.6.2/0001-fix-minicom-h-v-return-value-is-not-0.patch
rename to meta/recipes-extended/minicom/minicom/0001-fix-minicom-h-v-return-value-is-not-0.patch
diff --git a/meta/recipes-extended/minicom/minicom-2.6.2/allow.to.disable.lockdev.patch b/meta/recipes-extended/minicom/minicom/allow.to.disable.lockdev.patch
similarity index 100%
rename from meta/recipes-extended/minicom/minicom-2.6.2/allow.to.disable.lockdev.patch
rename to meta/recipes-extended/minicom/minicom/allow.to.disable.lockdev.patch
diff --git a/meta/recipes-extended/minicom/minicom_2.6.2.bb b/meta/recipes-extended/minicom/minicom_2.7.bb
similarity index 77%
rename from meta/recipes-extended/minicom/minicom_2.6.2.bb
rename to meta/recipes-extended/minicom/minicom_2.7.bb
index 071682d..9f8ebe4 100644
--- a/meta/recipes-extended/minicom/minicom_2.6.2.bb
+++ b/meta/recipes-extended/minicom/minicom_2.7.bb
@@ -7,13 +7,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \
                     file://src/minicom.h;beginline=1;endline=12;md5=a58838cb709f0db517f4e42730c49e81"
 
 
-SRC_URI = "http://alioth.debian.org/frs/download.php/3869/minicom-${PV}.tar.gz \
+SRC_URI = "http://alioth.debian.org/frs/download.php/file/3977/${PN}-${PV}.tar.gz \
            file://allow.to.disable.lockdev.patch \
            file://0001-fix-minicom-h-v-return-value-is-not-0.patch \
 "
 
-SRC_URI[md5sum] = "203c56c4b447f45e2301b0cc4e83da3c"
-SRC_URI[sha256sum] = "f3cf215f7914ffa5528e398962176102ad74df27ba38958142f56aa6d15c9168"
+SRC_URI[md5sum] = "7044ca3e291268c33294f171d426dc2d"
+SRC_URI[sha256sum] = "9ac3a663b82f4f5df64114b4792b9926b536c85f59de0f2d2b321c7626a904f4"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[lockdev] = "--enable-lockdev,--disable-lockdev,lockdev"
-- 
1.8.3.2



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

* [PATCH 4/4] connman: upgrade to 1.21
  2014-01-22  9:04 [PATCH 0/4] Comms PUs Cristian Iorga
                   ` (2 preceding siblings ...)
  2014-01-22  9:04 ` [PATCH 3/4] minicom: upgrade to 2.7 Cristian Iorga
@ 2014-01-22  9:04 ` Cristian Iorga
  2014-01-27 13:58 ` [PATCH 0/4] Comms PUs Iorga, Cristian
  4 siblings, 0 replies; 6+ messages in thread
From: Cristian Iorga @ 2014-01-22  9:04 UTC (permalink / raw)
  To: openembedded-core

This is mainly a bug fix release.

- gtk-doc infrastructure has been removed
starting with connman 1.21; as such, support
for it has been removed from the recipe;
- Updated bug tracker site;
- Cosmetic cleanup;

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 meta/recipes-connectivity/connman/connman.inc                      | 7 ++-----
 .../connman/{connman_1.20.bb => connman_1.21.bb}                   | 5 ++---
 2 files changed, 4 insertions(+), 8 deletions(-)
 rename meta/recipes-connectivity/connman/{connman_1.20.bb => connman_1.21.bb} (68%)

diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index f2c42fc..84d8d1d 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -8,7 +8,7 @@ to support all kinds of wired or wireless technologies. Also, \
 configuration methods, like DHCP and domain name resolving, are \
 implemented using plug-ins."
 HOMEPAGE = "http://connman.net/"
-BUGTRACKER = "http://bugs.meego.com/buglist.cgi?quicksearch=connman"
+BUGTRACKER = "https://01.org/jira/browse/CM"
 LICENSE  = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
                     file://src/main.c;beginline=1;endline=20;md5=d6a1ac98a6791c5294e8a7f176ecd66d"
@@ -66,13 +66,10 @@ SYSTEMD_SERVICE_${PN} = "connman.service"
 SYSTEMD_SERVICE_${PN}-vpn = "connman-vpn.service"
 SYSTEMD_WIRED_SETUP = "ExecStartPre=-${libdir}/connman/wired-setup"
 
-UNKNOWN_CONFIGURE_WHITELIST += "--disable-gtk-doc-pdf --disable-gtk-doc-html"
-
-inherit autotools gtk-doc pkgconfig systemd update-rc.d
+inherit autotools pkgconfig systemd update-rc.d
 
 do_configure_append () {
 	sed -i "s#ExecStart=#${SYSTEMD_WIRED_SETUP}\nExecStart=#" ${S}/src/connman.service
-
 }
 
 # This allows *everyone* to access ConnMan over DBus, without any access
diff --git a/meta/recipes-connectivity/connman/connman_1.20.bb b/meta/recipes-connectivity/connman/connman_1.21.bb
similarity index 68%
rename from meta/recipes-connectivity/connman/connman_1.20.bb
rename to meta/recipes-connectivity/connman/connman_1.21.bb
index 4af71e2..48ed20e 100644
--- a/meta/recipes-connectivity/connman/connman_1.20.bb
+++ b/meta/recipes-connectivity/connman/connman_1.21.bb
@@ -5,8 +5,7 @@ SRC_URI  = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
             file://add_xuser_dbus_permission.patch \
             file://connman \
             "
-
-SRC_URI[md5sum] = "15f5e0d89e01b81c79306f54a2014efd"
-SRC_URI[sha256sum] = "4e638443be959913a5ce0d51df10018448ed08d06e4f8a47ce4b3c705bc78ac1"
+SRC_URI[md5sum] = "483633162b819c8b99fec970f92e311d"
+SRC_URI[sha256sum] = "e80f4e9c639ef016e9c497c122c349dbc9e6dc78a9976f986134739ee208c08a"
 
 RRECOMMENDS_${PN} = "connman-conf"
-- 
1.8.3.2



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

* Re: [PATCH 0/4] Comms PUs
  2014-01-22  9:04 [PATCH 0/4] Comms PUs Cristian Iorga
                   ` (3 preceding siblings ...)
  2014-01-22  9:04 ` [PATCH 4/4] connman: upgrade to 1.21 Cristian Iorga
@ 2014-01-27 13:58 ` Iorga, Cristian
  4 siblings, 0 replies; 6+ messages in thread
From: Iorga, Cristian @ 2014-01-27 13:58 UTC (permalink / raw)
  To: Iorga, Cristian, openembedded-core@lists.openembedded.org

Ping.

-----Original Message-----
From: openembedded-core-bounces@lists.openembedded.org [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of Cristian Iorga
Sent: Wednesday, January 22, 2014 11:04 AM
To: openembedded-core@lists.openembedded.org
Subject: [OE-core] [PATCH 0/4] Comms PUs

The following changes since commit 6e7047434fc1570146ebc94254412b99b1c4cab4:

  poky.ent: Fixed broken OE_LISTS_URL. (2014-01-21 21:58:03 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ciorga/PUs
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/PUs

Cristian Iorga (4):
  neard: upgrade to 0.14
  libpcap: upgrade to 1.5.3
  minicom: upgrade to 2.7
  connman: upgrade to 1.21

 meta/recipes-connectivity/connman/connman.inc                  |  7 ++-----
 .../connman/{connman_1.20.bb => connman_1.21.bb}               |  5 ++---
 .../libpcap/{libpcap_1.5.2.bb => libpcap_1.5.3.bb}             |  7 ++-----
 meta/recipes-connectivity/neard/neard_0.10.bb                  | 10 ----------
 meta/recipes-connectivity/neard/neard_0.14.bb                  |  9 +++++++++
 .../0001-fix-minicom-h-v-return-value-is-not-0.patch           |  0
 .../{minicom-2.6.2 => minicom}/allow.to.disable.lockdev.patch  |  0
 .../minicom/{minicom_2.6.2.bb => minicom_2.7.bb}               |  6 +++---
 8 files changed, 18 insertions(+), 26 deletions(-)  rename meta/recipes-connectivity/connman/{connman_1.20.bb => connman_1.21.bb} (68%)  rename meta/recipes-connectivity/libpcap/{libpcap_1.5.2.bb => libpcap_1.5.3.bb} (77%)  delete mode 100644 meta/recipes-connectivity/neard/neard_0.10.bb
 create mode 100644 meta/recipes-connectivity/neard/neard_0.14.bb
 rename meta/recipes-extended/minicom/{minicom-2.6.2 => minicom}/0001-fix-minicom-h-v-return-value-is-not-0.patch (100%)  rename meta/recipes-extended/minicom/{minicom-2.6.2 => minicom}/allow.to.disable.lockdev.patch (100%)  rename meta/recipes-extended/minicom/{minicom_2.6.2.bb => minicom_2.7.bb} (77%)

--
1.8.3.2

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

end of thread, other threads:[~2014-01-27 13:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-22  9:04 [PATCH 0/4] Comms PUs Cristian Iorga
2014-01-22  9:04 ` [PATCH 1/4] neard: upgrade to 0.14 Cristian Iorga
2014-01-22  9:04 ` [PATCH 2/4] libpcap: upgrade to 1.5.3 Cristian Iorga
2014-01-22  9:04 ` [PATCH 3/4] minicom: upgrade to 2.7 Cristian Iorga
2014-01-22  9:04 ` [PATCH 4/4] connman: upgrade to 1.21 Cristian Iorga
2014-01-27 13:58 ` [PATCH 0/4] Comms PUs Iorga, Cristian

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