aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support/mingw-libgnurx/mingw-libgnurx_2.5.1.bb
blob: 4547298dccbbf9a82ed84df5b8cd29f5d70631f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (C) 2021 Khem Raj <raj.khem@gmail.com>
# Released under the MIT license (see COPYING.MIT for the terms)
LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff"

SRC_URI = "http://download.sourceforge.net/mingw/Other/UserContributed/regex/mingw-regex-${PV}/mingw-libgnurx-${PV}-src.tar.gz \
           file://0001-Honor-DESTDIR-variable-during-install.patch \
           file://0002-Add-autotool-files.patch \
           "
SRC_URI[sha256sum] = "7147b7f806ec3d007843b38e19f42a5b7c65894a57ffc297a76b0dcd5f675d76"

inherit autotools

# Specify any options you want to pass to the configure script using EXTRA_OECONF:
EXTRA_OECONF = ""

BBCLASSEXTEND = "nativesdk"