diff options
| -rw-r--r-- | meta/recipes-support/lz4/lz4.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/lz4/lz4.bb b/meta/recipes-support/lz4/lz4.bb index 0b0c632276..18e56d04c6 100644 --- a/meta/recipes-support/lz4/lz4.bb +++ b/meta/recipes-support/lz4/lz4.bb | |||
| @@ -4,11 +4,11 @@ DESCRIPTION = "LZ4 is a very fast lossless compression algorithm, providing comp | |||
| 4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
| 5 | LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=0b0d063f37a4477b54af2459477dcafd" | 5 | LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=0b0d063f37a4477b54af2459477dcafd" |
| 6 | 6 | ||
| 7 | SRCREV = "5780864c0ce08622238a267c46fb489d7066cad4" | 7 | SRCREV = "d86dc916771c126afb797637dda9f6421c0cb998" |
| 8 | 8 | ||
| 9 | PV = "128+git${SRCPV}" | 9 | PV = "131+git${SRCPV}" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/Cyan4973/lz4.git;protocol=http" | 11 | SRC_URI = "git://github.com/Cyan4973/lz4.git" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
