Openembedded Devel Discussions
 help / color / mirror / Atom feed
* OE user manual: Packaging: Defining packages and their contents: Wildcards
@ 2010-03-18 10:23 Paul Menzel
  2010-03-18 13:43 ` Koen Kooi
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Menzel @ 2010-03-18 10:23 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 340 bytes --]

Dear OE folks,


reading the OE user manual I wonder about the section »Wildcards«
regarding packages [1].

There are some statements as the following.

        PACKAGES += "FILES-${PN}-test"

Is that correct or should it be fixed?


Thanks,

Paul


[1] http://docs.openembedded.org/usermanual/usermanual.html#id428078

[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: OE user manual: Packaging: Defining packages and their contents: Wildcards
  2010-03-18 10:23 OE user manual: Packaging: Defining packages and their contents: Wildcards Paul Menzel
@ 2010-03-18 13:43 ` Koen Kooi
  0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2010-03-18 13:43 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 18-03-10 11:23, Paul Menzel wrote:
> Dear OE folks,
> 
> 
> reading the OE user manual I wonder about the section »Wildcards«
> regarding packages [1].
> 
> There are some statements as the following.
> 
>         PACKAGES += "FILES-${PN}-test"

That bit should read:

PACKAGES += "${PN}-test"
FILES_${PN}-test = "${bindir}/test"

One needs to have an entry in PACKAGES first before you can assign files
to it. Reversing the statements will work, but it OE we like define
underlying things first.

regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFLoi3kMkyGM64RGpERAuBXAKCMADyHwSH7N2ZTqQtIunKazu4MOgCfa1na
t+vx1gzlyKkZgTMqgSpp3DA=
=chUx
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-18 13:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-18 10:23 OE user manual: Packaging: Defining packages and their contents: Wildcards Paul Menzel
2010-03-18 13:43 ` Koen Kooi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox