mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
Add desktop-file-utils -native
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3150 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
SECTION = "console/utils"
|
||||
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils"
|
||||
DESCRIPTION = "command line utilities to work with *.desktop files"
|
||||
LICENSE = "GPL"
|
||||
|
||||
DEPENDS = "glib-2.0-native"
|
||||
|
||||
SRC_URI = "http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.gz"
|
||||
|
||||
inherit autotools native
|
||||
|
||||
S = "${WORKDIR}/desktop-file-utils-${PV}"
|
||||
Reference in New Issue
Block a user