mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
libupnp1.6: remove
1.6 was kept for mpd only (see commit d56f417498)
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
cdf33509f8
commit
b42de13f27
@@ -1,34 +0,0 @@
|
||||
From e198f0a87660a048164ca0e16d18517d0aee846e Mon Sep 17 00:00:00 2001
|
||||
From: Andre McCurdy <armccurdy@gmail.com>
|
||||
Date: Tue, 9 Jun 2015 12:20:45 -0700
|
||||
Subject: [PATCH] Fix builds when using separate source and build directories.
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
|
||||
---
|
||||
configure.ac | 10 +++++-----
|
||||
1 files changed, 5 insertions(+), 5 deletions(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index a8731b5..54a3c3d 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -744,9 +744,9 @@ AC_OUTPUT
|
||||
#
|
||||
# Files copied for windows compilation.
|
||||
#
|
||||
-echo "configure: copying \"autoconfig.h\" to \"build/inc/autoconfig.h\""
|
||||
-test -d build/inc || mkdir -p build/inc
|
||||
-cp autoconfig.h build/inc/autoconfig.h
|
||||
-echo "configure: copying \"upnp/inc/upnpconfig.h\" to \"build/inc/upnpconfig.h\""
|
||||
-cp upnp/inc/upnpconfig.h build/inc/upnpconfig.h
|
||||
+echo "configure: copying \"autoconfig.h\" to \"\$srcdir/build/inc/autoconfig.h\""
|
||||
+test -d $srcdir/build/inc || mkdir -p $srcdir/build/inc
|
||||
+cp autoconfig.h $srcdir/build/inc/autoconfig.h
|
||||
+echo "configure: copying \"upnp/inc/upnpconfig.h\" to \"\$srcdir/build/inc/upnpconfig.h\""
|
||||
+cp upnp/inc/upnpconfig.h $srcdir/build/inc/upnpconfig.h
|
||||
|
||||
--
|
||||
1.9.1
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
SUMMARY = "Portable SDK for UPnP* Devices"
|
||||
DESCRIPTION = "The Portable SDK for UPnP Devices is an SDK for development of \
|
||||
UPnP device and control point applications. It consists of the core UPnP \
|
||||
protocols along with a UPnP-specific eXtensible Markup Language (XML) parser \
|
||||
supporting the Document Object Model (DOM) Level 2 API and an optional, \
|
||||
integrated mini web server for serving UPnP related documents."
|
||||
HOMEPAGE = "http://pupnp.sourceforge.net/"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b3190d5244e08e78e4c8ee78544f4863"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/pupnp/libupnp-${PV}.tar.bz2 \
|
||||
file://sepbuildfix.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "513adadb07fa039a8aeb0ceb7b7b0f6e"
|
||||
SRC_URI[sha256sum] = "af3f3c0846a1d75baeadae4aa5a2bda427567e2a1fb4559bf73ccff0a4f9a39b"
|
||||
|
||||
S = "${WORKDIR}/libupnp-${PV}"
|
||||
|
||||
inherit autotools
|
||||
Reference in New Issue
Block a user