Skip to content
Snippets Groups Projects
Verified Commit 1761c799 authored by Bryan Zuelly's avatar Bryan Zuelly
Browse files

fixed license file

parent c23c3527
No related branches found
No related tags found
No related merge requests found
......@@ -3,13 +3,13 @@
%global bluez_srcdir bluez-firmware-%{bluez_commit}
Name: rpi-firmware-bluez
Version: 20221219
Version: 1.2
Release: 1%{?dist}
Summary: Supplemental firmware used by Linux kernel for some Raspberry Pi models
BuildArch: noarch
ExclusiveArch: aarch64
License: GPLv2
License: CYPRESS-WIRELESS-CONNECTIVITY-DEVICES-DRIVER-END-USER-LICENSE-AGREEMENT
URL: https://github.com/RPi-Distro/bluez-firmware
Source0: https://github.com/RPi-Distro/bluez-firmware/archive/%{bluez_commit}/bluez-firmware-%{bluez_commit}.tar.gz
......@@ -27,8 +27,10 @@ package to enable Bluetooth/Wi-Fi on some Raspberry Pi models.
%install
install -d %{buildroot}%{_fwpath}/brcm
install -d %{buildroot}/usr/share/licenses/%{name}
cp debian/copyright %{buildroot}/usr/share/licenses/%{name}/
ls %{buildroot}
# Bluetooth for RPi Zero 2W
cp broadcom/BCM43430B0.hcd %{buildroot}%{_fwpath}/brcm/
# Bluetooth for RPi 3B+, 4, 5
......@@ -49,6 +51,7 @@ ln -s brcmfmac43455-sdio.bin.xz %{buildroot}%{_fwpath}/brcm/brcmfmac43455-sdio.r
ln -s brcmfmac43455-sdio.clm_blob.xz %{buildroot}%{_fwpath}/brcm/brcmfmac43455-sdio.raspberrypi,5-model-b.clm_blob.xz
%files
%license copyright
%{_fwpath}/brcm/*
%changelog
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment