From 22083287912ebd552e33b79f7c567bc966376d43 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 15 Oct 2010 11:55:59 +0100 Subject: handbook: Move into documentation directory Signed-off-by: Richard Purdie --- .../poky-ref-manual/examples/hello-autotools/hello_2.3.bb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 documentation/poky-ref-manual/examples/hello-autotools/hello_2.3.bb (limited to 'documentation/poky-ref-manual/examples/hello-autotools') diff --git a/documentation/poky-ref-manual/examples/hello-autotools/hello_2.3.bb b/documentation/poky-ref-manual/examples/hello-autotools/hello_2.3.bb new file mode 100644 index 000000000..5c5332f73 --- /dev/null +++ b/documentation/poky-ref-manual/examples/hello-autotools/hello_2.3.bb @@ -0,0 +1,7 @@ +DESCRIPTION = "GNU Helloworld application" +SECTION = "examples" +LICENSE = "GPLv3" + +SRC_URI = "${GNU_MIRROR}/hello/hello-${PV}.tar.bz2" + +inherit autotools -- cgit v1.2.3