diff options
author | Ross Burton <ross@openedhand.com> | 2007-11-14 09:36:30 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-11-14 09:36:30 +0000 |
commit | 9e0b8d9bdb8828d9182bdf47e68415918688eb4d (patch) | |
tree | 833364b1c8ff3a7adc9c0d5670876826a89442be /meta/packages/desktop-file-utils | |
parent | 7c189eeb98f1c930ee6f53d4eeba91e5485405cd (diff) | |
download | poky-9e0b8d9bdb8828d9182bdf47e68415918688eb4d.tar.gz |
Add desktop-file-utils -native
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3150 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/desktop-file-utils')
-rw-r--r-- | meta/packages/desktop-file-utils/desktop-file-utils-native_0.14.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/desktop-file-utils/desktop-file-utils-native_0.14.bb b/meta/packages/desktop-file-utils/desktop-file-utils-native_0.14.bb new file mode 100644 index 0000000000..9603982ea6 --- /dev/null +++ b/meta/packages/desktop-file-utils/desktop-file-utils-native_0.14.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | SECTION = "console/utils" | ||
2 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils" | ||
3 | DESCRIPTION = "command line utilities to work with *.desktop files" | ||
4 | LICENSE = "GPL" | ||
5 | |||
6 | DEPENDS = "glib-2.0-native" | ||
7 | |||
8 | SRC_URI = "http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.gz" | ||
9 | |||
10 | inherit autotools native | ||
11 | |||
12 | S = "${WORKDIR}/desktop-file-utils-${PV}" | ||