python () { if bb.data.getVar('PN', d, 1) in ['ccdv-native']: if not bb.data.getVar('INHIBIT_DEFAULT_DEPS', d, 1): bb.data.setVar("DEPENDS", '%s %s' % ("ccdv-native", bb.data.getVar("DEPENDS", d, 1) or ""), d) bb.data.setVar("CC", '%s %s' % ("ccdv", bb.data.getVar("CC", d, 1) or ""), d) bb.data.setVar("BUILD_CC", '%s %s' % ("ccdv", bb.data.getVar("BUILD_CC", d, 1) or ""), d) bb.data.setVar("CCLD", '%s %s' % ("ccdv", bb.data.getVar("CCLD", d, 1) or ""), d) } def quiet_libtool(bb,d): deps = (bb.data.getVar('DEPENDS', d, 1) or "").split() if 'libtool-cross' in deps: return "'LIBTOOL=${STAGING_BINDIR_NATIVE}/${HOST_SYS}-libtool --silent'" elif 'libtool-native' in deps: return "'LIBTOOL=${B}/${HOST_SYS}-libtool --silent'" else: return "" CCDV = "ccdv" EXTRA_OEMAKE_append = " ${@quiet_libtool(bb,d)}" MAKE += "-s" -1.x' selected='selected'>multitech-corecdp-1.x Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/squashfs-tools
AgeCommit message (Expand)AuthorFiles
2007-11-16squashfs-tools: Fix; move PV from .inc into .bb.Leon Woestenberg3
2007-11-16squashfs-tools: Added release 3.3.Leon Woestenberg5
2006-10-12added Leon Woestenberg to MAINTAINERSMarcin Juszkiewicz2
2006-10-12squashfs-tools: added 3.1r2 (normal and lzma) - closes #1466Leon Woestenberg9
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi2
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther2
2005-11-06squashfs-tools: Add squashfs-tools 2.2.Jonathan McDowell3
2005-07-22fix include statement after reorderingMichael Lauer1
2005-07-21squashfs(-native) depends on lzma(-native), fixes BUG #154Michael Lauer2
2005-06-30import clean BK tree at cset 1.3670Koen Kooi4
2005-06-12Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net3
2005-02-23Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson3