From: "Dr. Michael Lauer" <mickey@vanille-media.de>
To: openembedded-devel@lists.openembedded.org
Subject: Re: Inheriting conditionally
Date: Wed, 8 Aug 2007 15:58:49 +0200 [thread overview]
Message-ID: <14210558366.20070808155849@vanille-media.de> (raw)
In-Reply-To: <d543f5920708080620h171bb132o91d4aba695d9209@mail.gmail.com>
Matt Hoosier wrote:
> Thanks. I also got the "bright" idea to install a dummy init script
> for any distribution other than mine:
> do_install () {
> ...
> install -d -m 0755 ${D}${sysconfdir}/init.d
> if [ "${DISTRO}" = "foinse" ] ; then
> install -m 0755 ${WORKDIR}/init
> ${D}${sysconfdir}/init.d/pulseaudio
> else
> echo "#! /bin/sh" > ${D}${sysconfdir}/init.d/pulseaudio
> chmod 0755 ${D}${sysconfdir}/init.d/pulseaudio
> fi
> }
This looks like something that could be much better done using the
distro OVERRIDE.
Regards,
:M:
--
Michael 'Mickey' Lauer | IT-Freelancer | http://www.vanille-media.de
next prev parent reply other threads:[~2007-08-08 14:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-07 23:23 Inheriting conditionally Matt Hoosier
2007-08-08 12:19 ` Richard Purdie
2007-08-08 13:20 ` Matt Hoosier
2007-08-08 13:58 ` Dr. Michael Lauer [this message]
2007-08-08 15:35 ` Matt Hoosier
2007-08-08 15:37 ` Matt Hoosier
2007-08-08 15:43 ` Dr. Michael Lauer
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=14210558366.20070808155849@vanille-media.de \
--to=mickey@vanille-media.de \
--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.