man-pages: Fixed destination, file list, prevent double packaging. Recommend man.
authorStanislav Brabec <utx@penguin.cz>
Wed, 17 Dec 2008 21:32:48 +0000 (21:32 +0000)
committerutx@penguin.cz <utx@penguin.cz>
Wed, 17 Dec 2008 21:32:48 +0000 (21:32 +0000)
packages/man-pages/man-pages_2.79.bb

index 18cfc17..ab7da8c 100644 (file)
@@ -2,6 +2,9 @@ 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 () {
@@ -9,7 +12,8 @@ do_compile () {
 }
 
 do_install () {
-       oe_runmake 'prefix=${D}' install
+       oe_runmake 'DESTDIR=${D}' install
 }
 
 FILES_${PN} = "*"
+FILES_${PN}-doc = ""