aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/man-pages/man-pages_2.41.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/man-pages/man-pages_2.41.bb')
-rw-r--r--recipes/man-pages/man-pages_2.41.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/man-pages/man-pages_2.41.bb b/recipes/man-pages/man-pages_2.41.bb
new file mode 100644
index 0000000000..18cfc1737e
--- /dev/null
+++ b/recipes/man-pages/man-pages_2.41.bb
@@ -0,0 +1,15 @@
+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"
+
+EXTRA_OEMAKE = ""
+do_compile () {
+ :
+}
+
+do_install () {
+ oe_runmake 'prefix=${D}' install
+}
+
+FILES_${PN} = "*"