diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-05-28 13:23:39 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-05-28 13:23:39 +0000 |
commit | b6cc6c1814e607558b74c72d58423cf0b5f155b0 (patch) | |
tree | 1d4e461937bcfcacd5fe8d1868061120366618e2 /recipes | |
parent | 194567e13a7ab7b1f2a4849f14ab2f26ed220ac6 (diff) |
man-pages: Update to version 3.21.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/man-pages/man-pages_3.21.bb | 19 |
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 = "" |