All of lore.kernel.org
 help / color / mirror / Atom feed
* do all recipes really need LIC_FILES_CHKSUM?
@ 2011-11-07 16:01 Robert P. J. Day
  2011-11-07 16:06 ` Gary Thomas
  2011-11-07 16:06 ` Mark Hatle
  0 siblings, 2 replies; 5+ messages in thread
From: Robert P. J. Day @ 2011-11-07 16:01 UTC (permalink / raw)
  To: Yocto discussion list


  current poky ref manual seems pretty adamant about need for
LIC_FILES_CHKSUM:

"Note that this variable is mandatory for all recipes, unless the
LICENSE variable is set to "CLOSED".

but there's at least one counter-example,
meta-demoapps/recipes-graphics/pong-clock/pong-clock_1.0.bb:

=====

DESCRIPTION = "A clock combined with a game of pong"
LICENSE = "GPLv2+"
DEPENDS = "virtual/libx11 xdmcp xau"

SRC_URI = "file://pong-clock-no-flicker.c"

S = "${WORKDIR}"

do_compile () {
        ${CC} -o pong-clock pong-clock-no-flicker.c `pkg-config --cflags --libs x11 xau xdmcp`
}

do_install () {
        install -d ${D}${bindir}
        install -m 0755 pong-clock ${D}${bindir}
}

=====

so what's the story here?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


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

end of thread, other threads:[~2011-11-07 16:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-07 16:01 do all recipes really need LIC_FILES_CHKSUM? Robert P. J. Day
2011-11-07 16:06 ` Gary Thomas
2011-11-07 16:06 ` Mark Hatle
2011-11-07 16:24   ` Robert P. J. Day
2011-11-07 16:32     ` Mark Hatle

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.