All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][meta-oe 1/3] scsirastools: add dependency on groff-native
@ 2017-03-16 16:40 Martin Jansa
  2017-03-16 16:40 ` [PATCH][meta-oe 2/3] openflow: add dependency on openssl-native Martin Jansa
  2017-03-16 16:40 ` [PATCH][meta-oe 3/3] lprng: disable clear support Martin Jansa
  0 siblings, 2 replies; 3+ messages in thread
From: Martin Jansa @ 2017-03-16 16:40 UTC (permalink / raw)
  To: openembedded-devel

* calls nroff

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-extended/scsirastools/scsirastools_1.6.4.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.4.bb b/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.4.bb
index c64bd9269..d0c36e472 100644
--- a/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.4.bb
+++ b/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.4.bb
@@ -8,6 +8,8 @@ HOMEPAGE = "http://scsirastools.sourceforge.net/"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=687ea108478d26152ae46eb29d9d1545"
 
+DEPENDS += "groff-native"
+
 SRC_URI = "http://prdownloads.sourceforge.net/scsirastools/scsirastools-${PV}.tar.gz"
 SRC_URI[md5sum] = "2d775111b62e2dfc1960a722f5fda211"
 SRC_URI[sha256sum] = "38d2c6c9b04a2c594e528927b950754f94c0522718d17c78e6589ba778339bf8"
-- 
2.12.0



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

* [PATCH][meta-oe 2/3] openflow: add dependency on openssl-native
  2017-03-16 16:40 [PATCH][meta-oe 1/3] scsirastools: add dependency on groff-native Martin Jansa
@ 2017-03-16 16:40 ` Martin Jansa
  2017-03-16 16:40 ` [PATCH][meta-oe 3/3] lprng: disable clear support Martin Jansa
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2017-03-16 16:40 UTC (permalink / raw)
  To: openembedded-devel

* calls openssl
* I haven't checked what it does with openssl call, maybe it should
  be modified to get the data from target openssl not native

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-networking/recipes-protocols/openflow/openflow.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-protocols/openflow/openflow.inc b/meta-networking/recipes-protocols/openflow/openflow.inc
index 7019bce7f..0ae2d1f1d 100644
--- a/meta-networking/recipes-protocols/openflow/openflow.inc
+++ b/meta-networking/recipes-protocols/openflow/openflow.inc
@@ -16,7 +16,7 @@ SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git"
 DEPENDS = "virtual/libc"
 
 PACKAGECONFIG ??= "openssl"
-PACKAGECONFIG[openssl] = "--enable-ssl,--disable-ssl, openssl, libssl"
+PACKAGECONFIG[openssl] = "--enable-ssl,--disable-ssl, openssl openssl-native, libssl"
 
 EXTRA_OECONF += " \
                  KARCH=${TARGET_ARCH} \
-- 
2.12.0



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

* [PATCH][meta-oe 3/3] lprng: disable clear support
  2017-03-16 16:40 [PATCH][meta-oe 1/3] scsirastools: add dependency on groff-native Martin Jansa
  2017-03-16 16:40 ` [PATCH][meta-oe 2/3] openflow: add dependency on openssl-native Martin Jansa
@ 2017-03-16 16:40 ` Martin Jansa
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2017-03-16 16:40 UTC (permalink / raw)
  To: openembedded-devel

* otherwise configure checks for clear and fails to find it since HOSTTOOLS filtering

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-extended/lprng/lprng_3.8.C.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-extended/lprng/lprng_3.8.C.bb b/meta-oe/recipes-extended/lprng/lprng_3.8.C.bb
index 80b93d920..963c6320f 100644
--- a/meta-oe/recipes-extended/lprng/lprng_3.8.C.bb
+++ b/meta-oe/recipes-extended/lprng/lprng_3.8.C.bb
@@ -12,6 +12,9 @@ inherit autotools gettext
 EXTRA_OECONF = "--disable-ssl --disable-kerberos --enable-force_localhost"
 FILES_${PN}-dbg += "${libdir}/lprng/filters/.debug"
 
+# configure: WARNING: Program 'clear' is not found. Set environment CLEAR=no if you do not want to use it
+export CLEAR = "no"
+
 do_install_append() {
     mv ${D}/etc/printcap.sample ${D}/etc/printcap
     mv ${D}/etc/lpd/lpd.conf.sample ${D}/etc/lpd/lpd.conf
-- 
2.12.0



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

end of thread, other threads:[~2017-03-16 16:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-16 16:40 [PATCH][meta-oe 1/3] scsirastools: add dependency on groff-native Martin Jansa
2017-03-16 16:40 ` [PATCH][meta-oe 2/3] openflow: add dependency on openssl-native Martin Jansa
2017-03-16 16:40 ` [PATCH][meta-oe 3/3] lprng: disable clear support Martin Jansa

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.