mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
libupnp: update to 1.14.0
inherit pkgconfig Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
b710075692
commit
2b2a1edf7b
+2
-5
@@ -6,17 +6,14 @@ supporting the Document Object Model (DOM) Level 2 API and an optional, \
|
|||||||
integrated mini web server for serving UPnP related documents."
|
integrated mini web server for serving UPnP related documents."
|
||||||
HOMEPAGE = "http://pupnp.sourceforge.net/"
|
HOMEPAGE = "http://pupnp.sourceforge.net/"
|
||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=394a0f17b97f33426275571e15920434"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=394a0f17b97f33426275571e15920434"
|
||||||
|
|
||||||
PV = "1.8.4+git${SRCPV}"
|
SRCREV = "a6c3616530490ca67db41131572ec18f00d95eb0"
|
||||||
# release-1.8.4
|
|
||||||
SRCREV = "d5a01fc9895daae98a0c5a8c7d3afce46add529d"
|
|
||||||
SRC_URI = "git://github.com/mrjimenez/pupnp.git;protocol=https"
|
SRC_URI = "git://github.com/mrjimenez/pupnp.git;protocol=https"
|
||||||
|
|
||||||
S="${WORKDIR}/git"
|
S="${WORKDIR}/git"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
EXTRA_OECONF += "--enable-reuseaddr"
|
EXTRA_OECONF += "--enable-reuseaddr"
|
||||||
|
|
||||||
Reference in New Issue
Block a user