diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-12-06 14:16:33 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-12-06 14:16:33 +0000 |
commit | 4cff548ae08c8724bf27ea62c134c8df99cbde14 (patch) | |
tree | a7f5ae83797b16efe1ce4892ea992ed7f68038a6 /packages/bluez | |
parent | 7acfd26c06a4d910fda1f246fa21cb0610c7cf4c (diff) |
disapproval of revision '1836da10f903d9ee68a7255b7a5d899128f4f43c'
Diffstat (limited to 'packages/bluez')
-rw-r--r-- | packages/bluez/bluez-utils-dbus_2.21.bb | 3 | ||||
-rw-r--r-- | packages/bluez/bluez-utils.inc | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/packages/bluez/bluez-utils-dbus_2.21.bb b/packages/bluez/bluez-utils-dbus_2.21.bb index abe6dc2656..58b2725143 100644 --- a/packages/bluez/bluez-utils-dbus_2.21.bb +++ b/packages/bluez/bluez-utils-dbus_2.21.bb @@ -3,6 +3,7 @@ include bluez-utils.inc PR = "r2" DEPENDS += "dbus" -SRC_URI += "file://smash.patch;patch=1 \ +SRC_URI += "file://dbus.patch;patch=1 \ + file://smash.patch;patch=1 \ file://hcid-alignment-fix.patch;patch=1" EXTRA_OECONF += "--with-dbus" diff --git a/packages/bluez/bluez-utils.inc b/packages/bluez/bluez-utils.inc index a4652b17ab..07dc5d6125 100644 --- a/packages/bluez/bluez-utils.inc +++ b/packages/bluez/bluez-utils.inc @@ -4,13 +4,11 @@ PRIORITY = "optional" DEPENDS = "bluez-libs-${PV} pcmcia-cs" RPROVIDES_${PN} = "bluez-pan bluez-sdp bluez-utils" LICENSE = "GPL" -PR = "r8" +PR = "r7" SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \ file://base.patch;patch=1 \ file://blueboxes.patch;patch=1 \ - file://hciattach-ti-bts.patch;patch=1 \ - file://TIInit_3.2.26.bts \ file://hcid.conf \ file://bluetooth.default \ file://bluetooth.conf " @@ -42,7 +40,6 @@ do_install_append() { chmod u+s ${D}${base_sbindir}/hciattach ${D}${base_sbindir}/hciconfig chmod 755 ${D}${sysconfdir}/pcmcia/bluetooth install -m 0644 ${WORKDIR}/hcid.conf ${D}${sysconfdir}/bluetooth/ - install -m 0644 ${WORKDIR}/TIInit_3.2.26.bts ${D}${sysconfdir}/bluetooth/ install -m 0644 ${WORKDIR}/bluetooth.default ${D}${sysconfdir}/default/bluetooth cat ${WORKDIR}/bluetooth.conf >> ${D}${sysconfdir}/pcmcia/bluetooth.conf } |