diff options
author | Rene Wagner <rw@handhelds.org> | 2004-08-12 13:25:20 +0000 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2004-08-12 13:25:20 +0000 |
commit | 2694c00d6a5b7427f72cbefdb3ab88021beb349a (patch) | |
tree | bdad19416010c971ef4c0446ab277596d9631d66 /bluez-utils | |
parent | 17d37935a15f5f59afc57927d8ebd07099c15677 (diff) |
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
Diffstat (limited to 'bluez-utils')
-rw-r--r-- | bluez-utils/bluez-utils_2.9.oe | 15 |
1 files changed, 15 insertions, 0 deletions
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" |