diff options
author | Ross Burton <ross.burton@intel.com> | 2016-02-01 10:43:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-02 14:44:16 +0000 |
commit | ac1f311f6b2e7c020f7dc11f35b37ba116c58a7e (patch) | |
tree | fa5d34f0e36d593590c70f4a397d4231bfcf1aff | |
parent | 4d80f7af9a63165b3134afb6118bd2ea56c92793 (diff) | |
download | poky-ac1f311f6b2e7c020f7dc11f35b37ba116c58a7e.tar.gz |
directfb: use Yocto source mirrors for SRC_URI
directfb.org has been offline for several months now, and the "official"
DirectFB repositories on GitHub haven't been touched since October and don't
contain the 1.7.x branch or tags.
So that everyone (specifically people who don't have the Yocto Project source
mirrors configured) can download DirectFB, point the SRC_URI at the Yocto
Project source mirror directly.
(From OE-Core rev: 118bdc0db8e97d0b4f094e8ede9ea490604fdc97)
(From OE-Core rev: 75cb55157bed43d356c53381d65e46689d7a1269)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/directfb/directfb.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb b/meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb index 9c3e8bf3d3..7907c5c0da 100644 --- a/meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb +++ b/meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb | |||
@@ -7,7 +7,7 @@ SECTION = "libs" | |||
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | 8 | ||
9 | SRC_URI = " \ | 9 | SRC_URI = " \ |
10 | http://www.directfb.org/downloads/Extras/DirectFB-examples-${PV}.tar.gz \ | 10 | http://downloads.yoctoproject.org/mirror/sources/DirectFB-examples-${PV}.tar.gz \ |
11 | file://configure.in-Fix-string-argument-syntax.patch \ | 11 | file://configure.in-Fix-string-argument-syntax.patch \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta/recipes-graphics/directfb/directfb.inc b/meta/recipes-graphics/directfb/directfb.inc index be39b83dd8..f6b7cbe1ad 100644 --- a/meta/recipes-graphics/directfb/directfb.inc +++ b/meta/recipes-graphics/directfb/directfb.inc | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=dcf3c825659e82539645da41a7908589" | |||
11 | HOMEPAGE = "http://directfb.org" | 11 | HOMEPAGE = "http://directfb.org" |
12 | DEPENDS = "jpeg libpng freetype zlib tslib sysfsutils" | 12 | DEPENDS = "jpeg libpng freetype zlib tslib sysfsutils" |
13 | 13 | ||
14 | SRC_URI = "http://www.directfb.org/downloads/Core/DirectFB-1.7/DirectFB-${PV}.tar.gz \ | 14 | SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/DirectFB-${PV}.tar.gz \ |
15 | file://configurefix.patch \ | 15 | file://configurefix.patch \ |
16 | file://fusion.patch \ | 16 | file://fusion.patch \ |
17 | file://bashism.patch \ | 17 | file://bashism.patch \ |