From: Saul Wold Date: Thu, 23 Sep 2010 19:42:06 +0000 (-0700) Subject: man-pages_3.25.bb: Fix SRC_URI to contain Archive directory X-Git-Tag: 2011-1~4473 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=09f1f6939e5ec6a64c602bfb609e247082736ce8;p=openembedded-core.git man-pages_3.25.bb: Fix SRC_URI to contain Archive directory Signed-off-by: Saul Wold --- 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" PR = "r0" LIC_FILES_CHKSUM = "file://README;md5=9dab010c5baa416669e5d17381799dd5" -SRC_URI = "http://www.kernel.org/pub/linux/docs/man-pages/man-pages-3.25.tar.gz" +SRC_URI = "http://www.kernel.org/pub/linux/docs/man-pages/Archive/${PN}-${PV}.tar.gz" RDEPENDS = "man"