Add file (and file-native)
authorRichard Purdie <richard@openedhand.com>
Mon, 22 May 2006 22:16:25 +0000 (22:16 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 22 May 2006 22:16:25 +0000 (22:16 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@408 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/file/file-native_4.16.bb [new file with mode: 0644]
openembedded/packages/file/file_4.16.bb [new file with mode: 0644]
openembedded/packages/file/files/native-fix.diff [new file with mode: 0644]

diff --git a/openembedded/packages/file/file-native_4.16.bb b/openembedded/packages/file/file-native_4.16.bb
new file mode 100644 (file)
index 0000000..3228ed6
--- /dev/null
@@ -0,0 +1,8 @@
+include file_${PV}.bb
+inherit native
+
+# avoid dependency loop
+DEPENDS = ""
+PR = "r1"
+
+SRC_URI += "file://native-fix.diff;patch=1"
diff --git a/openembedded/packages/file/file_4.16.bb b/openembedded/packages/file/file_4.16.bb
new file mode 100644 (file)
index 0000000..3e579c5
--- /dev/null
@@ -0,0 +1,18 @@
+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"
+
+SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz"
+S = "${WORKDIR}/file-${PV}"
+
+inherit autotools 
+
+do_configure_prepend() {
+       sed -i -e 's,$(top_builddir)/src/file,file,' ${S}/magic/Makefile.am
+}
+
+do_stage() {
+       autotools_stage_all
+}
diff --git a/openembedded/packages/file/files/native-fix.diff b/openembedded/packages/file/files/native-fix.diff
new file mode 100644 (file)
index 0000000..d17215a
--- /dev/null
@@ -0,0 +1,13 @@
+Index: file-4.16/magic/Makefile.am
+===================================================================
+--- file-4.16.orig/magic/Makefile.am   2005-08-18 17:20:49.000000000 +0200
++++ file-4.16/magic/Makefile.am        2006-03-08 17:01:13.000000000 +0100
+@@ -18,7 +18,7 @@
+ if IS_CROSS_COMPILE
+ FILE_COMPILE = file
+ else
+-FILE_COMPILE = $(top_builddir)/src/file
++FILE_COMPILE = ../src/file
+ endif
+ magic.mgc: magic