aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/desktop-file-utils
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2010-12-22 17:31:57 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-23 14:31:23 +0000
commit46adc1ef4743782c641a0dd2d659ea2d1c42e537 (patch)
tree3a3f63fdd20f4804e5530b2556b34595e443ad37 /meta/recipes-devtools/desktop-file-utils
parent4773a66b9069f367aa6b5ccc945be19e6f629166 (diff)
downloadopenembedded-core-contrib-46adc1ef4743782c641a0dd2d659ea2d1c42e537.tar.gz
desktop-file-utils: Add LIC_FILES_CHKSUM
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/desktop-file-utils')
-rw-r--r--meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.15.bb3
1 files changed, 2 insertions, 1 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.15.bb
index 9603982ea6..3ed7475b7f 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.15.bb
@@ -1,8 +1,9 @@
SECTION = "console/utils"
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils"
DESCRIPTION = "command line utilities to work with *.desktop files"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "glib-2.0-native"
SRC_URI = "http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.gz"
n225' href='#n225'>225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339