From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: help with bitbake recipe
Date: Tue, 15 Jul 2008 13:20:59 +0200 [thread overview]
Message-ID: <g5i16r$tb9$1@ger.gmane.org> (raw)
In-Reply-To: <d9a6586e0807150126w6ceb8a0aj5a5b6bab4cb42cfc@mail.gmail.com>
Shawn Rutledge wrote:
> I'm trying to build some Chicken Scheme ipk's for OpenMoko. It's
> making them, but putting some docs in the main package, and not enough
> stuff in the chicken-doc package. Judging from other bb files it
> looks like the thing to do is something like this, at the end:
>
> FILES_chicken-doc = "${prefix}/share/chicken/doc ${prefix}/share/info
> ${prefix}/share/man"
>
> or maybe
>
> FILES_${PN}-doc = "${prefix}/share/chicken/doc ${prefix}/share/info
> ${prefix}/share/man"
Try altering FILES_${PN}, since that gets packages before ${PN}-doc
>
> However that's not taking effect:
>
> /var/media/moko/build/tmp/work/armv4t-angstrom-linux-gnueabi/chicken-3.3.0-r0
> [neutron][01:08:10 AM] grep -r FILES_chick * 2>/dev/null
> staging-pkg/staging/pkgdata/armv4t-angstrom-linux-gnueabi/runtime/chicken:FILES_chicken:
> /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.* /etc /usr/com
> /var /bin/* /sbin/* /lib/*.so* /usr/share/chicken /usr/lib/chicken/*
> /usr/share/pixmaps /usr/share/applications /usr/share/idl
> /usr/share/omf /usr/share/sounds /usr/lib/bonobo/servers
> staging-pkg/staging/pkgdata/armv4t-angstrom-linux-gnueabi/runtime/chicken-dbg:FILES_chicken-dbg:
> /usr/bin/.debug /usr/sbin/.debug /usr/libexec/.debug /usr/lib/.debug
> /bin/.debug /sbin/.debug /lib/.debug /usr/lib/chicken/.debug
> /usr/lib/matchbox-panel/.debug
> staging-pkg/staging/pkgdata/armv4t-angstrom-linux-gnueabi/runtime/chicken-dev:FILES_chicken-dev:
> /usr/include /usr/lib/lib*.so /usr/lib/*.la /usr/lib/*.a /usr/lib/*.o
> /usr/lib/pkgconfig /lib/*.a /lib/*.o /usr/share/aclocal
> staging-pkg/staging/pkgdata/armv4t-angstrom-linux-gnueabi/runtime/chicken-doc:FILES_chicken-doc:
> /usr/share/doc /usr/share/man /usr/share/info /usr/share/gtk-doc
> /usr/share/gnome/help
> staging-pkg/staging/pkgdata/armv4t-angstrom-linux-gnueabi/runtime/chicken-locale:FILES_chicken-locale:
> /usr/share/locale
>
> I keep trying by doing
> bitbake -vD chicken -c rebuild
bitbake -b chicken_3.3.0.bb -c install -f ; bitbake -b chicken_3.3.0.bb
-c package_write
regards,
Koen
next prev parent reply other threads:[~2008-07-15 11:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-15 8:26 help with bitbake recipe Shawn Rutledge
2008-07-15 11:20 ` Koen Kooi [this message]
2008-07-15 17:33 ` Shawn Rutledge
2008-07-15 17:40 ` Mike (mwester)
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='g5i16r$tb9$1@ger.gmane.org' \
--to=k.kooi@student.utwente.nl \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@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.