diff options
-rw-r--r-- | meta/recipes-support/sass/sassc_3.6.2.bb (renamed from meta/recipes-support/sass/sassc_git.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-support/sass/sassc_git.bb b/meta/recipes-support/sass/sassc_3.6.2.bb index 64e92f48cf..4d4dbc03fe 100644 --- a/meta/recipes-support/sass/sassc_git.bb +++ b/meta/recipes-support/sass/sassc_3.6.2.bb | |||
@@ -7,12 +7,11 @@ DEPENDS = "libsass" | |||
7 | 7 | ||
8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||
10 | SRC_URI = "git://github.com/sass/sassc.git;branch=master;protocol=https \ | 10 | SRC_URI = "git://github.com/sass/sassc.git;protocol=https;branch=master \ |
11 | file://0001-Remove-sassc_version.h-from-source-directory.patch" | 11 | file://0001-Remove-sassc_version.h-from-source-directory.patch" |
12 | 12 | ||
13 | SRCREV = "66f0ef37e7f0ad3a65d2f481eff09d09408f42d0" | 13 | SRCREV = "66f0ef37e7f0ad3a65d2f481eff09d09408f42d0" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | PV = "3.6.2" | ||
16 | 15 | ||
17 | CVE_STATUS[CVE-2022-43357] = "cpe-incorrect: this is CVE for libsass, not sassc wrapper" | 16 | CVE_STATUS[CVE-2022-43357] = "cpe-incorrect: this is CVE for libsass, not sassc wrapper" |
18 | 17 | ||