All of lore.kernel.org
 help / color / mirror / Atom feed
* [morty/rocko/master][PATCH v2 1/2] ti-llvm3.6: add dependency on groff-native
@ 2018-03-01 19:25 Jacob Stiffler
  2018-03-01 19:25 ` [rocko/master][PATCH v2 2/2] layer.conf: remove groff from HOSTTOOLS Jacob Stiffler
  2018-03-06 13:28 ` [morty/rocko/master][PATCH v2 1/2] ti-llvm3.6: add dependency on groff-native Jacob Stiffler
  0 siblings, 2 replies; 6+ messages in thread
From: Jacob Stiffler @ 2018-03-01 19:25 UTC (permalink / raw)
  To: meta-arago

* groff is used to generate documentaion during the install task

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
* No change for this patch, but an additional patch is added to the set.

 meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb b/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb
index 4f36310..91d3cea 100644
--- a/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb
+++ b/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb
@@ -17,7 +17,7 @@ require recipes-core/llvm/llvm.inc
 
 LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
 
-DEPENDS += "libxml2"
+DEPENDS += "libxml2 groff-native"
 DEPENDS_append_class-target = " valgrind"
 
 LLVM_DIR = "ti-llvm${PV}"
-- 
2.7.4



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

* [rocko/master][PATCH v2 2/2] layer.conf: remove groff from HOSTTOOLS
  2018-03-01 19:25 [morty/rocko/master][PATCH v2 1/2] ti-llvm3.6: add dependency on groff-native Jacob Stiffler
@ 2018-03-01 19:25 ` Jacob Stiffler
  2018-03-06 13:28 ` [morty/rocko/master][PATCH v2 1/2] ti-llvm3.6: add dependency on groff-native Jacob Stiffler
  1 sibling, 0 replies; 6+ messages in thread
From: Jacob Stiffler @ 2018-03-01 19:25 UTC (permalink / raw)
  To: meta-arago

* oe-core provides groff, so groff-native was added as a dependency
  for ti-llvm3.6

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 meta-arago-extras/conf/layer.conf | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta-arago-extras/conf/layer.conf b/meta-arago-extras/conf/layer.conf
index 3ce0eac..83ac107 100644
--- a/meta-arago-extras/conf/layer.conf
+++ b/meta-arago-extras/conf/layer.conf
@@ -40,6 +40,3 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
     gstreamer1.0-plugins-bad \
     opencl \
 "
-
-# ti-llvm3.6 calls groff
-HOSTTOOLS += "groff"
-- 
2.7.4



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

* Re: [morty/rocko/master][PATCH v2 1/2] ti-llvm3.6: add dependency on groff-native
  2018-03-01 19:25 [morty/rocko/master][PATCH v2 1/2] ti-llvm3.6: add dependency on groff-native Jacob Stiffler
  2018-03-01 19:25 ` [rocko/master][PATCH v2 2/2] layer.conf: remove groff from HOSTTOOLS Jacob Stiffler
@ 2018-03-06 13:28 ` Jacob Stiffler
  2018-03-06 16:21   ` Denys Dmytriyenko
  1 sibling, 1 reply; 6+ messages in thread
From: Jacob Stiffler @ 2018-03-06 13:28 UTC (permalink / raw)
  To: meta-arago

I see that this was accepted into rocko/master, but can this also be 
accepted into morty?


On 3/1/2018 2:25 PM, Jacob Stiffler wrote:
> * groff is used to generate documentaion during the install task
>
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> * No change for this patch, but an additional patch is added to the set.
>
>   meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb b/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb
> index 4f36310..91d3cea 100644
> --- a/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb
> +++ b/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb
> @@ -17,7 +17,7 @@ require recipes-core/llvm/llvm.inc
>   
>   LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
>   
> -DEPENDS += "libxml2"
> +DEPENDS += "libxml2 groff-native"
>   DEPENDS_append_class-target = " valgrind"
>   
>   LLVM_DIR = "ti-llvm${PV}"



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

* Re: [morty/rocko/master][PATCH v2 1/2] ti-llvm3.6: add dependency on groff-native
  2018-03-06 13:28 ` [morty/rocko/master][PATCH v2 1/2] ti-llvm3.6: add dependency on groff-native Jacob Stiffler
@ 2018-03-06 16:21   ` Denys Dmytriyenko
  2018-03-06 16:25     ` Denys Dmytriyenko
  0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2018-03-06 16:21 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

That's what I was just asking Eric last night...

