summaryrefslogtreecommitdiff
path: root/distribution/yocto-example-layer/yocto-add-autotools-based-src.tex
diff options
context:
space:
mode:
Diffstat (limited to 'distribution/yocto-example-layer/yocto-add-autotools-based-src.tex')
-rw-r--r--distribution/yocto-example-layer/yocto-add-autotools-based-src.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/distribution/yocto-example-layer/yocto-add-autotools-based-src.tex b/distribution/yocto-example-layer/yocto-add-autotools-based-src.tex
new file mode 100644
index 0000000..3cc0767
--- /dev/null
+++ b/distribution/yocto-example-layer/yocto-add-autotools-based-src.tex
@@ -0,0 +1,18 @@
+\begin{frame}[fragile]
+\frametitle{Autools based project}
+\begin{verbatim}
+├── autohello_1.0.bb
+└── files
+ └── autohello-1.0.tar.gz
+\end{verbatim}
+\begin{verbatim}
+DESCRIPTION = "GNU Helloworld application"
+SECTION = "examples"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+PR = "r0"
+SRC_URI = "file://${PN}-${PV}.tar.gz"
+SRC_URI[md5sum] = "4bfc9bed4d5d67a266d93e99e5883211"
+inherit autotools
+\end{verbatim}
+\end{frame}