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" d class='main'>index : multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/python/python-gst
AgeCommit message (Collapse)AuthorFiles
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe1
2008-06-13python-gst 0.10.10 do not require pygtk, gobject is really all it needsMichael Lauer1
2008-02-10python-gst: update to 0.10.10Michael Lauer1
2007-03-23python-gst: updated to 0.10.7, added fix to get it built on 64bit (from Poky)Marcin Juszkiewicz2