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 | 4 |
1 files changed, 2 insertions, 2 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 3f2c90dc4..98319a35b 100644 --- a/meta-oe/recipes-support/eject/eject_2.1.5.bb +++ b/meta-oe/recipes-support/eject/eject_2.1.5.bb | |||
@@ -5,12 +5,12 @@ 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/${P}.tar.gz" | 8 | SRC_URI = "http://sources.openembedded.org/${BP}.tar.gz" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "b96a6d4263122f1711db12701d79f738" | 10 | SRC_URI[md5sum] = "b96a6d4263122f1711db12701d79f738" |
11 | SRC_URI[sha256sum] = "ef9f7906484cfde4ba223b2682a37058f9a3c7d3bb1adda7a34a67402e2ffe55" | 11 | SRC_URI[sha256sum] = "ef9f7906484cfde4ba223b2682a37058f9a3c7d3bb1adda7a34a67402e2ffe55" |
12 | 12 | ||
13 | S = "${WORKDIR}/${PN}" | 13 | S = "${WORKDIR}/${BPN}" |
14 | 14 | ||
15 | PR = "r1" | 15 | PR = "r1" |
16 | 16 | ||