aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/file
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-02 19:01:46 +0100
committerKoen Kooi <koen@openembedded.org>2010-03-02 19:01:46 +0100
commitaadaa1b0bfe8503e77b9ff55ac6405afbb4f1cce (patch)
treeb32e56792db74e63d4b7fe0658171588e9cf8b5d /recipes/file
parent2d132de5abecf53a9e340dc376bc8af4cfb07464 (diff)
downloadopenembedded-aadaa1b0bfe8503e77b9ff55ac6405afbb4f1cce.tar.gz
file.inc: attempt to create proper file.inc that got missing in the earlier file commit
Diffstat (limited to 'recipes/file')
-rw-r--r--recipes/file/file.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/file/file.inc b/recipes/file/file.inc
new file mode 100644
index 0000000000..7076ae9823
--- /dev/null
+++ b/recipes/file/file.inc
@@ -0,0 +1,15 @@
+DESCRIPTION = "File attempts to classify files depending \
+on their contents and prints a description if a match is found."
+SECTION = "console/utils"
+LICENSE = "BSD-ADV"
+DEPENDS = "file-native"
+DEPENDS_virtclass-native = ""
+
+INC_PR = "r0"
+
+SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz"
+
+inherit autotools
+
+NATIVE_INSTALL_WORKS = "1"
+BBCLASSEXTEND = "native"