diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-07-24 11:54:31 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-07-24 11:54:31 +0000 |
commit | 5696146f49b990049ed9d42312d9f788b53b8b4a (patch) | |
tree | 2ca6aa3455079e69f171dd135f1551c0e369d150 /recipes/bluez/bluez4.inc | |
parent | 8c68e043e9cc061a1b7bf3ea28f77918107ace24 (diff) |
bluez4: Fixed typo that caused missing pand.
Diffstat (limited to 'recipes/bluez/bluez4.inc')
-rw-r--r-- | recipes/bluez/bluez4.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/bluez/bluez4.inc b/recipes/bluez/bluez4.inc index 431faf6152..7f69677345 100644 --- a/recipes/bluez/bluez4.inc +++ b/recipes/bluez/bluez4.inc @@ -4,7 +4,7 @@ PRIORITY = "optional" DEPENDS = "gst-plugins-base alsa-lib virtual/libusb0 dbus-glib" HOMEPAGE = "http://www.bluez.org" LICENSE = "GPL" -INC_PR = "r2" +INC_PR = "r3" # For angstrom we want this to replace at least bluez-libs PROVIDES_append_angstrom = " bluez-utils-dbus bluez-utils bluez-libs" @@ -31,7 +31,7 @@ EXTRA_OECONF = "\ --enable-hid2hci \ --enable-dfutool \ --enable-hidd \ - --enable-pandd \ + --enable-pand \ --enable-dund \ --disable-cups \ --enable-test \ |