diff options
author | J. S. <schonm@gmail.com> | 2024-10-03 22:33:06 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-04 07:30:34 -0700 |
commit | 13f49641fb0d133e22d41a13be61ca48a65a457a (patch) | |
tree | a32f0288dcf8db380dfec3db5a4937122cd2d8f8 | |
parent | 716495559115ee03fe82fed5e3ca5b3f7b52732e (diff) | |
download | meta-openembedded-13f49641fb0d133e22d41a13be61ca48a65a457a.tar.gz |
xfce-dusk-gtk3: Drop unnecessary SRC_URI[md5sum]
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-xfce/recipes-art/xfce-dusk-gtk3/xfce-dusk-gtk3_1.3.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-xfce/recipes-art/xfce-dusk-gtk3/xfce-dusk-gtk3_1.3.bb b/meta-xfce/recipes-art/xfce-dusk-gtk3/xfce-dusk-gtk3_1.3.bb index 4cbdb4e08..4dacb203d 100644 --- a/meta-xfce/recipes-art/xfce-dusk-gtk3/xfce-dusk-gtk3_1.3.bb +++ b/meta-xfce/recipes-art/xfce-dusk-gtk3/xfce-dusk-gtk3_1.3.bb | |||
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8f0e2cd40e05189ec81232da84bd6e1a" | |||
5 | inherit allarch | 5 | inherit allarch |
6 | 6 | ||
7 | SRC_URI = "http://sources.openembedded.org/141404-xfce_dusk_gtk3-1_3.tar.gz;subdir=${BPN}-${PV}" | 7 | SRC_URI = "http://sources.openembedded.org/141404-xfce_dusk_gtk3-1_3.tar.gz;subdir=${BPN}-${PV}" |
8 | SRC_URI[md5sum] = "b3ad37ad8173b14ec090e60a80e65d8f" | ||
9 | SRC_URI[sha256sum] = "bfa8a88607d1a1da5bd0b9e4e075767c54400a3c5a0fae88b619ed71532f30b4" | 8 | SRC_URI[sha256sum] = "bfa8a88607d1a1da5bd0b9e4e075767c54400a3c5a0fae88b619ed71532f30b4" |
10 | 9 | ||
11 | do_configure() { | 10 | do_configure() { |