aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/mxsldr/mxsldr_git.bb
blob: 5c4b874b815d182cbcd163a91939f6353074ae0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright (C) 2012 O.S. Systems Software LTDA.
# Released under the MIT license (see COPYING.MIT for the terms)

DESCRIPTION = "Freescale i.MX233/i.MX28 USB loader"
DEPENDS = "libusb"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"

SRCREV = "c40d80472525e1d57dae5317c028b745968c0399"
SRC_URI = "git://git.denx.de/mxsldr.git"

PV = "0.0.0+git${SRCPV}"

S = "${WORKDIR}/git"

inherit autotools-brokensep pkgconfig

BBCLASSEXTEND = "native nativesdk"