Warning, file /frameworks/syntax-highlighting/autotests/html/test.bb.html was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 <!DOCTYPE html>
0002 <html><head>
0003 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
0004 <title>test.bb</title>
0005 <meta name="generator" content="KF5::SyntaxHighlighting - Definition (Bitbake) - Theme (Breeze Light)"/>
0006 </head><body style="background-color:#ffffff;color:#1f1c1b"><pre>
0007 <span style="color:#898887;"># syntax test file for Bitbake receipes</span>
0008 
0009 <span style="font-weight:bold;">SUMMARY</span> = <span style="color:#bf0303;">&quot;GammaRay Qt introspection probe&quot;</span>
0010 <span style="font-weight:bold;">HOMEPAGE</span> = <span style="color:#bf0303;">&quot;http://www.kdab.com/gammaray&quot;</span>
0011 
0012 <span style="font-weight:bold;">LICENSE</span> = <span style="color:#bf0303;">&quot;GPLv2&quot;</span>
0013 <span style="font-weight:bold;">LIC_FILES_CHKSUM</span> = <span style="color:#bf0303;">&quot;file://LICENSE.GPL.txt</span>;<span style="color:#bf0303;">md5</span>=<span style="color:#bf0303;">2abfe5daa817fd4346b6d55293941415&quot;</span>
0014 
0015 <span style="color:#0057ae;">inherit</span> cmake_qt5
0016 
0017 <span style="font-weight:bold;">SRC_URI</span> = <span style="color:#bf0303;">&quot;git://github.com/KDAB/GammaRay</span>;<span style="font-weight:bold;">branch</span>=<span style="color:#bf0303;">master&quot;</span>
0018 
0019 <span style="font-weight:bold;">SRCREV</span> = <span style="color:#bf0303;">&quot;139e003174f48b0c883fc6c200ef2efb7467bff1&quot;</span>
0020 <span style="font-weight:bold;">PV</span> = <span style="color:#bf0303;">&quot;2.4.0+git</span><span style="color:#8b0000;">${SRCPV}</span><span style="color:#bf0303;">&quot;</span>
0021 
0022 <span style="font-weight:bold;">DEPENDS</span> = <span style="color:#bf0303;">&quot;qtdeclarative&quot;</span>
0023 
0024 <span style="font-weight:bold;">S</span> = <span style="color:#bf0303;">&quot;</span><span style="color:#8b0000;">${WORKDIR}</span><span style="color:#bf0303;">/git&quot;</span>
0025 
0026 <span style="font-weight:bold;">EXTRA_OECMAKE</span> += <span style="color:#bf0303;">&quot; -DGAMMARAY_BUILD_UI</span>=<span style="color:#bf0303;">OFF&quot;</span>
0027 
0028 <span style="font-weight:bold;">FILES_</span><span style="color:#8b0000;">${PN}</span>-dev += <span style="color:#bf0303;">&quot; </span><span style="color:#808080;">\</span>
0029 <span style="color:#bf0303;">    /usr/lib/cmake/* </span><span style="color:#808080;">\</span>
0030 <span style="color:#bf0303;">    /usr/mkspecs/modules/* </span><span style="color:#808080;">\</span>
0031 <span style="color:#bf0303;">&quot;</span>
0032 <span style="font-weight:bold;">FILES_</span><span style="color:#8b0000;">${PN}</span>-dbg += <span style="color:#bf0303;">&quot; </span><span style="color:#808080;">\</span>
0033 <span style="color:#bf0303;">    /usr/lib/.debug/* </span><span style="color:#808080;">\</span>
0034 <span style="color:#bf0303;">    /usr/lib/gammaray/*/*/.debug </span><span style="color:#808080;">\</span>
0035 <span style="color:#bf0303;">    /usr/lib/gammaray/*/*/styles/.debug </span><span style="color:#808080;">\</span>
0036 <span style="color:#bf0303;">&quot;</span>
0037 
0038 <span style="color:#b08000;">do_install_append</span>() {
0039     <span style="color:#898887;"># multiline string ok here</span>
0040     <span style="color:#0057ae;">AVAR</span><span style="color:#ca60ca;">=</span><span style="color:#bf0303;">&quot;this is</span>
0041 <span style="color:#bf0303;">right&quot;</span>
0042 <span style="font-weight:bold;">}</span>
0043 
0044 <span style="font-weight:bold;">def</span> python_function():
0045     <span style="color:#898887;"># some python code</span>
0046     <span style="font-weight:bold;">pass</span>
0047 
0048 <span style="color:#898887;"># error: unterinated string</span>
0049 <span style="font-weight:bold;">VAR</span> *= <span style="color:#bf0303;">&quot;abc</span>
0050 <span style="color:#bf0303;text-decoration:underline;">  this is wrong</span>
0051 </pre></body></html>