aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/file
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-02-09 18:34:14 +0100
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-02-10 18:28:50 +0100
commit5548218572654f9db946cd41e0fee19363926f25 (patch)
treeff3ba15939ef787d7fc8bad2e554e04f32a725c8 /recipes/file
parentb75cb91f845d1871e159398c1315ece2119fee2d (diff)
downloadopenembedded-5548218572654f9db946cd41e0fee19363926f25.tar.gz
file: added 5.04 (WIP)
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'recipes/file')
-rw-r--r--recipes/file/file_5.04.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/file/file_5.04.bb b/recipes/file/file_5.04.bb
new file mode 100644
index 0000000000..1fe1488dae
--- /dev/null
+++ b/recipes/file/file_5.04.bb
@@ -0,0 +1,12 @@
+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 = ""
+
+SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz"
+
+inherit autotools
+
+BBCLASSEXTEND = "native"