On Tue, Mar 06, 2018 at 08:28:29AM -0500, Jacob Stiffler wrote:
> I see that this was accepted into rocko/master, but can this also be
> accepted into morty?
> 
> 
> On 3/1/2018 2:25 PM, Jacob Stiffler wrote:
> >* groff is used to generate documentaion during the install task
> >
> >Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> >---
> >* No change for this patch, but an additional patch is added to the set.
> >
> >  meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> >diff --git a/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb b/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb
> >index 4f36310..91d3cea 100644
> >--- a/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb
> >+++ b/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb
> >@@ -17,7 +17,7 @@ require recipes-core/llvm/llvm.inc
> >  LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
> >-DEPENDS += "libxml2"
> >+DEPENDS += "libxml2 groff-native"
> >  DEPENDS_append_class-target = " valgrind"
> >  LLVM_DIR = "ti-llvm${PV}"
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [morty/rocko/master][PATCH v2 1/2] ti-llvm3.6: add dependency on groff-native
  2018-03-06 16:21   ` Denys Dmytriyenko
@ 2018-03-06 16:25     ` Denys Dmytriyenko
  2018-03-06 16:39       ` Jacob Stiffler
  0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2018-03-06 16:25 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

On Tue, Mar 06, 2018 at 11:21:46AM -0500, Denys Dmytriyenko wrote:
> That's what I was just asking Eric last night...

Sorry, disregard this - I confused this for qt-tstat.


> On Tue, Mar 06, 2018 at 08:28:29AM -0500, Jacob Stiffler wrote:
> > I see that this was accepted into rocko/master, but can this also be
> > accepted into morty?

Why do you need it in morty? It would use host groff just fine...


> > On 3/1/2018 2:25 PM, Jacob Stiffler wrote:
> > >* groff is used to generate documentaion during the install task
> > >
> > >Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> > >---
> > >* No change for this patch, but an additional patch is added to the set.
> > >
> > >  meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > >diff --git a/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb b/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb
> > >index 4f36310..91d3cea 100644
> > >--- a/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb
> > >+++ b/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb
> > >@@ -17,7 +17,7 @@ require recipes-core/llvm/llvm.inc
> > >  LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
> > >-DEPENDS += "libxml2"
> > >+DEPENDS += "libxml2 groff-native"
> > >  DEPENDS_append_class-target = " valgrind"
> > >  LLVM_DIR = "ti-llvm${PV}"
> > 
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [morty/rocko/master][PATCH v2 1/2] ti-llvm3.6: add dependency on groff-native
  2018-03-06 16:25     ` Denys Dmytriyenko
@ 2018-03-06 16:39       ` Jacob Stiffler
  0 siblings, 0 replies; 6+ messages in thread
From: Jacob Stiffler @ 2018-03-06 16:39 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago



On 3/6/2018 11:25 AM, Denys Dmytriyenko wrote:
> On Tue, Mar 06, 2018 at 11:21:46AM -0500, Denys Dmytriyenko wrote:
>> That's what I was just asking Eric last night...
> Sorry, disregard this - I confused this for qt-tstat.
>
>
>> On Tue, Mar 06, 2018 at 08:28:29AM -0500, Jacob Stiffler wrote:
>>> I see that this was accepted into rocko/master, but can this also be
>>> accepted into morty?
> Why do you need it in morty? It would use host groff just fine...

I ran into this while building a different distro within a docker 
container. The default container did not have groff, so it does not seem 
safe to assume that all hosts will have groff.

>
>>> On 3/1/2018 2:25 PM, Jacob Stiffler wrote:
>>>> * groff is used to generate documentaion during the install task
>>>>
>>>> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
>>>> ---
>>>> * No change for this patch, but an additional patch is added to the set.
>>>>
>>>>   meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb | 2 +-
>>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>>>
>>>> diff --git a/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb b/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb
>>>> index 4f36310..91d3cea 100644
>>>> --- a/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb
>>>> +++ b/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb
>>>> @@ -17,7 +17,7 @@ require recipes-core/llvm/llvm.inc
>>>>   LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
>>>> -DEPENDS += "libxml2"
>>>> +DEPENDS += "libxml2 groff-native"
>>>>   DEPENDS_append_class-target = " valgrind"
>>>>   LLVM_DIR = "ti-llvm${PV}"
>>> _______________________________________________
>>> meta-arago mailing list
>>> meta-arago@arago-project.org
>>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago



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

end of thread, other threads:[~2018-03-06 16:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-01 19:25 [morty/rocko/master][PATCH v2 1/2] ti-llvm3.6: add dependency on groff-native Jacob Stiffler
2018-03-01 19:25 ` [rocko/master][PATCH v2 2/2] layer.conf: remove groff from HOSTTOOLS Jacob Stiffler
2018-03-06 13:28 ` [morty/rocko/master][PATCH v2 1/2] ti-llvm3.6: add dependency on groff-native Jacob Stiffler
2018-03-06 16:21   ` Denys Dmytriyenko
2018-03-06 16:25     ` Denys Dmytriyenko
2018-03-06 16:39       ` Jacob Stiffler

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.