opie-bluetoothmanager: catch up with recent changes in the opie cvs
authorMichael Lauer <mickey@vanille-media.de>
Mon, 27 Mar 2006 14:53:10 +0000 (14:53 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 27 Mar 2006 14:53:10 +0000 (14:53 +0000)
depend on obexftp and show where to find its headers

packages/opie-bluetoothmanager/opie-bluetoothmanager.inc
packages/opie-bluetoothmanager/opie-bluetoothmanager_1.2.1.bb
packages/opie-bluetoothmanager/opie-bluetoothmanager_cvs.bb

index f5ebf88..fbc9a06 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Bluetooth manager for Opie"
 SECTION = "opie/settings"
 PRIORITY = "optional"
-DEPENDS = "libopietooth1"
+DEPENDS = "libopietooth1 obexftp"
 RDEPENDS = "opie-bluepin"
 MAINTAINER = "Team Opie <opie@handhelds.org>"
 LICENSE = "GPL"
@@ -10,6 +10,7 @@ APPNAME = "bluetooth-manager"
 S = "${WORKDIR}/manager"
 
 EXTRA_QMAKEVARS_POST += " INCLUDEPATH+=${STAGING_INCDIR}/opietooth "
+EXTRA_QMAKEVARS_PRE = 'LIBOBEXFTP_INC_DIR=${STAGING_INCDIR}/obexftp'
 
 inherit opie
 
index b048a02..7f02240 100644 (file)
@@ -1,6 +1,5 @@
 include ${PN}.inc
-    
+PR = "r1"
 
 SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/net/opietooth/manager \
            ${HANDHELDS_CVS};tag=${TAG};module=opie/apps \
index f6040cf..0dcb908 100644 (file)
@@ -1,6 +1,6 @@
 include ${PN}.inc
-    
 PV = "${OPIE_CVS_PV}"
+PR = "r1"
 
 SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/net/opietooth/manager \
            ${HANDHELDS_CVS};module=opie/apps \