aboutsummaryrefslogtreecommitdiffstats
path: root/dvbtools
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-07-02 23:09:04 +0000
committerChris Larson <clarson@kergoth.com>2004-07-02 23:09:04 +0000
commit0d9b922409f4f9b9729f78c09b83bd022a7a0d37 (patch)
treefda0fdf5c86e7008015e4c2d1daed054119b53f0 /dvbtools
parent15d41b4c605d8c253cbf78884aa019bec1b3be09 (diff)
downloadopenembedded-0d9b922409f4f9b9729f78c09b83bd022a7a0d37.tar.gz
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
Diffstat (limited to 'dvbtools')
-rw-r--r--dvbtools/dvbtune_cvs.oe5
1 files changed, 4 insertions, 1 deletions
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() {