* [PATCH] setserial: package depends on groff-native to build
@ 2014-01-26 5:57 Yue Tao
2014-01-27 4:05 ` Saul Wold
0 siblings, 1 reply; 7+ messages in thread
From: Yue Tao @ 2014-01-26 5:57 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Jonas Zetterberg <jonas.zetterberg@windriver.com>
Signed-off-by: Yue Tao <yue.tao@windriver.com>
---
meta/recipes-bsp/setserial/setserial_2.17.bb | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-bsp/setserial/setserial_2.17.bb b/meta/recipes-bsp/setserial/setserial_2.17.bb
index 8f112ed..505f63c 100644
--- a/meta/recipes-bsp/setserial/setserial_2.17.bb
+++ b/meta/recipes-bsp/setserial/setserial_2.17.bb
@@ -6,7 +6,9 @@ SECTION = "console/utils"
LICENSE = "GPLv2.0"
LIC_FILES_CHKSUM = "file://version.h;beginline=1;endline=6;md5=2e7c59cb9e57e356ae81f50f4e4dfd99"
-PR = "r3"
+PR = "r4"
+
+DEPENDS += "groff-native"
inherit autotools
--
1.7.5.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] setserial: package depends on groff-native to build
2014-01-26 5:57 [PATCH] setserial: package depends on groff-native to build Yue Tao
@ 2014-01-27 4:05 ` Saul Wold
0 siblings, 0 replies; 7+ messages in thread
From: Saul Wold @ 2014-01-27 4:05 UTC (permalink / raw)
To: Yue Tao, openembedded-core
On 01/25/2014 09:57 PM, Yue Tao wrote:
> Signed-off-by: Jonas Zetterberg <jonas.zetterberg@windriver.com>
> Signed-off-by: Yue Tao <yue.tao@windriver.com>
> ---
> meta/recipes-bsp/setserial/setserial_2.17.bb | 4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-bsp/setserial/setserial_2.17.bb b/meta/recipes-bsp/setserial/setserial_2.17.bb
> index 8f112ed..505f63c 100644
> --- a/meta/recipes-bsp/setserial/setserial_2.17.bb
> +++ b/meta/recipes-bsp/setserial/setserial_2.17.bb
> @@ -6,7 +6,9 @@ SECTION = "console/utils"
>
> LICENSE = "GPLv2.0"
> LIC_FILES_CHKSUM = "file://version.h;beginline=1;endline=6;md5=2e7c59cb9e57e356ae81f50f4e4dfd99"
> -PR = "r3"
> +PR = "r4"
> +
No PR Bump need, please resend.
Thanks
Sau!
> +DEPENDS += "groff-native"
>
> inherit autotools
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] setserial: package depends on groff-native to build
@ 2014-03-26 7:52 jackie.huang
2014-05-07 3:34 ` Huang, Jie (Jackie)
0 siblings, 1 reply; 7+ messages in thread
From: jackie.huang @ 2014-03-26 7:52 UTC (permalink / raw)
To: openembedded-core
From: Yue Tao <Yue.Tao@windriver.com>
Signed-off-by: Jonas Zetterberg <jonas.zetterberg@windriver.com>
Signed-off-by: Yue Tao <yue.tao@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta/recipes-bsp/setserial/setserial_2.17.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-bsp/setserial/setserial_2.17.bb b/meta/recipes-bsp/setserial/setserial_2.17.bb
index 65d6068..f1e8cd3 100644
--- a/meta/recipes-bsp/setserial/setserial_2.17.bb
+++ b/meta/recipes-bsp/setserial/setserial_2.17.bb
@@ -8,6 +8,8 @@ LICENSE = "GPLv2.0"
LIC_FILES_CHKSUM = "file://version.h;beginline=1;endline=6;md5=2e7c59cb9e57e356ae81f50f4e4dfd99"
PR = "r3"
+DEPENDS += "groff-native"
+
inherit autotools-brokensep
SRC_URI = "${SOURCEFORGE_MIRROR}/setserial/${BPN}-${PV}.tar.gz \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] setserial: package depends on groff-native to build
2014-03-26 7:52 jackie.huang
@ 2014-05-07 3:34 ` Huang, Jie (Jackie)
0 siblings, 0 replies; 7+ messages in thread
From: Huang, Jie (Jackie) @ 2014-05-07 3:34 UTC (permalink / raw)
To: openembedded-core@lists.openembedded.org
Ping, can someone merge this?
Thanks,
Jackie
> -----Original Message-----
> From: jackie.huang@windriver.com [mailto:jackie.huang@windriver.com]
> Sent: Wednesday, March 26, 2014 3:52 PM
> To: openembedded-core@lists.openembedded.org
> Cc: Huang, Jie (Jackie)
> Subject: [PATCH] setserial: package depends on groff-native to build
>
> From: Yue Tao <Yue.Tao@windriver.com>
>
> Signed-off-by: Jonas Zetterberg <jonas.zetterberg@windriver.com>
> Signed-off-by: Yue Tao <yue.tao@windriver.com>
> Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
> ---
> meta/recipes-bsp/setserial/setserial_2.17.bb | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/meta/recipes-bsp/setserial/setserial_2.17.bb b/meta/recipes-
> bsp/setserial/setserial_2.17.bb
> index 65d6068..f1e8cd3 100644
> --- a/meta/recipes-bsp/setserial/setserial_2.17.bb
> +++ b/meta/recipes-bsp/setserial/setserial_2.17.bb
> @@ -8,6 +8,8 @@ LICENSE = "GPLv2.0"
> LIC_FILES_CHKSUM =
> "file://version.h;beginline=1;endline=6;md5=2e7c59cb9e57e356ae81f50f4e4dfd99"
> PR = "r3"
>
> +DEPENDS += "groff-native"
> +
> inherit autotools-brokensep
>
> SRC_URI = "${SOURCEFORGE_MIRROR}/setserial/${BPN}-${PV}.tar.gz \
> --
> 1.7.9.5
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] setserial: package depends on groff-native to build
@ 2014-07-14 9:03 jackie.huang
2014-07-14 10:32 ` Burton, Ross
0 siblings, 1 reply; 7+ messages in thread
From: jackie.huang @ 2014-07-14 9:03 UTC (permalink / raw)
To: openembedded-core
From: Yue Tao <Yue.Tao@windriver.com>
[YOCTO #6526]
Add explicit depends to avoid host contamination.
Signed-off-by: Jonas Zetterberg <jonas.zetterberg@windriver.com>
Signed-off-by: Yue Tao <yue.tao@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta/recipes-bsp/setserial/setserial_2.17.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-bsp/setserial/setserial_2.17.bb b/meta/recipes-bsp/setserial/setserial_2.17.bb
index 65d6068..f1e8cd3 100644
--- a/meta/recipes-bsp/setserial/setserial_2.17.bb
+++ b/meta/recipes-bsp/setserial/setserial_2.17.bb
@@ -8,6 +8,8 @@ LICENSE = "GPLv2.0"
LIC_FILES_CHKSUM = "file://version.h;beginline=1;endline=6;md5=2e7c59cb9e57e356ae81f50f4e4dfd99"
PR = "r3"
+DEPENDS += "groff-native"
+
inherit autotools-brokensep
SRC_URI = "${SOURCEFORGE_MIRROR}/setserial/${BPN}-${PV}.tar.gz \
--
2.0.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] setserial: package depends on groff-native to build
2014-07-14 9:03 jackie.huang
@ 2014-07-14 10:32 ` Burton, Ross
2014-07-15 1:57 ` Huang, Jie (Jackie)
0 siblings, 1 reply; 7+ messages in thread
From: Burton, Ross @ 2014-07-14 10:32 UTC (permalink / raw)
To: jackie.huang; +Cc: OE-core
On 14 July 2014 10:03, <jackie.huang@windriver.com> wrote:
> Add explicit depends to avoid host contamination.
That's not host contamination, please reword the commit to explain
that it's a missing build dependency.
Ross
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] setserial: package depends on groff-native to build
2014-07-14 10:32 ` Burton, Ross
@ 2014-07-15 1:57 ` Huang, Jie (Jackie)
0 siblings, 0 replies; 7+ messages in thread
From: Huang, Jie (Jackie) @ 2014-07-15 1:57 UTC (permalink / raw)
To: BURTON, ROSS; +Cc: OE-core
> -----Original Message-----
> From: Burton, Ross [mailto:ross.burton@intel.com]
> Sent: Monday, July 14, 2014 6:32 PM
> To: Huang, Jie (Jackie)
> Cc: OE-core
> Subject: Re: [OE-core] [PATCH] setserial: package depends on groff-native to build
>
> On 14 July 2014 10:03, <jackie.huang@windriver.com> wrote:
> > Add explicit depends to avoid host contamination.
>
> That's not host contamination, please reword the commit to explain that it's a missing build
Sure, I will resend v2 for this.
Thanks,
Jackie
> dependency.
>
> Ross
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-07-15 1:57 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-26 5:57 [PATCH] setserial: package depends on groff-native to build Yue Tao
2014-01-27 4:05 ` Saul Wold
-- strict thread matches above, loose matches on Subject: below --
2014-03-26 7:52 jackie.huang
2014-05-07 3:34 ` Huang, Jie (Jackie)
2014-07-14 9:03 jackie.huang
2014-07-14 10:32 ` Burton, Ross
2014-07-15 1:57 ` Huang, Jie (Jackie)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox