aboutsummaryrefslogtreecommitdiffstats
path: root/man-pages
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /man-pages
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
downloadopenembedded-f249735ad71fd5f13bfd295c55e1e0d596a1dbff.tar.gz
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'man-pages')
-rw-r--r--man-pages/man-pages_1.60.oe8
1 files changed, 4 insertions, 4 deletions
diff --git a/man-pages/man-pages_1.60.oe b/man-pages/man-pages_1.60.oe
index 3c9ad9ba00..de92a530ca 100644
--- a/man-pages/man-pages_1.60.oe
+++ b/man-pages/man-pages_1.60.oe
@@ -1,10 +1,10 @@
DESCRIPTION = "base set of man pages."
-SRC_URI = http://www.kernel.org/pub/linux/docs/manpages/man-pages-1.60.tar.bz2
+SRC_URI = "http://www.kernel.org/pub/linux/docs/manpages/man-pages-${PV}.tar.bz2"
-EXTRA_OEMAKE=
+EXTRA_OEMAKE =
do_compile () {
- true
+ :
}
do_install () {
@@ -12,4 +12,4 @@ do_install () {
}
PACKAGES = "${PN}"
-FILES_${PN}=*
+FILES_${PN} = "*"