From: Jaap de Jong <jaap.dejong@nedap.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: CONFFILES question
Date: Wed, 28 Sep 2011 16:42:29 +0200 [thread overview]
Message-ID: <4E833255.4030508@nedap.com> (raw)
In-Reply-To: <4E831A8E.5020903@nedap.com>
This seems to work.
def get_databasefiles():
import os
s=''
for file in os.listdir('/var/lib/myproject'):
s = s+' '+'/var/lib/myproject/'+file
return s
CONFFILES_${PN} = "${@get_databasefiles()}"
On 09/28/2011 03:01 PM, Jaap de Jong wrote:
> Hi,
>
> I would really like to use some wildcards in a CONFFILES_${PN}.
>
> CONFFILES_${PN} = "/var/lib/myproject/*"
> Compiling this works, but installing ends with a error message.
>
> How should I accomplish this? Or is specifying all the files the only
> way to go?
>
> Jaap
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
prev parent reply other threads:[~2011-09-28 14:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-28 13:01 CONFFILES question Jaap de Jong
2011-09-28 14:42 ` Jaap de Jong [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=4E833255.4030508@nedap.com \
--to=jaap.dejong@nedap.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.