diff options
Diffstat (limited to 'opie-networkapplet')
-rw-r--r-- | opie-networkapplet/opie-networkapplet_1.1.7.oe | 6 | ||||
-rw-r--r-- | opie-networkapplet/opie-networkapplet_cvs.oe | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/opie-networkapplet/opie-networkapplet_1.1.7.oe b/opie-networkapplet/opie-networkapplet_1.1.7.oe index 634f1db3f4..d654acd2d5 100644 --- a/opie-networkapplet/opie-networkapplet_1.1.7.oe +++ b/opie-networkapplet/opie-networkapplet_1.1.7.oe @@ -4,17 +4,19 @@ PRIORITY = "optional" MAINTAINER = "Team Opie <opie@handhelds.org>" LICENSE = "GPL" RDEPENDS = "opie-networksettings" - +PR = "r1" APPNAME = "networkapplet" TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}" SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/applets/networkapplet \ ${HANDHELDS_CVS};tag=${TAG};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 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 |