diff options
Diffstat (limited to 'recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb')
| -rw-r--r-- | recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb b/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb index 1f63c32..39ffbf5 100644 --- a/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb +++ b/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb | |||
| @@ -33,7 +33,10 @@ LIC_FILES_CHKSUM = "\ | |||
| 33 | NO_GENERIC_LICENSE[Firmware-broadcom_bcm43xx-rpidistro] = "LICENCE.broadcom_bcm43xx" | 33 | NO_GENERIC_LICENSE[Firmware-broadcom_bcm43xx-rpidistro] = "LICENCE.broadcom_bcm43xx" |
| 34 | NO_GENERIC_LICENSE[WHENCE] = "WHENCE" | 34 | NO_GENERIC_LICENSE[WHENCE] = "WHENCE" |
| 35 | 35 | ||
| 36 | SRC_URI = "git://github.com/RPi-Distro/firmware-nonfree" | 36 | SRC_URI = " \ |
| 37 | git://github.com/RPi-Distro/firmware-nonfree \ | ||
| 38 | file://0001-brcmfmac43455-sdio.txt-Follow-raspbian-change-for-bo.patch \ | ||
| 39 | " | ||
| 37 | SRCREV = "b518de45ced519e8f7a499f4778100173402ae43" | 40 | SRCREV = "b518de45ced519e8f7a499f4778100173402ae43" |
| 38 | PV = "0.0+git${SRCPV}" | 41 | PV = "0.0+git${SRCPV}" |
| 39 | 42 | ||
| @@ -43,6 +46,13 @@ inherit allarch | |||
| 43 | 46 | ||
| 44 | CLEANBROKEN = "1" | 47 | CLEANBROKEN = "1" |
| 45 | 48 | ||
| 49 | do_unpack_append() { | ||
| 50 | bb.build.exec_func('do_clean_pc', d) | ||
| 51 | } | ||
| 52 | do_clean_pc() { | ||
| 53 | rm -rf ${S}/.pc | ||
| 54 | } | ||
| 55 | |||
| 46 | do_compile() { | 56 | do_compile() { |
| 47 | : | 57 | : |
| 48 | } | 58 | } |
