[oe] [PATCH 3/3] file: added 5.04 (WIP)

Marcin Juszkiewicz marcin at juszkiewicz.com.pl
Tue Feb 9 17:38:18 UTC 2010


- BBCLASSEXTEND used for native version
- DEPENDS = "file-native" needs to be added for target package

Signed-off-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
---
 recipes/file/file_5.04.bb |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
 create mode 100644 recipes/file/file_5.04.bb

diff --git a/recipes/file/file_5.04.bb b/recipes/file/file_5.04.bb
new file mode 100644
index 0000000..ed00759
--- /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"
+
+SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz"
+
+inherit autotools
+
+BBCLASSEXTEND = "native"
+
+DEFAULT_PREFERENCE = "5"
-- 
1.6.6.1







More information about the Openembedded-devel mailing list