* [meta-oe][PATCH] systemd: Link with librt explicitly on uclibc
@ 2011-08-04 6:53 Khem Raj
2011-08-04 7:45 ` Koen Kooi
0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2011-08-04 6:53 UTC (permalink / raw)
To: openembedded-devel
Latest systemd has started to use mq_* functions
which are found on librt in uclibc.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
meta-oe/recipes-core/systemd/systemd_git.bb | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb
index af4a9ae..fd9bfbd 100644
--- a/meta-oe/recipes-core/systemd/systemd_git.bb
+++ b/meta-oe/recipes-core/systemd/systemd_git.bb
@@ -29,6 +29,8 @@ UCLIBCPATCHES_libc-uclibc = "file://paper-over-mkostemp.patch \
file://format-replace-m-uclibc.patch \
"
+LDFLAGS_libc-uclibc_append = " -lrt"
+
S = "${WORKDIR}/git"
SYSTEMDDISTRO ?= "debian"
--
1.7.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [meta-oe][PATCH] systemd: Link with librt explicitly on uclibc
2011-08-04 6:53 [meta-oe][PATCH] systemd: Link with librt explicitly on uclibc Khem Raj
@ 2011-08-04 7:45 ` Koen Kooi
2011-08-04 15:20 ` Khem Raj
0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2011-08-04 7:45 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Op 04-08-11 08:53, Khem Raj schreef:
> Latest systemd has started to use mq_* functions which are found on librt in uclibc.
I'm testing v33 + buildfix (http://cgit.freedesktop.org/systemd/commit/?id=612e58b45b84eda7e1f2a82fdfc006f1ae421cb5) right now, can you resubmit after that went in?
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta-oe/recipes-core/systemd/systemd_git.bb | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb index af4a9ae..fd9bfbd 100644 --- a/meta-oe/recipes-core/systemd/systemd_git.bb +++ b/meta-oe/recipes-core/systemd/systemd_git.bb @@ -29,6 +29,8 @@ UCLIBCPATCHES_libc-uclibc =
> "file://paper-over-mkostemp.patch \ file://format-replace-m-uclibc.patch \ "
>
> +LDFLAGS_libc-uclibc_append = " -lrt" + S = "${WORKDIR}/git"
>
> SYSTEMDDISTRO ?= "debian"
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFOOk4jMkyGM64RGpERAvTWAJ9nKbzS/bkAoUfbu+jzHSZQ7lCAZgCfR3rY
Knrm/e7PSQQZoTdXqKXJBQk=
=dJ5W
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [meta-oe][PATCH] systemd: Link with librt explicitly on uclibc
2011-08-04 7:45 ` Koen Kooi
@ 2011-08-04 15:20 ` Khem Raj
0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2011-08-04 15:20 UTC (permalink / raw)
To: openembedded-devel
On 08/04/2011 12:45 AM, Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Op 04-08-11 08:53, Khem Raj schreef:
>> Latest systemd has started to use mq_* functions which are found on librt in uclibc.
>
> I'm testing v33 + buildfix (http://cgit.freedesktop.org/systemd/commit/?id=612e58b45b84eda7e1f2a82fdfc006f1ae421cb5) right now, can you resubmit after that went in?
>
ok. I will rebase and resend
>>
>> Signed-off-by: Khem Raj<raj.khem@gmail.com> --- meta-oe/recipes-core/systemd/systemd_git.bb | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
>>
>> diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb index af4a9ae..fd9bfbd 100644 --- a/meta-oe/recipes-core/systemd/systemd_git.bb +++ b/meta-oe/recipes-core/systemd/systemd_git.bb @@ -29,6 +29,8 @@ UCLIBCPATCHES_libc-uclibc =
>> "file://paper-over-mkostemp.patch \ file://format-replace-m-uclibc.patch \"
>>
>> +LDFLAGS_libc-uclibc_append = " -lrt" + S = "${WORKDIR}/git"
>>
>> SYSTEMDDISTRO ?= "debian"
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
>
> iD8DBQFOOk4jMkyGM64RGpERAvTWAJ9nKbzS/bkAoUfbu+jzHSZQ7lCAZgCfR3rY
> Knrm/e7PSQQZoTdXqKXJBQk=
> =dJ5W
> -----END PGP SIGNATURE-----
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-08-04 15:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-04 6:53 [meta-oe][PATCH] systemd: Link with librt explicitly on uclibc Khem Raj
2011-08-04 7:45 ` Koen Kooi
2011-08-04 15:20 ` Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox