summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-04-29 10:26:46 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-04-29 10:33:48 +0200
commit7417769a5b5cbb8c28f6fb41f31d1724d3269253 (patch)
treec9a0f07f2b29f9b09430cc41fbcff9ca0356f5ab /rules
parentbe40e5007c1927fab87309808cdaff6b0d3a1176 (diff)
downloadptxdist-7417769a5b5cbb8c28f6fb41f31d1724d3269253.tar.gz
ptxdist-7417769a5b5cbb8c28f6fb41f31d1724d3269253.tar.xz
wine: remove obsolte package
It used to provide usp10.h for gtk and nothing else. This has not been needed for a long time. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/wine.in6
-rw-r--r--rules/wine.make57
2 files changed, 0 insertions, 63 deletions
diff --git a/rules/wine.in b/rules/wine.in
deleted file mode 100644
index 48a5c5bed..000000000
--- a/rules/wine.in
+++ /dev/null
@@ -1,6 +0,0 @@
-## SECTION=multimedia_gtk
-
-config WINE
- bool
-# only needed for its "usp10.h", e.g. by GTK
-
diff --git a/rules/wine.make b/rules/wine.make
deleted file mode 100644
index ce551d13b..000000000
--- a/rules/wine.make
+++ /dev/null
@@ -1,57 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2007, 2008, 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-PACKAGES-$(PTXCONF_ARCH_MINGW)-$(PTXCONF_WINE) += wine
-
-#
-# Paths and names
-#
-WINE_VERSION := 1.0.1
-WINE_MD5 :=
-WINE := wine-$(WINE_VERSION)
-WINE_SUFFIX := tar.bz2
-WINE_URL := $(call ptx/mirror, SF, wine/$(WINE).$(WINE_SUFFIX))
-WINE_SOURCE := $(SRCDIR)/$(WINE).$(WINE_SUFFIX)
-WINE_DIR := $(BUILDDIR)/$(WINE)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/wine.prepare:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/wine.compile:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/wine.install:
- @$(call targetinfo)
- install -m644 $(WINE_DIR)/include/usp10.h $(SYSROOT)/usr/include/
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/wine.targetinstall:
- @$(call touch)
-
-# vim: syntax=make