From: Rene Wagner Date: Thu, 12 Aug 2004 13:25:20 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~17696 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2694c00d6a5b7427f72cbefdb3ab88021beb349a;p=openembedded.git Merge bk://openembedded@openembedded.bkbits.net/packages into sugarcube.dyndns.org:/home/oe/oe/packages 2004/08/12 15:22:29+02:00 dyndns.org!reenoo bluez-utils: inherit update-rc.d BKrev: 411b6fc0LEnVrY-8pl2BK-pKyG0PPg --- diff --git a/bluez-utils/bluez-utils_2.9.oe b/bluez-utils/bluez-utils_2.9.oe index e69de29bb2..d9aad1285d 100644 --- a/bluez-utils/bluez-utils_2.9.oe +++ b/bluez-utils/bluez-utils_2.9.oe @@ -0,0 +1,15 @@ +DESCRIPTION = "Linux Bluetooth Stack Userland Utilities." +SECTION = "libs" +PRIORITY = "optional" +DEPENDS = "bluez-libs" +RPROVIDES = "bluez-pan bluez-sdp" +PR = "r1" + +SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz" + +EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}" + +inherit autotools update-rc.d + +INITSCRIPT_NAME = "bluetooth" +INITSCRIPT_PARAMS = "defaults"