diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-09-23 12:42:06 -0700 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-09-23 12:42:06 -0700 |
commit | 09f1f6939e5ec6a64c602bfb609e247082736ce8 (patch) | |
tree | c33a8036548f6347a0c57b9316407e7ff8e798f8 | |
parent | 233af81e77c68343cdf865e91ec77de0de93c8f1 (diff) | |
download | poky-09f1f6939e5ec6a64c602bfb609e247082736ce8.tar.gz |
man-pages_3.25.bb: Fix SRC_URI to contain Archive directory
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
-rw-r--r-- | meta/recipes-extended/man-pages/man-pages_3.25.bb | 2 |
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" | |||
6 | PR = "r0" | 6 | PR = "r0" |
7 | 7 | ||
8 | LIC_FILES_CHKSUM = "file://README;md5=9dab010c5baa416669e5d17381799dd5" | 8 | LIC_FILES_CHKSUM = "file://README;md5=9dab010c5baa416669e5d17381799dd5" |
9 | SRC_URI = "http://www.kernel.org/pub/linux/docs/man-pages/man-pages-3.25.tar.gz" | 9 | SRC_URI = "http://www.kernel.org/pub/linux/docs/man-pages/Archive/${PN}-${PV}.tar.gz" |
10 | 10 | ||
11 | RDEPENDS = "man" | 11 | RDEPENDS = "man" |
12 | 12 | ||