def get_kernelmajorversion(p): import re r = re.compile("([0-9]+\.[0-9]+).*") m = r.match(p); if m: return m.group(1) return None def linux_module_packages(s, d): import bb, os.path suffix = "" if (bb.data.getVar("PARALLEL_INSTALL_MODULES", d, 1) == "1"): file = bb.data.expand('${STAGING_KERNEL_DIR}/kernel-abiversion', d) if (os.path.exists(file)): suffix = "-%s" % (get_kernelmajorversion(base_read_file(file))) return " ".join(map(lambda s: "kernel-module-%s%s" % (s.lower().replace('_', '-').replace('@', '+'), suffix), s.split())) # that's all h-oe.git' href='/cgit/multitech-oe.git/'>multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/classpath
AgeCommit message (Expand)AuthorFiles
2007-08-23classpath-minimal: next time I should not forget to bump PRHenning Heinold1
2007-08-21classpath-minimal: rework recpies and using share/javaHenning Heinold3
2007-07-28-introduce new recipes for classpath-minimalHenning Heinold3
2007-06-19classpath: some more fixes to packaging, etc and clean-upRolf Leggewie4
2007-06-19classpath: fix compilation failure of classpath-gtk_cvs. Closes 2519.Rolf Leggewie2
2007-06-18classpath: unify the gtk_cvs version and leave a note on how to compile it.Rolf Leggewie1
2007-06-18classpath: add virtual/java-native to DEPENDSRolf Leggewie1
2007-06-16classpath: unb0rk classpath-minimal-native. Partly fixes 2296.Rolf Leggewie2
2007-05-25classpath: update to version 0.1xRolf Leggewie7
2007-05-23classpath: revert seemingly erroneous manipulations of SRC_URI in classpath.incRolf Leggewie3
2007-05-23classpath: make disable-automake-checks apply to CVS version of classpath-gtkRolf Leggewie2
2007-05-23classpath: update from Andrew Paulsen. partly closes 2296.Rolf Leggewie6
2006-11-18Fix parse error by adding one or two "'" or '"' removing whitespace behind \...Holger Freyther1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi8
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther2
2006-04-29classpath, jikes: reinstate myself as MAINTAINER.Rene Wagner1
2006-04-28classpatch: add 0.90, closes #858Koen Kooi4
2006-03-01all over the place: adapt DEPENDS to new xlib namesPhilipp Zabel7
2006-01-25classpath: add 0.18, 0.19, 0.20, and cvs.Rene Wagner4
2005-08-18add JNI headers into staging areaMustafa Yuecel3
2005-07-19classpath: version bump to bugfix release 0.17Rene Wagner1
2005-07-17classpath: fix DEPENDSRene Wagner3
2005-07-17classpath: upgrade to 0.16Rene Wagner1
2005-06-30import clean BK tree at cset 1.3670Koen Kooi5
2005-06-03Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
2005-03-11Merge oe-devel@oe-devel.bkbits.net:openembeddedRene Wagner2
2005-02-22Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net2
2005-01-16Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1