diff options
Diffstat (limited to 'opie-networkapplet')
-rw-r--r-- | opie-networkapplet/opie-networkapplet_1.1.7.oe | 4 | ||||
-rw-r--r-- | opie-networkapplet/opie-networkapplet_cvs.oe | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/opie-networkapplet/opie-networkapplet_1.1.7.oe b/opie-networkapplet/opie-networkapplet_1.1.7.oe index d654acd2d5..7bcbf26a7e 100644 --- a/opie-networkapplet/opie-networkapplet_1.1.7.oe +++ b/opie-networkapplet/opie-networkapplet_1.1.7.oe @@ -4,7 +4,6 @@ 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('.', '_')}" @@ -14,9 +13,6 @@ 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 af189d2129..3aead19a3b 100644 --- a/opie-networkapplet/opie-networkapplet_cvs.oe +++ b/opie-networkapplet/opie-networkapplet_cvs.oe @@ -13,9 +13,6 @@ 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 |