diff options
| -rw-r--r-- | meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.0.bb (renamed from meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb) | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb b/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.0.bb index 339c07cd96..88652a443b 100644 --- a/meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb +++ b/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.0.bb | |||
| @@ -6,17 +6,14 @@ supporting the Document Object Model (DOM) Level 2 API and an optional, \ | |||
| 6 | integrated mini web server for serving UPnP related documents." | 6 | integrated mini web server for serving UPnP related documents." |
| 7 | HOMEPAGE = "http://pupnp.sourceforge.net/" | 7 | HOMEPAGE = "http://pupnp.sourceforge.net/" |
| 8 | LICENSE = "BSD-3-Clause" | 8 | LICENSE = "BSD-3-Clause" |
| 9 | |||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=394a0f17b97f33426275571e15920434" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=394a0f17b97f33426275571e15920434" |
| 11 | 10 | ||
| 12 | PV = "1.8.4+git${SRCPV}" | 11 | SRCREV = "a6c3616530490ca67db41131572ec18f00d95eb0" |
| 13 | # release-1.8.4 | ||
| 14 | SRCREV = "d5a01fc9895daae98a0c5a8c7d3afce46add529d" | ||
| 15 | SRC_URI = "git://github.com/mrjimenez/pupnp.git;protocol=https" | 12 | SRC_URI = "git://github.com/mrjimenez/pupnp.git;protocol=https" |
| 16 | 13 | ||
| 17 | S="${WORKDIR}/git" | 14 | S="${WORKDIR}/git" |
| 18 | 15 | ||
| 19 | inherit autotools | 16 | inherit autotools pkgconfig |
| 20 | 17 | ||
| 21 | EXTRA_OECONF += "--enable-reuseaddr" | 18 | EXTRA_OECONF += "--enable-reuseaddr" |
| 22 | 19 | ||
