* [PATCH 1/1] watchdog: Remove unneeded tirpc dependency
@ 2022-09-12 9:21 Paulo Neves
2022-09-12 15:06 ` [OE-core] " Khem Raj
0 siblings, 1 reply; 4+ messages in thread
From: Paulo Neves @ 2022-09-12 9:21 UTC (permalink / raw)
To: openembedded-core; +Cc: Paulo Neves
watchdog code does not have any dependency on rpc code,
therefore the dependency and flags to try to use it are
removed.
Signed-off-by: Paulo Neves <ptsneves@gmail.com>
---
meta/recipes-extended/watchdog/watchdog_5.16.bb | 4 ----
1 file changed, 4 deletions(-)
diff --git a/meta/recipes-extended/watchdog/watchdog_5.16.bb b/meta/recipes-extended/watchdog/watchdog_5.16.bb
index 26fcc10487..6031dcaa16 100644
--- a/meta/recipes-extended/watchdog/watchdog_5.16.bb
+++ b/meta/recipes-extended/watchdog/watchdog_5.16.bb
@@ -28,10 +28,6 @@ UPSTREAM_CHECK_REGEX = "/watchdog/(?P<pver>(\d+[\.\-_]*)+)/"
inherit autotools update-rc.d systemd pkgconfig
-DEPENDS += "libtirpc"
-CFLAGS += "-I${STAGING_INCDIR}/tirpc"
-LDFLAGS += "-ltirpc"
-
EXTRA_OECONF += " --disable-nfs "
CACHED_CONFIGUREVARS += "ac_cv_path_PATH_SENDMAIL=${sbindir}/sendmail"
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [OE-core] [PATCH 1/1] watchdog: Remove unneeded tirpc dependency
2022-09-12 9:21 [PATCH 1/1] watchdog: Remove unneeded tirpc dependency Paulo Neves
@ 2022-09-12 15:06 ` Khem Raj
2022-09-12 19:08 ` Paulo Neves
0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2022-09-12 15:06 UTC (permalink / raw)
To: Paulo Neves; +Cc: openembedded-core
On Mon, Sep 12, 2022 at 2:21 AM Paulo Neves <ptsneves@gmail.com> wrote:
>
> watchdog code does not have any dependency on rpc code,
> therefore the dependency and flags to try to use it are
> removed.
>
> Signed-off-by: Paulo Neves <ptsneves@gmail.com>
> ---
> meta/recipes-extended/watchdog/watchdog_5.16.bb | 4 ----
> 1 file changed, 4 deletions(-)
>
> diff --git a/meta/recipes-extended/watchdog/watchdog_5.16.bb b/meta/recipes-extended/watchdog/watchdog_5.16.bb
> index 26fcc10487..6031dcaa16 100644
> --- a/meta/recipes-extended/watchdog/watchdog_5.16.bb
> +++ b/meta/recipes-extended/watchdog/watchdog_5.16.bb
> @@ -28,10 +28,6 @@ UPSTREAM_CHECK_REGEX = "/watchdog/(?P<pver>(\d+[\.\-_]*)+)/"
>
> inherit autotools update-rc.d systemd pkgconfig
>
> -DEPENDS += "libtirpc"
> -CFLAGS += "-I${STAGING_INCDIR}/tirpc"
> -LDFLAGS += "-ltirpc"
> -
does musl build works too ?
> EXTRA_OECONF += " --disable-nfs "
> CACHED_CONFIGUREVARS += "ac_cv_path_PATH_SENDMAIL=${sbindir}/sendmail"
>
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#170533): https://lists.openembedded.org/g/openembedded-core/message/170533
> Mute This Topic: https://lists.openembedded.org/mt/93628579/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [OE-core] [PATCH 1/1] watchdog: Remove unneeded tirpc dependency
2022-09-12 15:06 ` [OE-core] " Khem Raj
@ 2022-09-12 19:08 ` Paulo Neves
2022-09-12 19:22 ` Khem Raj
0 siblings, 1 reply; 4+ messages in thread
From: Paulo Neves @ 2022-09-12 19:08 UTC (permalink / raw)
To: Khem Raj; +Cc: openembedded-core
it should as there is no rpc code in the project as far as i scanned. I
built it with musl successfully.
Paulo Neves
On 9/12/22 17:06, Khem Raj wrote:
> On Mon, Sep 12, 2022 at 2:21 AM Paulo Neves <ptsneves@gmail.com> wrote:
>> watchdog code does not have any dependency on rpc code,
>> therefore the dependency and flags to try to use it are
>> removed.
>>
>> Signed-off-by: Paulo Neves <ptsneves@gmail.com>
>> ---
>> meta/recipes-extended/watchdog/watchdog_5.16.bb | 4 ----
>> 1 file changed, 4 deletions(-)
>>
>> diff --git a/meta/recipes-extended/watchdog/watchdog_5.16.bb b/meta/recipes-extended/watchdog/watchdog_5.16.bb
>> index 26fcc10487..6031dcaa16 100644
>> --- a/meta/recipes-extended/watchdog/watchdog_5.16.bb
>> +++ b/meta/recipes-extended/watchdog/watchdog_5.16.bb
>> @@ -28,10 +28,6 @@ UPSTREAM_CHECK_REGEX = "/watchdog/(?P<pver>(\d+[\.\-_]*)+)/"
>>
>> inherit autotools update-rc.d systemd pkgconfig
>>
>> -DEPENDS += "libtirpc"
>> -CFLAGS += "-I${STAGING_INCDIR}/tirpc"
>> -LDFLAGS += "-ltirpc"
>> -
> does musl build works too ?
>
>> EXTRA_OECONF += " --disable-nfs "
>> CACHED_CONFIGUREVARS += "ac_cv_path_PATH_SENDMAIL=${sbindir}/sendmail"
>>
>> --
>> 2.25.1
>>
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#170533): https://lists.openembedded.org/g/openembedded-core/message/170533
>> Mute This Topic: https://lists.openembedded.org/mt/93628579/1997914
>> Group Owner: openembedded-core+owner@lists.openembedded.org
>> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [OE-core] [PATCH 1/1] watchdog: Remove unneeded tirpc dependency
2022-09-12 19:08 ` Paulo Neves
@ 2022-09-12 19:22 ` Khem Raj
0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2022-09-12 19:22 UTC (permalink / raw)
To: Paulo Neves; +Cc: openembedded-core
On Mon, Sep 12, 2022 at 12:08 PM Paulo Neves <ptsneves@gmail.com> wrote:
>
> it should as there is no rpc code in the project as far as i scanned. I
> built it with musl successfully.
OK thanks for confirming.
>
> Paulo Neves
>
> On 9/12/22 17:06, Khem Raj wrote:
> > On Mon, Sep 12, 2022 at 2:21 AM Paulo Neves <ptsneves@gmail.com> wrote:
> >> watchdog code does not have any dependency on rpc code,
> >> therefore the dependency and flags to try to use it are
> >> removed.
> >>
> >> Signed-off-by: Paulo Neves <ptsneves@gmail.com>
> >> ---
> >> meta/recipes-extended/watchdog/watchdog_5.16.bb | 4 ----
> >> 1 file changed, 4 deletions(-)
> >>
> >> diff --git a/meta/recipes-extended/watchdog/watchdog_5.16.bb b/meta/recipes-extended/watchdog/watchdog_5.16.bb
> >> index 26fcc10487..6031dcaa16 100644
> >> --- a/meta/recipes-extended/watchdog/watchdog_5.16.bb
> >> +++ b/meta/recipes-extended/watchdog/watchdog_5.16.bb
> >> @@ -28,10 +28,6 @@ UPSTREAM_CHECK_REGEX = "/watchdog/(?P<pver>(\d+[\.\-_]*)+)/"
> >>
> >> inherit autotools update-rc.d systemd pkgconfig
> >>
> >> -DEPENDS += "libtirpc"
> >> -CFLAGS += "-I${STAGING_INCDIR}/tirpc"
> >> -LDFLAGS += "-ltirpc"
> >> -
> > does musl build works too ?
> >
> >> EXTRA_OECONF += " --disable-nfs "
> >> CACHED_CONFIGUREVARS += "ac_cv_path_PATH_SENDMAIL=${sbindir}/sendmail"
> >>
> >> --
> >> 2.25.1
> >>
> >>
> >> -=-=-=-=-=-=-=-=-=-=-=-
> >> Links: You receive all messages sent to this group.
> >> View/Reply Online (#170533): https://lists.openembedded.org/g/openembedded-core/message/170533
> >> Mute This Topic: https://lists.openembedded.org/mt/93628579/1997914
> >> Group Owner: openembedded-core+owner@lists.openembedded.org
> >> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> >> -=-=-=-=-=-=-=-=-=-=-=-
> >>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-09-12 19:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-12 9:21 [PATCH 1/1] watchdog: Remove unneeded tirpc dependency Paulo Neves
2022-09-12 15:06 ` [OE-core] " Khem Raj
2022-09-12 19:08 ` Paulo Neves
2022-09-12 19:22 ` Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox