diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /gpm | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'gpm')
-rw-r--r-- | gpm/gpm-1.20.1/configure.patch | 35 | ||||
-rw-r--r-- | gpm/gpm-1.20.1/no-docs.patch | 16 | ||||
-rw-r--r-- | gpm/gpm_1.20.1.bb | 0 |
3 files changed, 0 insertions, 51 deletions
diff --git a/gpm/gpm-1.20.1/configure.patch b/gpm/gpm-1.20.1/configure.patch deleted file mode 100644 index 8088fba8cc..0000000000 --- a/gpm/gpm-1.20.1/configure.patch +++ /dev/null @@ -1,35 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- gpm-1.20.1/./configure.in~configure -+++ gpm-1.20.1/./configure.in -@@ -3,8 +3,9 @@ - dnl Process this file with autoconf to produce a configure script. - dnl written jan/1997 - T.E.Dickey <dickey@clark.net> - --AC_INIT(src/gpm.c) --AC_PREREQ(2.12) -+AC_INIT -+AC_CONFIG_SRCDIR([src/gpm.c]) -+AC_PREREQ(2.57) - AC_CONFIG_HEADER(src/headers/config.h) - - release=1.20.1 -@@ -82,7 +83,7 @@ - fi - - ITZ_SYS_ELF --if test ${itz_cv_sys_elf} = yes && test x${ac_cv_prog_gcc} = xyes ; then -+if test ${itz_cv_sys_elf} = yes && test x${ac_cv_c_compiler_gnu} = xyes ; then - SHLIB=libgpm.so - else - SHLIB= -@@ -132,4 +133,5 @@ - - dnl AC_DEFINE_UNQUOTED(SYSCONFDIR,"$sysconfdir") - dnl AC_DEFINE_UNQUOTED(SBINDIR,"$sbindir") --AC_OUTPUT(Makefile.include Makefile doc/Makefile src/Makefile contrib/Makefile doc/doc.gpm) -+AC_CONFIG_FILES([Makefile.include Makefile doc/Makefile src/Makefile contrib/Makefile doc/doc.gpm]) -+AC_OUTPUT diff --git a/gpm/gpm-1.20.1/no-docs.patch b/gpm/gpm-1.20.1/no-docs.patch deleted file mode 100644 index d7fd7fe234..0000000000 --- a/gpm/gpm-1.20.1/no-docs.patch +++ /dev/null @@ -1,16 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- gpm-1.20.1/Makefile.in~no-docs 2002-12-24 23:57:16.000000000 +0100 -+++ gpm-1.20.1/Makefile.in 2004-03-26 00:39:38.000000000 +0100 -@@ -19,7 +19,7 @@ - # user-overridable flags, but it's also all the implicit rule looks at. - # missing ? - --SUBDIRS = src doc contrib -+SUBDIRS = src - - ### simple, but effective rules - diff --git a/gpm/gpm_1.20.1.bb b/gpm/gpm_1.20.1.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/gpm/gpm_1.20.1.bb +++ /dev/null |