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
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() {