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 /metalog | |
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 'metalog')
-rw-r--r-- | metalog/metalog-0.7/crosscompile.patch | 44 | ||||
-rw-r--r-- | metalog/metalog_0.7.bb | 0 |
2 files changed, 0 insertions, 44 deletions
diff --git a/metalog/metalog-0.7/crosscompile.patch b/metalog/metalog-0.7/crosscompile.patch deleted file mode 100644 index 9c85eb30f0..0000000000 --- a/metalog/metalog-0.7/crosscompile.patch +++ /dev/null @@ -1,44 +0,0 @@ -diff -ur metalog-0.7_org/configure.ac metalog-0.7_patch/configure.ac ---- metalog-0.7_org/configure.ac 2003-04-06 23:21:05.000000000 +0200 -+++ metalog-0.7_patch/configure.ac 2004-07-19 14:41:48.226352264 +0200 -@@ -162,39 +162,6 @@ - - dnl Custom checks - --AC_MSG_CHECKING(whether snprintf is C99 conformant) --AC_TRY_RUN([ --#include <stdio.h> --#ifdef STDC_HEADERS --# include <stdlib.h> --# include <stddef.h> --#else --# if HAVE_STDLIB_H --# include <stdlib.h> --# endif --#endif --#ifdef HAVE_UNISTD_H --# include <unistd.h> --#endif -- --int main(void) --{ -- char buf[4]; -- -- (void) fprintf(fopen("conftestval", "wt"), "%d\n", -- (int) snprintf(buf, sizeof buf, "12345678")); -- return 0; --} --], --CONF_SNPRINTF_TYPE=`cat conftestval` --) --AC_MSG_RESULT(done) --if test "x$CONF_SNPRINTF_TYPE" = "x" ; then -- AC_MSG_WARN(your operating system doesn't implement snprintf) --else -- AC_DEFINE_UNQUOTED(CONF_SNPRINTF_TYPE, $CONF_SNPRINTF_TYPE, [return value of an overflowed snprintf]) --fi -- - dnl Options - - AM_WITH_DMALLOC - diff --git a/metalog/metalog_0.7.bb b/metalog/metalog_0.7.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/metalog/metalog_0.7.bb +++ /dev/null |