From: Philipp Wagner <lists@philipp-wagner.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH] Add dependencies on Perl and Bash to NTP recipe
Date: Fri, 12 Apr 2013 17:24:19 +0200 [thread overview]
Message-ID: <51682723.1030603@philipp-wagner.com> (raw)
In-Reply-To: <kk8mcf$sdd$1@ger.gmane.org>
Am 12.04.2013 12:07, schrieb Koen Kooi:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Op 11-04-13 22:04, lists@philipp-wagner.com schreef:
>> From: Philipp Wagner <mail@philipp-wagner.com>
>>
>> do_rootfs gave errors about bash and perl not being found. This patch
>> adds the two packages to the runtime dependencies to fix this problem
>
> The bash dependencies need to get checked and changed to /bin/sh and perl
> scripts need to get split out into a seperate packages, dragging in perl and
> bash for ntp is unacceptable.
The bash dependency comes from osd_login (installed at
/sbin/osd_login) and start-statd (installed at /usr/sbin/start-statd).
The first one uses $BASHPID, and I'm not sure why $$ wasn't used.
The latter one (start-statd) uses the following shebang:
#!/bin/bash -p
I don't know if there's any POSIX equivalent that could be used.
All in all, I'm not familiar enough with the scripts (or with the
differences between bash and POSIX shell behavior) to patch any of the
scripts, so some help would be required here if the scripts should be
changed.
As for the perl dependency, I just checked the RPM and it was not in
there any more ... I'll double-check and come back with more details on
this one.
Philipp
prev parent reply other threads:[~2013-04-12 15:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-11 20:04 [meta-oe][PATCH] Add dependencies on Perl and Bash to NTP recipe lists
2013-04-12 10:07 ` Koen Kooi
2013-04-12 15:24 ` Philipp Wagner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51682723.1030603@philipp-wagner.com \
--to=lists@philipp-wagner.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.