summaryrefslogtreecommitdiffstats
path: root/recipes/man-pages/man-pages_3.21.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/man-pages/man-pages_3.21.bb')
-rw-r--r--recipes/man-pages/man-pages_3.21.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/man-pages/man-pages_3.21.bb b/recipes/man-pages/man-pages_3.21.bb
new file mode 100644
index 0000000000..c7d94f0911
--- /dev/null
+++ b/recipes/man-pages/man-pages_3.21.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 = ""