aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gpe
AgeCommit message (Expand)Author
2014-06-21recipes: add missing pkgconfig class inheritsRichard Purdie
2014-03-05recipes: bump PRs and remove PRINCsMartin Jansa
2014-02-23recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET
2013-11-01recipes: Remove PR = r0 from all recipesMartin Jansa
2013-08-14fbreader: add sqlite3 dependencyMartin Jansa
2013-05-03README: show github mirror URL in layer dependenciesMartin Jansa
2013-04-26README: add -M to git send-email exampleMartin Jansa
2013-04-26README: add me to maintainers in some layersMartin Jansa
2013-04-15recipes: Unify indentationMartin Jansa
2013-04-15libgpewidget: fix warning about overwritting keysMartin Jansa
2012-12-04fbreader: move to meta-gpe due to libgpewidget dependencyMarcin Juszkiewicz
2012-09-20recipes: bump PR to rebuild after libffi5 -> libffi6Martin Jansa
2012-07-24libgpewidget: cleanup thanks to new gtk-doc.bbclassMartin Jansa
2012-05-06gpe-scap: migrate to use libsoup-2.4 instead of libsoup-2.2 APIMartin Jansa
2012-05-04libgpewidget: fix build with glib-2.32Martin Jansa
2012-04-26README: keep PATCH prefix in subject-prefix, some people filter their inbox b...Martin Jansa
2012-04-19README: fix meta-efl, meta-gpe and meta-xfce to point to openembedded.orgDenys Dmytriyenko
2012-02-13recipes: bump PR to rebuild .la files without libz.laMartin Jansa
2012-02-01minilite: import from OE classicKoen Kooi
2011-07-14Drop PRIORITY variablePaul Eggleton
2011-05-23gpe-scap: import from OE rev aae5b51e4a8dd57b28a6f91e6c14a5311aadbdaeKoen Kooi
2011-05-09conf/layer.conf: Use .= for BBPATH and += for BBFILESKhem Raj
2011-04-18libgpe-widget: import from OE .dev a263524ca222f1968507489313211b4fa674e963Koen Kooi
2011-04-18meta-gpe: add layerKoen Kooi
fixes'>paule/oe-run-native-fixes OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool/newappend.py
blob: decce83facd7e811368958d664707c8a05fe2d14 (plain)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89