DEPENDS =+ "gettext-native" 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" /multitech-oe.git/'>multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/synergy
AgeCommit message (Expand)AuthorFiles
2007-07-29synergy: update to 1.3.1Koen Kooi1
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
2006-10-04various packages: Add/adjust SECTION.Paul Sokolovsky1
2006-07-26x11: switch to virtual/x11 so that diet or full x11 can be selectedJustin Patrin1
2006-03-01all over the place: adapt DEPENDS to new xlib namesPhilipp Zabel1
2006-01-20synergy: update to 1.2.7Justin Patrin1
2005-09-02Add synergyJustin Patrin2