def gettext_after_parse(d): import bb # Remove the NLS bits if USE_NLS is no. if bb.data.getVar('USE_NLS', d, 1) == 'no': cfg = oe_filter_out('^--(dis|en)able-nls$', bb.data.getVar('EXTRA_OECONF', d, 1) or "", d) cfg += " --disable-nls" depends = bb.data.getVar('DEPENDS', d, 1) or "" bb.data.setVar('DEPENDS', oe_filter_out('^(virtual/libiconv|virtual/libintl)$', depends, d), d) bb.data.setVar('EXTRA_OECONF', cfg, d) python () { gettext_after_parse(d) } DEPENDS =+ "gettext-native" EXTRA_OECONF += "--enable-nls" index : multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/zope/zope_3.3.1.bb
AgeCommit message (Expand)AuthorFiles
2009-01-14zope: bump for python 2.6Michael 'Mickey' Lauer1
2008-11-15zope 3.3.1: sanitize to work with multiple Python versionsMichael 'Mickey' Lauer1
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
2007-06-17zope: install python files in /usr/lib/python2.4 instead of /usr/lib/pythonKoen Kooi1
2007-06-07zope: added 3.3.1 from PokyMarcin Juszkiewicz1