summaryrefslogtreecommitdiffstats
path: root/import-layers/meta-virtualization/recipes-extended/xen/lwip_1.3.0.bb
blob: b7d8e95dca8b918472c07fb2d52aef1fd23e6848 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright (C) 2018 kebodiker <kurt.bodiker@braintrust-us.com>
# Released under the MIT license (see COPYING.MIT for the terms)

DESCRIPTION = "LWIP"
HOMEPAGE = "https://savannah.nongnu.org/projects/lwip"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=59a383b05013356e0c9899b06dc5da3f"

SRCREV_lwip = "bcb4afa886408bf0a1dde9c2a4a00323c8b07eb1"
SRC_URI = "\
    git://git.savannah.gnu.org/lwip.git;protocol=git;nobranch=1;destsuffix=lwip;name=lwip \
    file://lwip.patch-cvs \
    file://lwip.dhcp_create_request-hwaddr_len.patch \
"

S="${WORKDIR}/${PN}"
B="${S}"

require lwip.inc
OpenPOWER on IntegriCloud