summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-uuc/imx-uuc_0.4.bb
blob: 81d3e16e105f355a8cd01047cbf730da16faf26f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright (C) 2014 Freescale Semiconductor
# Copyright (C) 2014 O.S. Systems Software LTDA.

SUMMARY = "Universal Adapter source"
SECTION = "base"
DEPENDS = "virtual/kernel"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"

# FIXME: From source code inspection this is the 0.4 release
SRC_URI = "${FSL_MIRROR}/imx-uuc-3.10.17-1.0.0_beta.tar.gz \
           file://COPYING-Add-license-file.patch \
           file://sdimage.c-uu.c-update-license-header.patch \
           file://Makefile-adapt-to-work-out-of-box-with-OE-Core.patch \
           file://linuxrc-Use-devtmpfs-and-general-cleanup.patch"
S = "${WORKDIR}/${PN}-3.10.17-1.0.0_beta"

SRC_URI[md5sum] = "22cc43c9a3b1a0eb1a82e0fcbade8c37"
SRC_URI[sha256sum] = "bd96d19ec0399fbebf09c3692f77ee8c76b27988c3bf616d3cecb67a8552ba96"

inherit autotools

FILES_${PN} += "/linuxrc"