diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-06-26 13:32:10 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-26 13:32:10 +0000 |
commit | 2c97f5ec61ca676101a2e8623344ea5bd3b4a541 (patch) | |
tree | b00312311c3c4a7d401458c7ae33c9a070c8aa04 /packages/openobex/openobex_1.2.bb | |
parent | 3937415bfb927b39c221c72aba619cb463a68a1b (diff) | |
parent | 718132a222683ff8768760bb94a87fa458b77d8b (diff) |
merge of 2c58b60e1d3b3e6180e692b5ecb380645848d3f6
and d720748eefecadc42fdb329ec2dd5eea284c11ba
Diffstat (limited to 'packages/openobex/openobex_1.2.bb')
-rw-r--r-- | packages/openobex/openobex_1.2.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/openobex/openobex_1.2.bb b/packages/openobex/openobex_1.2.bb index 97f030d3e2..feceb39bce 100644 --- a/packages/openobex/openobex_1.2.bb +++ b/packages/openobex/openobex_1.2.bb @@ -1,11 +1,11 @@ -DESCRIPTION = "The Openobex project aims to make an \ -open source implementation of the Object Exchange \ -(OBEX) protocol." +DESCRIPTION = "The Openobex project is an open source implementation of the \ +Object Exchange (OBEX) protocol." HOMEPAGE = "http://openobex.triq.net" SECTION = "libs" PROVIDES = "openobex-apps" +DEPENDS = "libusb bluez-libs" LICENSE = "GPL" -PR = "r1" +PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/openobex-${PV}.tar.gz \ file://disable-cable-test.patch;patch=1" \ @@ -14,7 +14,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/openobex-${PV}.tar.gz \ inherit autotools binconfig pkgconfig EXTRA_OECONF = "--enable-apps --enable-syslog --enable-dump \ - --with-usb=${STAGING_DIR} --with-bluez=${STAGING_DIR}" + --with-usb=${STAGING_LIBDIR}/.. --with-bluez=${STAGING_LIBDIR}/.." do_stage() { oe_libinstall -so -C lib libopenobex ${STAGING_LIBDIR} |