diff options
Diffstat (limited to 'opie-networkapplet/opie-networkapplet_cvs.oe')
-rw-r--r-- | opie-networkapplet/opie-networkapplet_cvs.oe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/opie-networkapplet/opie-networkapplet_cvs.oe b/opie-networkapplet/opie-networkapplet_cvs.oe index ed909783a1..af189d2129 100644 --- a/opie-networkapplet/opie-networkapplet_cvs.oe +++ b/opie-networkapplet/opie-networkapplet_cvs.oe @@ -9,11 +9,13 @@ APPNAME = "networkapplet" SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/applets/networkapplet \ ${HANDHELDS_CVS};module=opie/pics" - S = "${WORKDIR}/${APPNAME}" inherit opie +# we need to pick up the kernel's wireless.h or else the WE will be broken +export OE_QMAKE_CFLAGS="-I${STAGING_KERNEL_DIR}/include ${CFLAGS}" + pkg_postinst() { #!/bin/sh if [ -n "$D" ]; then exit 1; fi |