diff options
| -rw-r--r-- | meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.21.bb (renamed from meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.15.bb) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.15.bb b/meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.21.bb index b971c7e0af..13f1db616f 100644 --- a/meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.15.bb +++ b/meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.21.bb | |||
| @@ -3,14 +3,14 @@ HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils" | |||
| 3 | DESCRIPTION = "command line utilities to work with *.desktop files" | 3 | DESCRIPTION = "command line utilities to work with *.desktop files" |
| 4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
| 5 | 5 | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 7 | DEPENDS = "glib-2.0-native" | 7 | DEPENDS = "glib-2.0-native" |
| 8 | 8 | ||
| 9 | SRC_URI = "http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.gz" | 9 | SRC_URI = "http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.xz" |
| 10 | |||
| 11 | SRC_URI[md5sum] = "fda5c312c9fb3b8d818fb54f2c34db82" | ||
| 12 | SRC_URI[sha256sum] = "b6c9b860538ef1cffbcdfbc9cb578f85a080ad8c1207c8b3a39e9fd183f9782b" | ||
| 10 | 13 | ||
| 11 | inherit autotools native | 14 | inherit autotools native |
| 12 | 15 | ||
| 13 | S = "${WORKDIR}/desktop-file-utils-${PV}" | 16 | S = "${WORKDIR}/desktop-file-utils-${PV}" |
| 14 | |||
| 15 | SRC_URI[md5sum] = "2fe8ebe222fc33cd4a959415495b7eed" | ||
| 16 | SRC_URI[sha256sum] = "c463d851fb057acd53800cfc4f8ae39dcbcad7f03b4bd547288e95b6de53b022" | ||
