[oe-commits] org.oe.oz354x opie-bluetoothmanager: use libopietooth and obexftp (from .dev)

hrw commit openembedded-commits at lists.openembedded.org
Wed Jan 10 20:11:43 UTC 2007


opie-bluetoothmanager: use libopietooth and obexftp (from .dev)

Author: hrw at openembedded.org
Branch: org.openembedded.oz354x
Revision: e5ceffebe01ea3ea39f17a099ffeec5ea7b829be
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e5ceffebe01ea3ea39f17a099ffeec5ea7b829be
Files:
1
packages/opie-bluetoothmanager/opie-bluetoothmanager.inc
Diffs:

#
# mt diff -r74db43a4ad2bccd5f2fd59339e4ece0092f8dcb0 -re5ceffebe01ea3ea39f17a099ffeec5ea7b829be
#
# 
# 
# patch "packages/opie-bluetoothmanager/opie-bluetoothmanager.inc"
#  from [f883e5ac31e802495f94b2a8304807d0a5298e7f]
#    to [2c4e6cf9f12fc0b4d5ec0381f719e580ff538f31]
# 
============================================================
--- packages/opie-bluetoothmanager/opie-bluetoothmanager.inc	f883e5ac31e802495f94b2a8304807d0a5298e7f
+++ packages/opie-bluetoothmanager/opie-bluetoothmanager.inc	2c4e6cf9f12fc0b4d5ec0381f719e580ff538f31
@@ -1,15 +1,15 @@ PRIORITY = "optional"
 DESCRIPTION = "Bluetooth manager for Opie"
 SECTION = "opie/settings"
 PRIORITY = "optional"
-DEPENDS = "libopietooth1"
+DEPENDS = "libopietooth1 obexftp"
 RDEPENDS = "opie-bluepin"
-MAINTAINER = "Team Opie <opie at handhelds.org>"
 LICENSE = "GPL"
 APPNAME = "bluetooth-manager"
 
 S = "${WORKDIR}/manager"
 
-EXTRA_QMAKEVARS_POST += " INCLUDEPATH+=${STAGING_INCDIR}/opietooth "
+EXTRA_QMAKEVARS_POST += "INCLUDEPATH+=${STAGING_INCDIR}/opietooth"
+EXTRA_QMAKEVARS_PRE += "LIBOBEXFTP_INC_DIR=${STAGING_INCDIR}/obexftp"
 
 inherit opie
 






More information about the Openembedded-commits mailing list