aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/man-pages/man-pages_2.79.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/man-pages/man-pages_2.79.bb')
-rw-r--r--recipes/man-pages/man-pages_2.79.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/man-pages/man-pages_2.79.bb b/recipes/man-pages/man-pages_2.79.bb
new file mode 100644
index 0000000000..ab7da8c965
--- /dev/null
+++ b/recipes/man-pages/man-pages_2.79.bb
@@ -0,0 +1,19 @@
+SECTION = "base"
+DESCRIPTION = "base set of man pages."
+LICENSE = "GPL"
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/docs/man-pages/Archive/man-pages-${PV}.tar.bz2"
+PR = "r1"
+RRECOMMENDS = "man"
+PACKAGE_ARCH = "all"
+
+EXTRA_OEMAKE = ""
+do_compile () {
+ :
+}
+
+do_install () {
+ oe_runmake 'DESTDIR=${D}' install
+}
+
+FILES_${PN} = "*"
+FILES_${PN}-doc = ""