From: Marcin Juszkiewicz Date: Tue, 9 Feb 2010 17:34:14 +0000 (+0100) Subject: file: added 5.04 (WIP) X-Git-Tag: Release-2010-05/1~520^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5548218572654f9db946cd41e0fee19363926f25;p=openembedded.git file: added 5.04 (WIP) Signed-off-by: Marcin Juszkiewicz --- 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"