[oe-commits] org.oe.dev mono: Remove obsolete files, update README

henryk commit openembedded-commits at lists.openembedded.org
Sun Oct 14 18:37:03 UTC 2007


mono: Remove obsolete files, update README

Author: henryk at openembedded.org
Branch: org.openembedded.dev
Revision: 81d9872f28217b716c0f9d6126cca2de05f23309
ViewMTN: http://monotone.openembedded.org/revision/info/81d9872f28217b716c0f9d6126cca2de05f23309
Files:
1
packages/mono/collect-paths.py
packages/mono/mono_files.py
packages/mono/README
Diffs:

#
# mt diff -rd9d4befda54bf3a21fd6e143a4e7e1382afbc9a1 -r81d9872f28217b716c0f9d6126cca2de05f23309
#
# 
# 
# delete "packages/mono/collect-paths.py"
# 
# delete "packages/mono/mono_files.py"
# 
# patch "packages/mono/README"
#  from [faa418e9818e111d50c8516b915b7f627fda79c9]
#    to [d1f3e17ed747876212c9db254308b2267f19c3c5]
# 
============================================================
--- packages/mono/README	faa418e9818e111d50c8516b915b7f627fda79c9
+++ packages/mono/README	d1f3e17ed747876212c9db254308b2267f19c3c5
@@ -23,17 +23,11 @@ mono.bbclass
 ================================
 mono.bbclass
 
-Has a helper function for the list that maps file patterns to package
-names and assemblies (see below). Also has a function mono_do_clilibs
-and inserts that function into PACKAGEFUNCS. This function calls
-mono_find_provides_and_requires which finds out (through calls to
-monodis --assembly and monodis --assemblyref) which assemblies are
+Has a function mono_do_clilibs and inserts that function into PACKAGEFUNCS.
+This function calls mono_find_provides_and_requires which finds out (through
+calls to monodis --assembly and monodis --assemblyref) which assemblies are
 provided and required by a particular package. mono_do_clilibs then
 puts the information about provided assemblies into
 ${STAGING_DIR}/clilibs/${packagename}.list and information about the
 required packages into ${PKGDEST}/{packagename}.clilibdeps where it
+will later be picked up by read_shlibdeps.
-will later be picked up by the modified read_shlibdeps.
-
-
-
-






More information about the Openembedded-commits mailing list