aboutsummaryrefslogtreecommitdiffstats
path: root/packages/man-pages/man-pages_2.79.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2008-03-19 12:31:30 +0000
committerRichard Purdie <rpurdie@rpsys.net>2008-03-19 12:31:30 +0000
commitfdcbe397165b1d867fd8c754d0e1c5e80c8b2441 (patch)
treea8ceb2f1fc3e6a2cccd789d00772c2e138f1ed42 /packages/man-pages/man-pages_2.79.bb
parente11431ed2706115f1980d3c6a4289d00fe60aa6f (diff)
downloadopenembedded-fdcbe397165b1d867fd8c754d0e1c5e80c8b2441.tar.gz
man-pages: Fix SRC_URI, add version 2.79
Diffstat (limited to 'packages/man-pages/man-pages_2.79.bb')
-rw-r--r--packages/man-pages/man-pages_2.79.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/man-pages/man-pages_2.79.bb b/packages/man-pages/man-pages_2.79.bb
new file mode 100644
index 0000000000..18cfc1737e
--- /dev/null
+++ b/packages/man-pages/man-pages_2.79.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} = "*"