diff options
author | Andy Dalton <a.spam.filter@gmail.com> | 2013-02-04 10:21:25 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-04 16:23:01 +0000 |
commit | 3ed00772bfea69bd7213d301d665d49c89707bc0 (patch) | |
tree | 9f4ec8bd490533265639eca9875804696d744619 /meta/recipes-bsp/v86d/v86d_0.1.10.bb | |
parent | be7cabb8c26d9a07d7b8f3690113a05c40a59f74 (diff) | |
download | poky-3ed00772bfea69bd7213d301d665d49c89707bc0.tar.gz |
v86d: Update SRC_URI to point to new file location.
The existing SRC_URI pointed to a Gentoo developer's private web
space. It appears that that developer has retired and that his web
space is no longer active. I've updated the SRC_URI to point to a
location where the file can now be found.
(From OE-Core rev: 2046c2a0922c4d67408578d4bf8549435fec8cd6)
Signed-off-by: Andy Dalton <a.spam.filter@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/v86d/v86d_0.1.10.bb')
-rw-r--r-- | meta/recipes-bsp/v86d/v86d_0.1.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/v86d/v86d_0.1.10.bb b/meta/recipes-bsp/v86d/v86d_0.1.10.bb index ce1fe7ae9d..3c77f25039 100644 --- a/meta/recipes-bsp/v86d/v86d_0.1.10.bb +++ b/meta/recipes-bsp/v86d/v86d_0.1.10.bb | |||
@@ -9,7 +9,7 @@ DEPENDS = "virtual/kernel" | |||
9 | RRECOMMENDS_${PN} = "kernel-module-uvesafb" | 9 | RRECOMMENDS_${PN} = "kernel-module-uvesafb" |
10 | PR = "r1" | 10 | PR = "r1" |
11 | 11 | ||
12 | SRC_URI = "http://dev.gentoo.org/~spock/projects/uvesafb/archive/v86d-${PV}.tar.bz2 \ | 12 | SRC_URI = "http://distfiles.gentoo.org/distfiles/${P}.tar.bz2 \ |
13 | file://fbsetup \ | 13 | file://fbsetup \ |
14 | file://ar-from-env.patch" | 14 | file://ar-from-env.patch" |
15 | 15 | ||