All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oic][PATCH 1/3] Set real url in SRCREV
@ 2016-11-08 13:37 Philippe Coval
  2016-11-08 13:37 ` [meta-oic][PATCH 2/3] Add packagegroup iotivity Philippe Coval
  2016-11-08 13:37 ` [meta-oic][PATCH 3/3] Rebase 1.1.1 on 1.1-rel maintenance branch Philippe Coval
  0 siblings, 2 replies; 3+ messages in thread
From: Philippe Coval @ 2016-11-08 13:37 UTC (permalink / raw)
  To: kishen.maloor; +Cc: iotivity-dev, yocto, Philippe Coval

RPM packaging might be lost on older version of yocto
It was observed using tizen-distro with raspberrypi BSP layer

Change-Id: Ic400c0d92961eabda235fc8314740d9e23851b31
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
---
 recipes-core/iotivity/iotivity_1.1.1.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/recipes-core/iotivity/iotivity_1.1.1.bb b/recipes-core/iotivity/iotivity_1.1.1.bb
index a503c59..5abfb57 100644
--- a/recipes-core/iotivity/iotivity_1.1.1.bb
+++ b/recipes-core/iotivity/iotivity_1.1.1.bb
@@ -8,10 +8,9 @@ SECTION = "libs"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://resource/include/OCApi.h;beginline=1;endline=19;md5=fc5a615cf1dc3880967127bc853b3e0c"
 
-url_iotivity = "git://github.com/iotivity/iotivity.git"
 branch_iotivity = "1.1-rel"
 SRCREV = "8078b450c9a75b7aecaf6259fd0a8710318fce0f"
-SRC_URI = "${url_iotivity};destsuffix=${S};branch=${branch_iotivity};protocol=http;"
+SRC_URI = "git://github.com/iotivity/iotivity.git;destsuffix=${S};branch=${branch_iotivity};protocol=http;"
 
 url_tinycbor = "git://github.com/01org/tinycbor.git"
 SRCREV_tinycbor = "358a7e42ab1ed421a68e699d8d8359340bcfacbd"
-- 
1.9.1



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

* [meta-oic][PATCH 2/3] Add packagegroup iotivity
  2016-11-08 13:37 [meta-oic][PATCH 1/3] Set real url in SRCREV Philippe Coval
@ 2016-11-08 13:37 ` Philippe Coval
  2016-11-08 13:37 ` [meta-oic][PATCH 3/3] Rebase 1.1.1 on 1.1-rel maintenance branch Philippe Coval
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Coval @ 2016-11-08 13:37 UTC (permalink / raw)
  To: kishen.maloor; +Cc: iotivity-dev, yocto, Philippe Coval

Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
---
 .../packagegroups/packagegroup-iotivity.bb         | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 recipes-core/packagegroups/packagegroup-iotivity.bb

diff --git a/recipes-core/packagegroups/packagegroup-iotivity.bb b/recipes-core/packagegroups/packagegroup-iotivity.bb
new file mode 100644
index 0000000..f664d83
--- /dev/null
+++ b/recipes-core/packagegroups/packagegroup-iotivity.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "IoTivity full package set including examples"
+LICENSE = "Apache-2.0"
+
+inherit packagegroup
+
+PACKAGES = "\
+    packagegroup-iotivity \
+    "
+
+ALLOW_EMPTY_${PN} = "1"
+
+RDEPENDS_${PN} += "\
+    iotivity \
+    iotivity-plugins-samples \
+    iotivity-resource \
+    iotivity-resource-samples \
+    iotivity-service \
+    iotivity-service-samples \
+    iotivity-tests \
+    "
+
+RDEPENDS_${PN} += "\
+    iotivity-simple-client \
+    "
-- 
1.9.1



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

* [meta-oic][PATCH 3/3] Rebase 1.1.1 on 1.1-rel maintenance branch
  2016-11-08 13:37 [meta-oic][PATCH 1/3] Set real url in SRCREV Philippe Coval
  2016-11-08 13:37 ` [meta-oic][PATCH 2/3] Add packagegroup iotivity Philippe Coval
@ 2016-11-08 13:37 ` Philippe Coval
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Coval @ 2016-11-08 13:37 UTC (permalink / raw)
  To: kishen.maloor; +Cc: iotivity-dev, yocto, Philippe Coval

 * stdassert.h is not standard-compliant. Change this to assert.h
 * linux: Support also armeabi-v7a TARGET_ARCH
 * minor changes

Fix harmless typo in recipe too

Change-Id: I99c3742e4b332094e76cdd0af49cf8b7253d246c
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
---
 recipes-core/iotivity/iotivity_1.1.1.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-core/iotivity/iotivity_1.1.1.bb b/recipes-core/iotivity/iotivity_1.1.1.bb
index 5abfb57..88becb6 100644
--- a/recipes-core/iotivity/iotivity_1.1.1.bb
+++ b/recipes-core/iotivity/iotivity_1.1.1.bb
@@ -1,4 +1,4 @@
-PR = "r2"
+PR = "r3"
 SUMMARY = "IoTivity framework and SDK sponsored by the Open Connectivity Foundation."
 DESCRIPTION = "IoTivity is an open source software framework enabling seamless device-to-device connectivity to address the emerging needs of the Internet of Things."
 HOMEPAGE = "https://www.iotivity.org/"
@@ -9,7 +9,7 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://resource/include/OCApi.h;beginline=1;endline=19;md5=fc5a615cf1dc3880967127bc853b3e0c"
 
 branch_iotivity = "1.1-rel"
-SRCREV = "8078b450c9a75b7aecaf6259fd0a8710318fce0f"
+SRCREV = "5aa4339c5b6e11c062dcddca1372ef3f747cc2cb"
 SRC_URI = "git://github.com/iotivity/iotivity.git;destsuffix=${S};branch=${branch_iotivity};protocol=http;"
 
 url_tinycbor = "git://github.com/01org/tinycbor.git"
@@ -377,7 +377,7 @@ do_install() {
 
 FILES_${PN}-resource-dev = "\
         ${includedir}/iotivity/resource \
-        ${inclidedir}/iotivity/extlibs"
+        ${includedir}/iotivity/extlibs"
 
 FILES_${PN}-resource-thin-staticdev = "\
         ${libdir}/libocsrm.a \
-- 
1.9.1



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

end of thread, other threads:[~2016-11-08 13:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-08 13:37 [meta-oic][PATCH 1/3] Set real url in SRCREV Philippe Coval
2016-11-08 13:37 ` [meta-oic][PATCH 2/3] Add packagegroup iotivity Philippe Coval
2016-11-08 13:37 ` [meta-oic][PATCH 3/3] Rebase 1.1.1 on 1.1-rel maintenance branch Philippe Coval

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.