Merge zelda.tuxnami.org:code/packages
authorChris Larson <clarson@kergoth.com>
Fri, 2 Jul 2004 23:09:04 +0000 (23:09 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 2 Jul 2004 23:09:04 +0000 (23:09 +0000)
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

dvbtools/dvbtune_cvs.oe

index a54de34..9bf4ca4 100644 (file)
@@ -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() {