From: Chris Larson Date: Fri, 2 Jul 2004 23:09:04 +0000 (+0000) Subject: Merge zelda.tuxnami.org:code/packages X-Git-Tag: Release-2010-05/1~18412 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d9b922409f4f9b9729f78c09b83bd022a7a0d37;p=openembedded.git Merge zelda.tuxnami.org:code/packages into odin.(none):/home/kergoth/code/packages 2004/07/02 18:08:46-05:00 (none)!kergoth Fix dvbtune compile. Call oe_runmake so our CFLAGS and LDFLAGS make it in, and add calls to xml2-config to our CFLAGS and LDFLAGS. BKrev: 40e5eb10Afw94fc4mELfd9ITbeMBAA --- diff --git a/dvbtools/dvbtune_cvs.oe b/dvbtools/dvbtune_cvs.oe index a54de34616..9bf4ca47bf 100644 --- a/dvbtools/dvbtune_cvs.oe +++ b/dvbtools/dvbtune_cvs.oe @@ -6,8 +6,11 @@ DEPENDS = "libxml2" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/dvbtools;module=dvbtune" S = "${WORKDIR}/dvbtune" +CFLAGS += "\$(shell xml2-config --cflags)" +LDFLAGS += "\$(shell xml2-config --libs)" + do_compile() { - make dvbtune xml2vdr + oe_runmake dvbtune xml2vdr } do_install() {