summaryrefslogtreecommitdiff
path: root/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files
diff options
context:
space:
mode:
Diffstat (limited to 'distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files')
-rw-r--r--distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello-1.0.tar.gzbin91394 -> 0 bytes
-rw-r--r--distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/AUTHORS0
-rw-r--r--distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/ChangeLog0
-rw-r--r--distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/Makefile.am2
-rw-r--r--distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/NEWS0
-rw-r--r--distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/README0
-rwxr-xr-xdistribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/autogen.sh2
-rw-r--r--distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/autohello.c12
-rw-r--r--distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/configure.ac21
9 files changed, 0 insertions, 37 deletions
diff --git a/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello-1.0.tar.gz b/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello-1.0.tar.gz
deleted file mode 100644
index 424b53c..0000000
--- a/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello-1.0.tar.gz
+++ /dev/null
Binary files differ
diff --git a/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/AUTHORS b/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/AUTHORS
deleted file mode 100644
index e69de29..0000000
--- a/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/AUTHORS
+++ /dev/null
diff --git a/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/ChangeLog b/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/ChangeLog
deleted file mode 100644
index e69de29..0000000
--- a/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/ChangeLog
+++ /dev/null
diff --git a/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/Makefile.am b/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/Makefile.am
deleted file mode 100644
index 1b344bc..0000000
--- a/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-bin_PROGRAMS = autohello
-autohello_SOURCES = autohello.c
diff --git a/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/NEWS b/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/NEWS
deleted file mode 100644
index e69de29..0000000
--- a/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/NEWS
+++ /dev/null
diff --git a/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/README b/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/README
deleted file mode 100644
index e69de29..0000000
--- a/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/README
+++ /dev/null
diff --git a/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/autogen.sh b/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/autogen.sh
deleted file mode 100755
index 9088512..0000000
--- a/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/autogen.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/bash
-autoreconf -sif
diff --git a/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/autohello.c b/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/autohello.c
deleted file mode 100644
index d035085..0000000
--- a/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/autohello.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
-#include <stdio.h>
-
-int main (int argc, char **argv)
-{
- printf ("autohello poky world\n");
-
- return 0;
-}
diff --git a/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/configure.ac b/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/configure.ac
deleted file mode 100644
index 1ac5db3..0000000
--- a/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/autohello/files/autohello/configure.ac
+++ /dev/null
@@ -1,21 +0,0 @@
-AC_PREREQ([2.69])
-AC_INIT([autohello], [1.0], [maunt@linutronix.de])
-AM_INIT_AUTOMAKE([silent-rules])
-AC_CONFIG_SRCDIR([autohello.c])
-AC_CONFIG_HEADERS([config.h])
-
-# Checks for programs.
-AC_PROG_CC
-AC_PROG_INSTALL
-AM_PROG_CC_C_O
-
-# Checks for libraries.
-
-# Checks for header files.
-
-# Checks for typedefs, structures, and compiler characteristics.
-
-# Checks for library functions.
-
-AC_CONFIG_FILES([Makefile])
-AC_OUTPUT