diff options
author | Richard Purdie <richard@openedhand.com> | 2007-10-15 09:26:47 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-10-15 09:26:47 +0000 |
commit | bbcc43d1d8346aadd39925730ab9f5d074ce6775 (patch) | |
tree | 96217a45e8fc4f98e2d0d9ffa6e6e5b8f61d804e | |
parent | d49a4efedb40e603d87154d9c49b00e27605ff2e (diff) | |
download | openembedded-core-bbcc43d1d8346aadd39925730ab9f5d074ce6775.tar.gz openembedded-core-bbcc43d1d8346aadd39925730ab9f5d074ce6775.tar.bz2 openembedded-core-bbcc43d1d8346aadd39925730ab9f5d074ce6775.zip |
bluez-utils: Disable hal, at least until we explicitly add to DEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2874 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/bluez/bluez-utils_3.18.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/bluez/bluez-utils_3.18.bb b/meta/packages/bluez/bluez-utils_3.18.bb index 8fa75c34a7..3de342fa80 100644 --- a/meta/packages/bluez/bluez-utils_3.18.bb +++ b/meta/packages/bluez/bluez-utils_3.18.bb @@ -1,7 +1,7 @@ require bluez-utils.inc DEPENDS += "glib-2.0" -PR = "r1" +PR = "r2" # ti patch doesn't apply, people using it should rediff it and send it upstream #SRC_URI += "file://hciattach-ti-bts.patch;patch=1 " @@ -21,6 +21,7 @@ EXTRA_OECONF = " \ --enable-configfile \ --enable-initscripts \ --enable-test \ + --disable-hal \ " # The config options are explained below: |