mirror of
https://git.yoctoproject.org/poky
synced 2026-09-11 21:49:33 +02:00
Add Poky handbook
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3865 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
7
handbook/examples/hello-autotools/hello_2.3.bb
Normal file
7
handbook/examples/hello-autotools/hello_2.3.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
DESCRIPTION = "GNU Helloworld application"
|
||||
SECTION = "examples"
|
||||
LICENSE = "GPLv3"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/hello/hello-${PV}.tar.bz2"
|
||||
|
||||
inherit autotools
|
||||
Reference in New Issue
Block a user