diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-11-16 11:55:26 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-21 16:47:07 +0000 |
commit | cdf782fab956f5a3b43b3eb256fa57748175b802 (patch) | |
tree | a51a52e7d50a3c8e55bc72f53baefe4faaae920a /meta/recipes-extended/man-pages/man-pages_3.44.bb | |
parent | 90ad57fbd72edf44336d0ad2c2e3ec861a641fb3 (diff) | |
download | openembedded-core-contrib-cdf782fab956f5a3b43b3eb256fa57748175b802.tar.gz |
man-pages: Update to 3.44
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/man-pages/man-pages_3.44.bb')
-rw-r--r-- | meta/recipes-extended/man-pages/man-pages_3.44.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-extended/man-pages/man-pages_3.44.bb b/meta/recipes-extended/man-pages/man-pages_3.44.bb new file mode 100644 index 00000000000..ad9df4f5a58 --- /dev/null +++ b/meta/recipes-extended/man-pages/man-pages_3.44.bb @@ -0,0 +1,30 @@ +SUMMARY = "Linux man-pages" +DESCRIPTION = "The Linux man-pages project documents the Linux kernel and C library interfaces that are employed by user programs" +SECTION = "console/utils" +HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages" +LICENSE = "GPLv2+" +PR = "r0" + +LIC_FILES_CHKSUM = "file://README;md5=0422377a748010b2b738342e24f141c1" +SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/Archive/${BP}.tar.gz" + +SRC_URI[md5sum] = "9b5b9c38f1db0ab944d5f879ba9d0557" +SRC_URI[sha256sum] = "4ec49f5f9faac757ffa2dfe6213e3ab8840a69325c377bfc4323b176c35cd0b2" + +RDEPENDS_${PN} = "man" + +do_configure () { + : +} + +do_compile() { + : +} + +do_install() { + oe_runmake install DESTDIR=${D} +} + +# Only deliveres man-pages so FILES_${PN} gets everything +FILES_${PN}-doc = "" +FILES_${PN} = "${mandir}/*" |