git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d132de
)
file.inc: attempt to create proper file.inc that got missing in the earlier file...
author
Koen Kooi
<koen@openembedded.org>
Tue, 2 Mar 2010 18:01:46 +0000
(19:01 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 2 Mar 2010 18:01:46 +0000
(19:01 +0100)
recipes/file/file.inc
[new file with mode: 0644]
patch
|
blob
diff --git a/recipes/file/file.inc
b/recipes/file/file.inc
new file mode 100644
(file)
index 0000000..
7076ae9
--- /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"