File: test.bb.ref

package info (click to toggle)
kf6-syntax-highlighting 6.18.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 49,060 kB
  • sloc: xml: 203,100; cpp: 12,878; python: 3,055; sh: 965; perl: 814; ruby: 494; pascal: 393; javascript: 161; php: 150; jsp: 132; lisp: 131; haskell: 124; ada: 119; ansic: 107; makefile: 96; f90: 94; ml: 85; cobol: 81; yacc: 71; csh: 62; exp: 61; erlang: 54; sql: 51; java: 47; sed: 45; objc: 37; tcl: 36; awk: 31; asm: 30; fortran: 18; cs: 10
file content (44 lines) | stat: -rw-r--r-- 3,336 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<Comment># syntax test file for Bitbake receipes</Comment><br/>
<Normal Text></Normal Text><br/>
<Keyword>SUMMARY</Keyword><Normal Text> = </Normal Text><String>"GammaRay Qt introspection probe"</String><br/>
<Keyword>HOMEPAGE</Keyword><Normal Text> = </Normal Text><String>"http://www.kdab.com/gammaray"</String><br/>
<Normal Text></Normal Text><br/>
<Keyword>LICENSE</Keyword><Normal Text> = </Normal Text><String>"GPLv2"</String><br/>
<Keyword>LIC_FILES_CHKSUM</Keyword><Normal Text> = </Normal Text><String>"file://LICENSE.GPL.txt</String><Normal Text>;</Normal Text><String>md5</String><Normal Text>=</Normal Text><String>2abfe5daa817fd4346b6d55293941415"</String><br/>
<Normal Text></Normal Text><br/>
<Dependency>inherit</Dependency><Normal Text> cmake_qt5</Normal Text><br/>
<Normal Text></Normal Text><br/>
<Keyword>SRC_URI</Keyword><Normal Text> = </Normal Text><String>"git://github.com/KDAB/GammaRay</String><Normal Text>;</Normal Text><Keyword>branch</Keyword><Normal Text>=</Normal Text><String>master"</String><br/>
<Normal Text></Normal Text><br/>
<Keyword>SRCREV</Keyword><Normal Text> = </Normal Text><String>"139e003174f48b0c883fc6c200ef2efb7467bff1"</String><br/>
<Keyword>PV</Keyword><Normal Text> = </Normal Text><String>"2.4.0+git</String><Variable>${SRCPV}</Variable><String>"</String><br/>
<Normal Text></Normal Text><br/>
<Keyword>DEPENDS</Keyword><Normal Text> = </Normal Text><String>"qtdeclarative"</String><br/>
<Normal Text></Normal Text><br/>
<Keyword>S</Keyword><Normal Text> = </Normal Text><String>"</String><Variable>${WORKDIR}</Variable><String>/git"</String><br/>
<Normal Text></Normal Text><br/>
<Keyword>EXTRA_OECMAKE</Keyword><Normal Text> += </Normal Text><String>" -DGAMMARAY_BUILD_UI</String><Normal Text>=</Normal Text><String>OFF"</String><br/>
<Normal Text></Normal Text><br/>
<Keyword>FILES_</Keyword><Variable>${PN}</Variable><Normal Text>-dev += </Normal Text><String>" </String><Escape>\</Escape><br/>
<String>    /usr/lib/cmake/* </String><Escape>\</Escape><br/>
<String>    /usr/mkspecs/modules/* </String><Escape>\</Escape><br/>
<String>"</String><br/>
<Keyword>FILES_</Keyword><Variable>${PN}</Variable><Normal Text>-dbg += </Normal Text><String>" </String><Escape>\</Escape><br/>
<String>    /usr/lib/.debug/* </String><Escape>\</Escape><br/>
<String>    /usr/lib/gammaray/*/*/.debug </String><Escape>\</Escape><br/>
<String>    /usr/lib/gammaray/*/*/styles/.debug </String><Escape>\</Escape><br/>
<String>"</String><br/>
<Normal Text></Normal Text><br/>
<OEFunction>do_install_append</OEFunction><Normal Text>() {</Normal Text><br/>
<Normal Text>    </Normal Text><Comment># multiline string ok here</Comment><br/>
<Normal Text>    </Normal Text><Variable>AVAR</Variable><Operator>=</Operator><String DoubleQ>"this is</String DoubleQ><br/>
<String DoubleQ>right"</String DoubleQ><br/>
<Keyword>}</Keyword><br/>
<Normal Text></Normal Text><br/>
<Keyword>def</Keyword><Normal Text> python_function():</Normal Text><br/>
<Normal Text>    </Normal Text><Comment># some python code</Comment><br/>
<Normal Text>    </Normal Text><Flow Control Keyword>pass</Flow Control Keyword><br/>
<Normal Text></Normal Text><br/>
<Comment># error: unterinated string</Comment><br/>
<Keyword>VAR</Keyword><Normal Text> *= </Normal Text><String>"abc</String><br/>
<Error>  this is wrong</Error><br/>