diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-21 18:15:48 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-21 18:15:48 +0200 |
commit | a2b0686d5c485ced41d0972bd8e6bb84ae7dd83a (patch) | |
tree | b757a58d9c471385eefda8294df4365e205d8e92 /recipes/bluez | |
parent | d79b58e6967793ac7c88f0f63d00f06b334f0f70 (diff) |
angstrom: have bluez4 provide bluez-utils as well
Diffstat (limited to 'recipes/bluez')
-rw-r--r-- | recipes/bluez/bluez4_4.35.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/bluez/bluez4_4.35.bb b/recipes/bluez/bluez4_4.35.bb index fec1411d00..ce9c5a36ea 100644 --- a/recipes/bluez/bluez4_4.35.bb +++ b/recipes/bluez/bluez4_4.35.bb @@ -6,7 +6,8 @@ HOMEPAGE = "http://www.bluez.org" LICENSE = "GPL" # For angstrom we want this to replace at least bluez-libs -PROVIDES_append_angstrom = " bluez-libs" +PROVIDES_append_angstrom = " bluez-utils bluez-libs" + PR = "r1" |