From: Florian Boor Date: Tue, 25 Apr 2006 20:16:57 +0000 (+0000) Subject: merge of 40e0d43922ade23991fd310c42765e18cb590337 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f92a5768110135f0e65e6df83e6067b436227aac;p=openembedded.git merge of 40e0d43922ade23991fd310c42765e18cb590337 and 58d737a9422a93415e99e0ad16e64549264b4bb2 --- f92a5768110135f0e65e6df83e6067b436227aac diff --cc classes/palmtop.bbclass index 9d54de8748,7c65271b91..523c3d71bb --- a/classes/palmtop.bbclass +++ b/classes/palmtop.bbclass @@@ -1,20 -1,17 +1,10 @@@ --# this build class sets up qmake variables to --# * build using the Qt Windowing System (QWS) --# * use qt --# * link against supc++ instead of stdc++ --# * use threads, if requested via PALMTOP_USE_MULTITHREADED_QT = "yes" --# inherit this class to build programs against libqpe --# inherit opie if you want to build programs against libopie2 --# don't override EXTRA_QMAKEVARS_POST, if you use inherit this class ++# basically a placeholder for something more fancy ++# for now, just declare some things inherit qmake - # special case for DISTRO = sharprom - CPP_SUPPORT_LIB = "LIBS-=-lstdc++ LIBS+=-lsupc++" - CPP_SUPPORT_LIB_sharprom = "LIBS-=-lstdc++" - EXTRA_QMAKEVARS_POST += "DEFINES+=QWS CONFIG+=qt ${CPP_SUPPORT_LIB}" -EXTRA_QMAKEVARS_POST += "DEFINES+=QWS CONFIG+=qt LIBS-=-lstdc++ LIBS+=-lsupc++" --EXTRA_QMAKEVARS_POST += '${@base_conditional("PALMTOP_USE_MULTITHREADED_QT", "yes", "CONFIG+=thread", "CONFIG-=thread",d)}' --EXTRA_QMAKEVARS_POST += "${@["LIBS+=-lqpe ", ""][(bb.data.getVar('PN', d, 1) == 'libqpe-opie')]}" --DEPENDS_prepend = "${@["virtual/libqpe1 uicmoc-native ", ""][(bb.data.getVar('PN', d, 1) == 'libqpe-opie')]}" ++EXTRA_QMAKEVARS_POST_append = " DEFINES+=QWS LIBS+=-lqpe CONFIG+=qt LIBS-=-lstdc++ LIBS+=-lsupc++" ++ ++DEPENDS_prepend = "virtual/libqpe uicmoc-native " FILES_${PN} = "${palmtopdir}" diff --cc packages/python/python_2.4.3.bb index 289de18a53,600bee2df6..7d3856d719 --- a/packages/python/python_2.4.3.bb +++ b/packages/python/python_2.4.3.bb @@@ -5,8 -5,7 +5,7 @@@ SECTION = "devel/python PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " DEPENDS = "python-native readline zlib gdbm openssl tcl tk" - DEPENDS_sharprom = "python-native readline zlib gdbm openssl" - PR = "ml2" -PR = "ml1" ++PR = "ml0" PYTHON_MAJMIN = "2.4" @@@ -63,7 -62,6 +62,6 @@@ do_install() include python-${PV}-manifest.inc --RPROVIDES_python-core = "python" - RPROVIDES_python-curses = "python" PACKAGES =+ "libpython2" FILES_libpython2 = "${libdir}/libpython*" ++