diff options
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_1.2.bb')
| -rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_1.2.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_1.2.bb b/meta/recipes-devtools/pseudo/pseudo_1.2.bb index f2ebc228d9..04bcbce1ea 100644 --- a/meta/recipes-devtools/pseudo/pseudo_1.2.bb +++ b/meta/recipes-devtools/pseudo/pseudo_1.2.bb | |||
| @@ -1,10 +1,12 @@ | |||
| 1 | require pseudo.inc | 1 | require pseudo.inc |
| 2 | 2 | ||
| 3 | PR = "r4" | 3 | PR = "r5" |
| 4 | 4 | ||
| 5 | SRC_URI = "http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2 \ | 5 | SRC_URI = "http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2 \ |
| 6 | file://oe-config.patch \ | 6 | file://oe-config.patch \ |
| 7 | file://static_sqlite.patch" | 7 | file://static_sqlite.patch \ |
| 8 | file://opendir.patch \ | ||
| 9 | file://renameat.patch" | ||
| 8 | 10 | ||
| 9 | SRC_URI[md5sum] = "a2819084bab7e991f06626d02cf55048" | 11 | SRC_URI[md5sum] = "a2819084bab7e991f06626d02cf55048" |
| 10 | SRC_URI[sha256sum] = "4749a22df687f44d24c26e97170d4781a1bd52d5ee092364a40877e4d96ff058" | 12 | SRC_URI[sha256sum] = "4749a22df687f44d24c26e97170d4781a1bd52d5ee092364a40877e4d96ff058" |
