All of lore.kernel.org
 help / color / mirror / Atom feed
* best way to add conditional configure option
@ 2014-06-04  8:51 Neuer User
  2014-06-04  8:59 ` Burton, Ross
  0 siblings, 1 reply; 8+ messages in thread
From: Neuer User @ 2014-06-04  8:51 UTC (permalink / raw)
  To: yocto

Hi

I have a simple recipe (libcec) that I would like to add an additional
configure option to, depending if the machine is an imx6 based one.

How would I do that best?

Here is the recipe:

---------------------------------------------
SUMMARY = "USB CEC Adaptor communication Library with patches for imx6"
HOMEPAGE = "http://libcec.pulse-eight.com/"

LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=5e8e16396992369f73f3d28875f846da"

DEPENDS = "udev lockdev"

PV = "2.4.1"

SRCREV = "42c3c07a79b8155635851c2eed9558b221b89047"
SRC_URI = "git://github.com/xbmc-imx6/libcec.git"

S = "${WORKDIR}/git"

inherit autotools pkgconfig

# cec-client and xbmc need the .so present to work :(
FILES_${PN} += "${libdir}/*.so"
INSANE_SKIP_${PN} = "dev-so"
---------------------------------------------

The conditional configure option is "--enable-imx6".

Thanks for helping

Michael



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

end of thread, other threads:[~2014-06-04 10:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-04  8:51 best way to add conditional configure option Neuer User
2014-06-04  8:59 ` Burton, Ross
2014-06-04  9:13   ` Neuer User
2014-06-04  9:21     ` Neuer User
2014-06-04  9:24       ` Neuer User
2014-06-04  9:57         ` Burton, Ross
2014-06-04  9:59         ` Paul Eggleton
2014-06-04 10:00           ` Neuer User

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.