summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man-pages
diff options
context:
space:
mode:
authorSaul Wold <Saul.Wold@intel.com>2010-09-23 12:42:06 -0700
committerSaul Wold <Saul.Wold@intel.com>2010-09-23 12:42:06 -0700
commit09f1f6939e5ec6a64c602bfb609e247082736ce8 (patch)
treec33a8036548f6347a0c57b9316407e7ff8e798f8 /meta/recipes-extended/man-pages
parent233af81e77c68343cdf865e91ec77de0de93c8f1 (diff)
downloadpoky-09f1f6939e5ec6a64c602bfb609e247082736ce8.tar.gz
man-pages_3.25.bb: Fix SRC_URI to contain Archive directory
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/recipes-extended/man-pages')
-rw-r--r--meta/recipes-extended/man-pages/man-pages_3.25.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/man-pages/man-pages_3.25.bb b/meta/recipes-extended/man-pages/man-pages_3.25.bb
index 93cb70a294..291886b41f 100644
--- a/meta/recipes-extended/man-pages/man-pages_3.25.bb
+++ b/meta/recipes-extended/man-pages/man-pages_3.25.bb
@@ -6,7 +6,7 @@ LICENSE = "GPL"
6PR = "r0" 6PR = "r0"
7 7
8LIC_FILES_CHKSUM = "file://README;md5=9dab010c5baa416669e5d17381799dd5" 8LIC_FILES_CHKSUM = "file://README;md5=9dab010c5baa416669e5d17381799dd5"
9SRC_URI = "http://www.kernel.org/pub/linux/docs/man-pages/man-pages-3.25.tar.gz" 9SRC_URI = "http://www.kernel.org/pub/linux/docs/man-pages/Archive/${PN}-${PV}.tar.gz"
10 10
11RDEPENDS = "man" 11RDEPENDS = "man"
12 12