diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-08-30 23:50:11 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-30 23:50:11 +0000 |
commit | f704ea1298a98e2111d476eb2bedba3161f0efc2 (patch) | |
tree | 32b3466b7ac841d43d9e18c815ac4c3db74248f1 /packages/bluez-utils | |
parent | 91578431ac18bf66d38521dd2ff32f08f065dc23 (diff) |
Add support for the broadcom firmware loader
Diffstat (limited to 'packages/bluez-utils')
-rw-r--r-- | packages/bluez-utils/bluez-utils-common_2.18.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/bluez-utils/bluez-utils-common_2.18.inc b/packages/bluez-utils/bluez-utils-common_2.18.inc index 82ac9e8c39..9f99081e84 100644 --- a/packages/bluez-utils/bluez-utils-common_2.18.inc +++ b/packages/bluez-utils/bluez-utils-common_2.18.inc @@ -4,7 +4,7 @@ PRIORITY = "optional" DEPENDS = "bluez-libs-${PV} pcmcia-cs" RPROVIDES_${PN} = "bluez-pan bluez-sdp bluez-utils" LICENSE = "GPL" -PR = "r4" +PR = "r5" SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \ file://base.patch;patch=1 \ @@ -21,7 +21,7 @@ SRC_URI_append_openzaurus = " file://default-manfid-0x0-to-bcps.patch" S = "${WORKDIR}/bluez-utils-${PV}" EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR} \ - --enable-pcmcia --enable-initscripts" + --enable-pcmcia --enable-initscripts --enable-bcm203x" inherit autotools update-rc.d |