Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
From 93f5d5abf6b214a4b36e00cd09174d24b2ed0a6d Mon Sep 17 00:00:00 2001
|
||||
From: Stefan Dirsch <sndirsch@suse.de>
|
||||
Date: Wed, 9 Sep 2015 23:44:06 +0200
|
||||
Subject: [PATCH] Pass -P to the preprocessor when generating filenames for the
|
||||
manpage.
|
||||
|
||||
Fixes build with GCC 5. Patch by Richard Biener <rguenther@suse.com>
|
||||
|
||||
Tested-by: Matt Turner <mattst88@gmail.com>
|
||||
Signed-off-by: Matt Turner <mattst88@gmail.com>
|
||||
[Thomas: backport from upstream commit 93f5d5abf6b214a4b36e00cd09174d24b2ed0a6d]
|
||||
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||
---
|
||||
man/Makefile.am | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/man/Makefile.am b/man/Makefile.am
|
||||
index 665ace5..2e5f146 100644
|
||||
--- a/man/Makefile.am
|
||||
+++ b/man/Makefile.am
|
||||
@@ -9,7 +9,7 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man
|
||||
|
||||
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
|
||||
filenames.sed: filenames.sed.c
|
||||
- $(AM_V_GEN)$(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
+ $(AM_V_GEN)$(CPP) -P $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(srcdir)/filenames.sed.c | \
|
||||
$(SED) -n -e '/s|__/ p' -e '/^\/__/ p' > $@
|
||||
|
||||
--
|
||||
2.6.3
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_XAPP_SESSREG
|
||||
bool "sessreg"
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
help
|
||||
manage utmp/wtmp entries for non-init clients
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2015-January/002522.html
|
||||
sha256 551177657835e0902b5eee7b19713035beaa1581bbd3c6506baa553e751e017c sessreg-1.1.0.tar.bz2
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_sessreg
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_SESSREG_VERSION = 1.1.0
|
||||
XAPP_SESSREG_SOURCE = sessreg-$(XAPP_SESSREG_VERSION).tar.bz2
|
||||
XAPP_SESSREG_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_SESSREG_LICENSE = MIT
|
||||
XAPP_SESSREG_LICENSE_FILES = COPYING
|
||||
XAPP_SESSREG_DEPENDENCIES = xlib_libX11 xproto_xproto
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user