summaryrefslogtreecommitdiffstats
path: root/meta/packages
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-07-01 16:50:09 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-07-02 15:32:44 -0700
commit4d160902f823a746b4f131b489a01ec51cc5531f (patch)
treecc40ed429a4e92fc01516b34f61affc7399e6167 /meta/packages
parent64e5dd1aace94e9320e3c961b7620c10267ff922 (diff)
downloadpoky-4d160902f823a746b4f131b489a01ec51cc5531f.tar.gz
file: fix metadata
add homepage, slight re-order Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/file/file_4.18.bb10
1 files changed, 7 insertions, 3 deletions
diff --git a/meta/packages/file/file_4.18.bb b/meta/packages/file/file_4.18.bb
index 1ff8425447..4c8e64c308 100644
--- a/meta/packages/file/file_4.18.bb
+++ b/meta/packages/file/file_4.18.bb
@@ -1,12 +1,18 @@
1DESCRIPTION = "File attempts to classify files depending \ 1DESCRIPTION = "File attempts to classify files depending \
2on their contents and prints a description if a match is found." 2on their contents and prints a description if a match is found."
3HOMEPAGE = "http://www.darwinsys.com/file/"
3SECTION = "console/utils" 4SECTION = "console/utils"
4LICENSE = "BSD-ADV" 5
6# two clause BSD
7LICENSE = "BSD"
8
5DEPENDS = "file-native" 9DEPENDS = "file-native"
10DEPENDS_virtclass-native = ""
6 11
7SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \ 12SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \
8 file://dump \ 13 file://dump \
9 file://filesystems" 14 file://filesystems"
15SRC_URI_append_virtclass-native = " file://native-fix.diff;patch=1"
10 16
11inherit autotools 17inherit autotools
12 18
@@ -16,6 +22,4 @@ do_configure_prepend() {
16 cp ${WORKDIR}/filesystems ${S}/magic/Magdir/ 22 cp ${WORKDIR}/filesystems ${S}/magic/Magdir/
17} 23}
18 24
19DEPENDS_virtclass-native = ""
20SRC_URI_append_virtclass-native = " file://native-fix.diff;patch=1"
21BBCLASSEXTEND = "native" 25BBCLASSEXTEND = "native"