summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorRobert Joslyn <robert.joslyn@redrectangle.org>2019-04-14 09:17:23 -0700
committerKhem Raj <raj.khem@gmail.com>2019-04-14 23:26:42 -0700
commite4226eaf1c6da19dbcdb3cf157cb1a52037e051a (patch)
tree35a1da2d5be9dcd15485ea795685d4eb63e6b857 /meta-oe/recipes-support
parent8b0f4429019688afd89f5538bc07be2c46b0e95f (diff)
downloadmeta-openembedded-e4226eaf1c6da19dbcdb3cf157cb1a52037e051a.tar.gz
gpm: Generate documentation
Remove patch disabling documentation, since it builds and is packaged properly. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/gpm/gpm/no-docs.patch18
-rw-r--r--meta-oe/recipes-support/gpm/gpm_git.bb1
2 files changed, 0 insertions, 19 deletions
diff --git a/meta-oe/recipes-support/gpm/gpm/no-docs.patch b/meta-oe/recipes-support/gpm/gpm/no-docs.patch
deleted file mode 100644
index 3faef84ee..000000000
--- a/meta-oe/recipes-support/gpm/gpm/no-docs.patch
+++ /dev/null
@@ -1,18 +0,0 @@
1
2#
3# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4#
5
6Index: gpm-1.99.7/Makefile.in
7===================================================================
8--- gpm-1.99.7.orig/Makefile.in 2008-07-24 03:36:35.000000000 -0700
9+++ gpm-1.99.7/Makefile.in 2010-06-22 18:28:45.269507001 -0700
10@@ -19,7 +19,7 @@
11 # user-overridable flags, but it's also all the implicit rule looks at.
12 # missing ?
13
14-SUBDIRS = src doc contrib
15+SUBDIRS = src
16
17
18 ### simple, but effective rules
diff --git a/meta-oe/recipes-support/gpm/gpm_git.bb b/meta-oe/recipes-support/gpm/gpm_git.bb
index fa0307038..012dceb23 100644
--- a/meta-oe/recipes-support/gpm/gpm_git.bb
+++ b/meta-oe/recipes-support/gpm/gpm_git.bb
@@ -13,7 +13,6 @@ DEPENDS = "ncurses bison-native"
13 13
14SRC_URI = "git://github.com/telmich/gpm;protocol=git \ 14SRC_URI = "git://github.com/telmich/gpm;protocol=git \
15 file://init \ 15 file://init \
16 file://no-docs.patch \
17 file://processcreds.patch \ 16 file://processcreds.patch \
18 file://gpm.service.in \ 17 file://gpm.service.in \
19 file://0001-Use-sigemptyset-API-instead-of-__sigemptyset.patch \ 18 file://0001-Use-sigemptyset-API-instead-of-__sigemptyset.patch \