From 882e9cd2affb773eec8b1d387ab4e3b5cbdc0994 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 26 Feb 2008 11:31:34 +0000 Subject: Add Poky handbook git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3865 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- handbook/examples/hello-autotools/hello_2.3.bb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 handbook/examples/hello-autotools/hello_2.3.bb (limited to 'handbook/examples/hello-autotools') diff --git a/handbook/examples/hello-autotools/hello_2.3.bb b/handbook/examples/hello-autotools/hello_2.3.bb new file mode 100644 index 0000000..5c5332f --- /dev/null +++ b/handbook/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.1