* [oe-core][recipes-extended][PATCH] diffutils-ptest: add runtime dependency on make
@ 2018-07-05 9:28 Zhang Xiao
2018-07-05 16:04 ` Khem Raj
0 siblings, 1 reply; 5+ messages in thread
From: Zhang Xiao @ 2018-07-05 9:28 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com>
---
meta/recipes-extended/diffutils/diffutils_3.6.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-extended/diffutils/diffutils_3.6.bb b/meta/recipes-extended/diffutils/diffutils_3.6.bb
index deadd62c65..8ba897d18f 100644
--- a/meta/recipes-extended/diffutils/diffutils_3.6.bb
+++ b/meta/recipes-extended/diffutils/diffutils_3.6.bb
@@ -19,6 +19,8 @@ acpaths = "-I ./m4"
inherit ptest
+RDEPENDS_${PN}-ptest += "make"
+
do_install_ptest() {
t=${D}${PTEST_PATH}
install -D ${S}/build-aux/test-driver $t/build-aux/test-driver
--
2.17.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [oe-core][recipes-extended][PATCH] diffutils-ptest: add runtime dependency on make
2018-07-05 9:28 [oe-core][recipes-extended][PATCH] diffutils-ptest: add runtime dependency on make Zhang Xiao
@ 2018-07-05 16:04 ` Khem Raj
2018-07-06 0:14 ` ZhangXiao
2018-07-06 0:28 ` ZhangXiao
0 siblings, 2 replies; 5+ messages in thread
From: Khem Raj @ 2018-07-05 16:04 UTC (permalink / raw)
To: zhangxiao; +Cc: openembeded-devel
wrong ml. This should go to oe-core ml.
On Thu, Jul 5, 2018 at 2:29 AM Zhang Xiao <xiao.zhang@windriver.com> wrote:
>
> Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com>
> ---
> meta/recipes-extended/diffutils/diffutils_3.6.bb | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/meta/recipes-extended/diffutils/diffutils_3.6.bb b/meta/recipes-extended/diffutils/diffutils_3.6.bb
> index deadd62c65..8ba897d18f 100644
> --- a/meta/recipes-extended/diffutils/diffutils_3.6.bb
> +++ b/meta/recipes-extended/diffutils/diffutils_3.6.bb
> @@ -19,6 +19,8 @@ acpaths = "-I ./m4"
>
> inherit ptest
>
> +RDEPENDS_${PN}-ptest += "make"
> +
> do_install_ptest() {
> t=${D}${PTEST_PATH}
> install -D ${S}/build-aux/test-driver $t/build-aux/test-driver
> --
> 2.17.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [oe-core][recipes-extended][PATCH] diffutils-ptest: add runtime dependency on make
@ 2018-07-06 0:10 Zhang Xiao
0 siblings, 0 replies; 5+ messages in thread
From: Zhang Xiao @ 2018-07-06 0:10 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com>
---
meta/recipes-extended/diffutils/diffutils_3.6.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-extended/diffutils/diffutils_3.6.bb b/meta/recipes-extended/diffutils/diffutils_3.6.bb
index deadd62c65..8ba897d18f 100644
--- a/meta/recipes-extended/diffutils/diffutils_3.6.bb
+++ b/meta/recipes-extended/diffutils/diffutils_3.6.bb
@@ -19,6 +19,8 @@ acpaths = "-I ./m4"
inherit ptest
+RDEPENDS_${PN}-ptest += "make"
+
do_install_ptest() {
t=${D}${PTEST_PATH}
install -D ${S}/build-aux/test-driver $t/build-aux/test-driver
--
2.17.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [oe-core][recipes-extended][PATCH] diffutils-ptest: add runtime dependency on make
2018-07-05 16:04 ` Khem Raj
@ 2018-07-06 0:14 ` ZhangXiao
2018-07-06 0:28 ` ZhangXiao
1 sibling, 0 replies; 5+ messages in thread
From: ZhangXiao @ 2018-07-06 0:14 UTC (permalink / raw)
To: Khem Raj; +Cc: openembeded-devel
I am sorry that I don't know where the "[oe]" comes from. I used to send
this mail to myself with the same command, no such "[oe]" at the very
beginning. :-(
I will make it.
Xiao
在 2018年07月06日 00:04, Khem Raj 写道:
> wrong ml. This should go to oe-core ml.
> On Thu, Jul 5, 2018 at 2:29 AM Zhang Xiao <xiao.zhang@windriver.com> wrote:
>>
>> Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com>
>> ---
>> meta/recipes-extended/diffutils/diffutils_3.6.bb | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/meta/recipes-extended/diffutils/diffutils_3.6.bb b/meta/recipes-extended/diffutils/diffutils_3.6.bb
>> index deadd62c65..8ba897d18f 100644
>> --- a/meta/recipes-extended/diffutils/diffutils_3.6.bb
>> +++ b/meta/recipes-extended/diffutils/diffutils_3.6.bb
>> @@ -19,6 +19,8 @@ acpaths = "-I ./m4"
>>
>> inherit ptest
>>
>> +RDEPENDS_${PN}-ptest += "make"
>> +
>> do_install_ptest() {
>> t=${D}${PTEST_PATH}
>> install -D ${S}/build-aux/test-driver $t/build-aux/test-driver
>> --
>> 2.17.1
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [oe-core][recipes-extended][PATCH] diffutils-ptest: add runtime dependency on make
2018-07-05 16:04 ` Khem Raj
2018-07-06 0:14 ` ZhangXiao
@ 2018-07-06 0:28 ` ZhangXiao
1 sibling, 0 replies; 5+ messages in thread
From: ZhangXiao @ 2018-07-06 0:28 UTC (permalink / raw)
To: Khem Raj; +Cc: openembeded-devel
I just mis-understand you and send another mail to oe-core.
Thank you
Xiao
在 2018年07月06日 00:04, Khem Raj 写道:
> wrong ml. This should go to oe-core ml.
> On Thu, Jul 5, 2018 at 2:29 AM Zhang Xiao <xiao.zhang@windriver.com> wrote:
>>
>> Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com>
>> ---
>> meta/recipes-extended/diffutils/diffutils_3.6.bb | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/meta/recipes-extended/diffutils/diffutils_3.6.bb b/meta/recipes-extended/diffutils/diffutils_3.6.bb
>> index deadd62c65..8ba897d18f 100644
>> --- a/meta/recipes-extended/diffutils/diffutils_3.6.bb
>> +++ b/meta/recipes-extended/diffutils/diffutils_3.6.bb
>> @@ -19,6 +19,8 @@ acpaths = "-I ./m4"
>>
>> inherit ptest
>>
>> +RDEPENDS_${PN}-ptest += "make"
>> +
>> do_install_ptest() {
>> t=${D}${PTEST_PATH}
>> install -D ${S}/build-aux/test-driver $t/build-aux/test-driver
>> --
>> 2.17.1
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-07-06 0:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-05 9:28 [oe-core][recipes-extended][PATCH] diffutils-ptest: add runtime dependency on make Zhang Xiao
2018-07-05 16:04 ` Khem Raj
2018-07-06 0:14 ` ZhangXiao
2018-07-06 0:28 ` ZhangXiao
-- strict thread matches above, loose matches on Subject: below --
2018-07-06 0:10 Zhang Xiao
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.