[oe-commits] org.oe.dev file: add 4.18 version

dirk commit openembedded-commits at lists.openembedded.org
Thu Nov 9 08:57:22 UTC 2006


file: add 4.18 version

Author: dirk at openembedded.org
Branch: org.openembedded.dev
Revision: 00fbddaa13e002e339a062c328b76d88c57a345e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=00fbddaa13e002e339a062c328b76d88c57a345e
Files:
1
packages/file/file-native_4.18.bb
packages/file/file_4.18.bb
Diffs:

#
# mt diff -r95d5b08ab780693ddabbee38614d0b723643271f -r00fbddaa13e002e339a062c328b76d88c57a345e
#
# 
# 
# add_file "packages/file/file-native_4.18.bb"
#  content [52c595486a06f4aa70368b84f336a7fdb554ca69]
# 
# add_file "packages/file/file_4.18.bb"
#  content [b1545ba9a055038c0d0ea3ad0a8b8c7406f5b941]
# 
============================================================
--- packages/file/file-native_4.18.bb	52c595486a06f4aa70368b84f336a7fdb554ca69
+++ packages/file/file-native_4.18.bb	52c595486a06f4aa70368b84f336a7fdb554ca69
@@ -0,0 +1,8 @@
+require file_${PV}.bb
+inherit native
+
+# avoid dependency loop
+DEPENDS = ""
+PR = "r1"
+
+SRC_URI += "file://native-fix.diff;patch=1"
============================================================
--- packages/file/file_4.18.bb	b1545ba9a055038c0d0ea3ad0a8b8c7406f5b941
+++ packages/file/file_4.18.bb	b1545ba9a055038c0d0ea3ad0a8b8c7406f5b941
@@ -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
+}






More information about the Openembedded-commits mailing list