summaryrefslogtreecommitdiff
path: root/opie-networkapplet
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-11-28 12:20:18 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-11-28 12:20:18 +0000
commit7f3ba086ff54c067c83e7672feed7523d04837a3 (patch)
treebe04166fe05548b521197d0b8d1f9e5c690a805d /opie-networkapplet
parent337406cc077a53127903f9b6ff763856a663c7f2 (diff)
Merge bk://oe-devel@oe-devel.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/11/28 03:29:12+01:00 uni-frankfurt.de!mickeyl make zbedic 0.9.2-cvs compile 2004/11/28 02:35:32+01:00 uni-frankfurt.de!mickeyl wellenreiter: ensure the kernel's wireless.h gets picked up 2004/11/28 02:08:52+01:00 uni-frankfurt.de!mickeyl networkapplet: ensure the kernel's wireless.h gets picked up 2004/11/28 02:08:28+01:00 uni-frankfurt.de!mickeyl wirelessapplet: ensure the kernel's wireless.h gets picked up 2004/11/28 01:13:16+01:00 uni-frankfurt.de!mickeyl ship libopiobex0 in opie-image 2004/11/28 00:02:56+01:00 uni-frankfurt.de!mickeyl make opie-networksettings pick up the kernel's wireless.h 2004/11/27 23:51:12+01:00 uni-frankfurt.de!mickeyl make libopie pick up the kernel's wireless.h 2004/11/27 18:53:59+01:00 uni-frankfurt.de!mickeyl make wireless-tools pick up the kernel's wireless.h BKrev: 41a9c282CzUBHaxVZPfCILOfAoitvw
Diffstat (limited to 'opie-networkapplet')
-rw-r--r--opie-networkapplet/opie-networkapplet_1.1.7.oe6
-rw-r--r--opie-networkapplet/opie-networkapplet_cvs.oe4
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