diff options
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_git.bb')
| -rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 2b9fe70a93..6505958c4a 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb | |||
| @@ -1,12 +1,13 @@ | |||
| 1 | require pseudo.inc | 1 | require pseudo.inc |
| 2 | 2 | ||
| 3 | SRCREV = "5434325fc887817ebb2bad36313d8277992cef1d" | 3 | SRCREV = "1d3e67cb168c3459e67a0b29f071ca30ed17dadc" |
| 4 | PV = "1.0+git${SRCPV}" | 4 | PV = "1.1.1+git${SRCPV}" |
| 5 | PR = "r18" | 5 | PR = "r19" |
| 6 | 6 | ||
| 7 | DEFAULT_PREFERENCE = "-1" | 7 | DEFAULT_PREFERENCE = "-1" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \ | 9 | SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \ |
| 10 | file://oe-config.patch \ | ||
| 10 | file://static_sqlite.patch" | 11 | file://static_sqlite.patch" |
| 11 | 12 | ||
| 12 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
