diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-06-26 13:30:43 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-26 13:30:43 +0000 |
commit | 718132a222683ff8768760bb94a87fa458b77d8b (patch) | |
tree | b03c3332a1c3d5c3ed4ddf03e84a5a436dff6380 /packages | |
parent | f546c09c462c8f0803f24c4ed0d3ff92d1fa25b1 (diff) |
openobex: fix DEPENDS, fix EXTRA_OECONF. This should close #1113
Diffstat (limited to 'packages')
-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} |