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 /libgpg-error | |
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 'libgpg-error')
-rw-r--r-- | libgpg-error/libgpg-error-0.7/pkgconfig.patch | 50 | ||||
-rw-r--r-- | libgpg-error/libgpg-error_0.6.bb | 0 | ||||
-rw-r--r-- | libgpg-error/libgpg-error_0.7.bb | 0 |
3 files changed, 0 insertions, 50 deletions
diff --git a/libgpg-error/libgpg-error-0.7/pkgconfig.patch b/libgpg-error/libgpg-error-0.7/pkgconfig.patch deleted file mode 100644 index f8509cc549..0000000000 --- a/libgpg-error/libgpg-error-0.7/pkgconfig.patch +++ /dev/null @@ -1,50 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- libgpg-error-0.7/configure.ac~pkgconfig 2004-03-07 09:46:24.000000000 -0600 -+++ libgpg-error-0.7/configure.ac 2004-07-15 18:50:43.000000000 -0500 -@@ -83,6 +83,7 @@ - AC_SUBST(GPG_ERROR_CONFIG_LIBS) - AC_SUBST(GPG_ERROR_CONFIG_CFLAGS) - AC_CONFIG_FILES([src/gpg-error-config], [chmod +x src/gpg-error-config]) -+AC_CONFIG_FILES([src/gpg-error.pc]) - - # Checks for library functions. - AC_CONFIG_FILES([Makefile]) ---- libgpg-error-0.7/src/Makefile.am~pkgconfig 2004-03-01 17:13:26.000000000 -0600 -+++ libgpg-error-0.7/src/Makefile.am 2004-07-15 18:51:43.000000000 -0500 -@@ -24,7 +24,8 @@ - mkerrnos.awk errnos.in \ - mkerrcodes.awk mkerrcodes1.awk mkerrcodes2.awk mkerrcodes.c \ - mkheader.awk gpg-error.h.in \ -- err-sources.h err-codes.h gpg-error-config.in gpg-error.m4 -+ err-sources.h err-codes.h gpg-error-config.in gpg-error.m4 \ -+ gpg-error.pc.in - BUILT_SOURCES = err-sources.h err-codes.h code-to-errno.h code-from-errno.h \ - err-sources-sym.h err-codes-sym.h errnos-sym.h gpg-error.h - CLEANFILES = err-sources.h err-codes.h code-to-errno.h code-from-errno.h \ -@@ -35,6 +36,9 @@ - m4datadir = $(datadir)/aclocal - m4data_DATA = gpg-error.m4 - -+pkgconfigdir = $(libdir)/pkgconfig -+pkgconfig_DATA = gpg-error.pc -+ - include_HEADERS = gpg-error.h - - lib_LTLIBRARIES = libgpg-error.la ---- /dev/null 2004-06-02 16:28:12.000000000 -0500 -+++ libgpg-error-0.7/src/gpg-error.pc.in 2004-07-15 18:53:48.000000000 -0500 -@@ -0,0 +1,10 @@ -+prefix=@prefix@ -+exec_prefix=@exec_prefix@ -+libdir=@libdir@ -+includedir=@includedir@ -+ -+Name: gpg-error -+Description: a library that defines common error values for all GnuPG components -+Version: @VERSION@ -+Libs: -L{libdir} -lgpg-error -+Cflags: -I${includedir} diff --git a/libgpg-error/libgpg-error_0.6.bb b/libgpg-error/libgpg-error_0.6.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/libgpg-error/libgpg-error_0.6.bb +++ /dev/null diff --git a/libgpg-error/libgpg-error_0.7.bb b/libgpg-error/libgpg-error_0.7.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/libgpg-error/libgpg-error_0.7.bb +++ /dev/null |