All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][meta-oe 0/2] Patches fixing issues with owfs
@ 2012-06-02 17:42 Otavio Salvador
  2012-06-02 17:42 ` [PATCH][meta-oe 1/2] owfs: update to 2.8p15 Otavio Salvador
  2012-06-02 17:42 ` [PATCH][meta-oe 2/2] owfs: enable/disable modules to make build predicable Otavio Salvador
  0 siblings, 2 replies; 3+ messages in thread
From: Otavio Salvador @ 2012-06-02 17:42 UTC (permalink / raw)
  To: openembedded-devel

The following changes since commit fb360b53a5f9715320fe161637e4b46737f52d8f:

  gcalctool: remove older version and drop 'patch=1' (2012-06-01 09:26:11 +0200)

are available in the git repository at:
  git://github.com/OSSystems/meta-oe master
  https://github.com/OSSystems/meta-oe/tree/master

Otavio Salvador (2):
  owfs: update to 2.8p15
  owfs: enable/disable modules to make build predicable

 .../owfs/{owfs_2.8p14.bb => owfs_2.8p15.bb}        |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-extended/owfs/{owfs_2.8p14.bb => owfs_2.8p15.bb} (88%)

-- 
1.7.2.5




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

* [PATCH][meta-oe 1/2] owfs: update to 2.8p15
  2012-06-02 17:42 [PATCH][meta-oe 0/2] Patches fixing issues with owfs Otavio Salvador
@ 2012-06-02 17:42 ` Otavio Salvador
  2012-06-02 17:42 ` [PATCH][meta-oe 2/2] owfs: enable/disable modules to make build predicable Otavio Salvador
  1 sibling, 0 replies; 3+ messages in thread
From: Otavio Salvador @ 2012-06-02 17:42 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 .../owfs/{owfs_2.8p14.bb => owfs_2.8p15.bb}        |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-extended/owfs/{owfs_2.8p14.bb => owfs_2.8p15.bb} (94%)

diff --git a/meta-oe/recipes-extended/owfs/owfs_2.8p14.bb b/meta-oe/recipes-extended/owfs/owfs_2.8p15.bb
similarity index 94%
rename from meta-oe/recipes-extended/owfs/owfs_2.8p14.bb
rename to meta-oe/recipes-extended/owfs/owfs_2.8p15.bb
index 1acdcf9..451aaae 100644
--- a/meta-oe/recipes-extended/owfs/owfs_2.8p14.bb
+++ b/meta-oe/recipes-extended/owfs/owfs_2.8p15.bb
@@ -11,8 +11,8 @@ DEPENDS = "fuse virtual/libusb0"
 SRC_URI = "${SOURCEFORGE_MIRROR}/owfs/owfs-${PV}.tar.gz \
            file://owhttpd \
            file://owserver "
-SRC_URI[md5sum] = "cd213fd9bbfed95cca2c833c0f14dd72"
-SRC_URI[sha256sum] = "88b6ee5e7e4d3fe6f4faf021948236162219cf5d1ff4bf3844e62e6ae2635b23"
+SRC_URI[md5sum] = "24ec3d04ded1b199831f03e70d9e2f1f"
+SRC_URI[sha256sum] = "5bbc4ff01865e114f52ef75fd7dd3a5ee52b9ad6841504cc6155a353c516ed87"
 
 inherit autotools update-rc.d
 
-- 
1.7.2.5




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

* [PATCH][meta-oe 2/2] owfs: enable/disable modules to make build predicable
  2012-06-02 17:42 [PATCH][meta-oe 0/2] Patches fixing issues with owfs Otavio Salvador
  2012-06-02 17:42 ` [PATCH][meta-oe 1/2] owfs: update to 2.8p15 Otavio Salvador
@ 2012-06-02 17:42 ` Otavio Salvador
  1 sibling, 0 replies; 3+ messages in thread
From: Otavio Salvador @ 2012-06-02 17:42 UTC (permalink / raw)
  To: openembedded-devel

We enforce the avaiability of w1 kernel support and owfs filesystem
but disable Perl, Python and PHP buildings for now.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-extended/owfs/owfs_2.8p15.bb |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-extended/owfs/owfs_2.8p15.bb b/meta-oe/recipes-extended/owfs/owfs_2.8p15.bb
index 451aaae..d7c5040 100644
--- a/meta-oe/recipes-extended/owfs/owfs_2.8p15.bb
+++ b/meta-oe/recipes-extended/owfs/owfs_2.8p15.bb
@@ -8,6 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
 
 DEPENDS = "fuse virtual/libusb0"
 
+PR = "r1"
+
 SRC_URI = "${SOURCEFORGE_MIRROR}/owfs/owfs-${PV}.tar.gz \
            file://owhttpd \
            file://owserver "
@@ -19,11 +21,16 @@ inherit autotools update-rc.d
 EXTRA_OECONF = " \
                  --with-fuseinclude=${STAGING_INCDIR} \
                  --with-fuselib=${STAGING_LIBDIR} \
+                 --enable-owfs \
                  --enable-owhttpd \
                  --enable-cache \
                  --enable-mt \
+                 --enable-w1 \
                  --disable-swig \
                  --disable-owtcl \
+                 --disable-owphp \
+                 --disable-owpython \
+                 --disable-owperl \
                  "
 
 do_install_prepend() {
-- 
1.7.2.5




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

end of thread, other threads:[~2012-06-02 17:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-02 17:42 [PATCH][meta-oe 0/2] Patches fixing issues with owfs Otavio Salvador
2012-06-02 17:42 ` [PATCH][meta-oe 1/2] owfs: update to 2.8p15 Otavio Salvador
2012-06-02 17:42 ` [PATCH][meta-oe 2/2] owfs: enable/disable modules to make build predicable 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.