diff options
Diffstat (limited to 'meta-oe/recipes-support/eject/eject_2.1.5.bb')
-rw-r--r-- | meta-oe/recipes-support/eject/eject_2.1.5.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/eject/eject_2.1.5.bb b/meta-oe/recipes-support/eject/eject_2.1.5.bb index dd5489e7db..aa0e86db12 100644 --- a/meta-oe/recipes-support/eject/eject_2.1.5.bb +++ b/meta-oe/recipes-support/eject/eject_2.1.5.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | |||
5 | 5 | ||
6 | inherit autotools gettext update-alternatives | 6 | inherit autotools gettext update-alternatives |
7 | 7 | ||
8 | SRC_URI = "http://sources.openembedded.org/${BP}.tar.gz \ | 8 | SRC_URI = "https://downloads.yoctoproject.org/mirror/sources/${BP}.tar.gz \ |
9 | file://eject-2.1.5-error-return.patch \ | 9 | file://eject-2.1.5-error-return.patch \ |
10 | file://eject-2.1.1-verbose.patch \ | 10 | file://eject-2.1.1-verbose.patch \ |
11 | file://eject-2.1.5-spaces.patch \ | 11 | file://eject-2.1.5-spaces.patch \ |
@@ -13,10 +13,9 @@ SRC_URI = "http://sources.openembedded.org/${BP}.tar.gz \ | |||
13 | file://0001-eject-Include-sys-sysmacros.h-for-major-minor.patch \ | 13 | file://0001-eject-Include-sys-sysmacros.h-for-major-minor.patch \ |
14 | " | 14 | " |
15 | 15 | ||
16 | SRC_URI[md5sum] = "b96a6d4263122f1711db12701d79f738" | ||
17 | SRC_URI[sha256sum] = "ef9f7906484cfde4ba223b2682a37058f9a3c7d3bb1adda7a34a67402e2ffe55" | 16 | SRC_URI[sha256sum] = "ef9f7906484cfde4ba223b2682a37058f9a3c7d3bb1adda7a34a67402e2ffe55" |
18 | 17 | ||
19 | S = "${WORKDIR}/${BPN}" | 18 | S = "${UNPACKDIR}/${BPN}" |
20 | 19 | ||
21 | 20 | ||
22 | do_compile:prepend() { | 21 | do_compile:prepend() { |