[oe] Small fix for sharprom

Nicolas FR nicolasfr at gmail.com
Tue Nov 28 18:48:24 UTC 2006


Attachment is posted with .txt extension. Should make it to the list now...

If not the fix is in palmtop.bbclass:
-CPP_SUPPORT_LIB_sharprom = "LIBS-=-lstdc++"
+CPP_SUPPORT_LIB_sharprom-compatible = "LIBS+=-lstdc++"


On 11/27/06, Justin Patrin <papercrane at gmail.com> wrote:
> Still didn't make it to the list.
>
> On 11/27/06, Nicolas FR <nicolasfr at gmail.com> wrote:
> > Oops, screwed up my own patch!
-------------- next part --------------
--- classes/palmtop.bbclass     a1fa7c9e42b2cdca51984e6e37cce5ac10fab6ac
+++ classes/palmtop.bbclass     2fff64e9760c4446c85900a0d2a685c43ac9b5b7
@@ -11,7 +11,7 @@ CPP_SUPPORT_LIB = "LIBS-=-lstdc++ LIBS+=
 
 # special case for DISTRO = sharprom
 CPP_SUPPORT_LIB = "LIBS-=-lstdc++ LIBS+=-lsupc++"
-CPP_SUPPORT_LIB_sharprom = "LIBS-=-lstdc++"
+CPP_SUPPORT_LIB_sharprom-compatible = "LIBS+=-lstdc++"
 EXTRA_QMAKEVARS_POST += "DEFINES+=QWS CONFIG+=qt ${CPP_SUPPORT_LIB}"
 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')]}"


More information about the Openembedded-devel mailing list