[oe-commits] Koen Kooi : file.inc: attempt to create proper file. inc that got missing in the earlier file commit

git version control git at git.openembedded.org
Tue Mar 2 18:02:27 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: aadaa1b0bfe8503e77b9ff55ac6405afbb4f1cce
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=aadaa1b0bfe8503e77b9ff55ac6405afbb4f1cce

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Mar  2 19:01:46 2010 +0100

file.inc: attempt to create proper file.inc that got missing in the earlier file commit

---

 recipes/file/file.inc |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/recipes/file/file.inc b/recipes/file/file.inc
new file mode 100644
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"





More information about the Openembedded-commits mailing list