diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-11-29 22:24:30 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-11-29 22:24:30 +0000 |
commit | dbbfeda944e95e29f62b157e32d62cb0b37c3ed0 (patch) | |
tree | 41d362f73cd79c58a4aa7662f08d95589a7d3dc7 /libopie | |
parent | 6d476eeca38a34152667a626cd52652133c1d394 (diff) |
revert using the kernel's wireless.h since all kernels are now on WE16
BKrev: 41aba19eke9AlVn0cIYk3zbvPUuY_A
Diffstat (limited to 'libopie')
-rw-r--r-- | libopie/libopie2_1.1.7.oe | 5 | ||||
-rw-r--r-- | libopie/libopie2_cvs.oe | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/libopie/libopie2_1.1.7.oe b/libopie/libopie2_1.1.7.oe index f49dc6f086..57d7e119c0 100644 --- a/libopie/libopie2_1.1.7.oe +++ b/libopie/libopie2_1.1.7.oe @@ -6,7 +6,7 @@ LICENSE = "LGPL" I18N_FILES = "libopiecore2.ts libopiesecurity2.ts" DEPENDS = "libqpe-opie sqlite3 libpcap-0.7.2 virtual/kernel" PROVIDES = "libopiecore2 libopiedb2 libopiemm2 libopiesecurity2 libopienet2 libopiepim2 libopieui2 " -PR = "r1" +PR = "r2" TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}" SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/libopie2 \ @@ -15,9 +15,6 @@ S = "${WORKDIR}/libopie2" 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}" - #FIXME: Add machine specific bits here. Best use oe_machinstall and read from a given file EXTRA_QMAKEVARS_POST = 'DEFINES+=OPIE_NEW_MALLOC \ diff --git a/libopie/libopie2_cvs.oe b/libopie/libopie2_cvs.oe index 48cd7040c6..4862fc9e31 100644 --- a/libopie/libopie2_cvs.oe +++ b/libopie/libopie2_cvs.oe @@ -5,7 +5,7 @@ MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "LGPL" I18N_FILES = "libopiecore2.ts libopiesecurity2.ts" DEPENDS = "libqpe-opie sqlite3 libpcap-0.7.2 virtual/kernel" -PR = "r5" +PR = "r6" PROVIDES = "libopiecore2 libopiedb2 libopiemm2 libopiesecurity2 libopienet2 libopiepim2 libopieui2" PV = "1.1.7+cvs-${CVSDATE}" @@ -15,9 +15,6 @@ S = "${WORKDIR}/libopie2" 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}" - #FIXME: Add machine specific bits here. Best use oe_machinstall and read from a given file EXTRA_QMAKEVARS_POST = 'DEFINES+=OPIE_NEW_MALLOC \ |