aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cups
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-27 11:16:50 +0100
committerKoen Kooi <koen@openembedded.org>2010-03-27 11:16:50 +0100
commit9cad640a0c239963a0ebf07fbfdb82df77ea1150 (patch)
treec651d253a2a9e880040e6cc81b6ad0da3bd7f820 /recipes/cups
parent3eea5b412e0aecf66989aa2a58c8370b12c5be46 (diff)
downloadopenembedded-9cad640a0c239963a0ebf07fbfdb82df77ea1150.tar.gz
cups: convert to new style staging
Diffstat (limited to 'recipes/cups')
-rw-r--r--recipes/cups/cups.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes/cups/cups.inc b/recipes/cups/cups.inc
index 36e76c34fd..0c7b103b8f 100644
--- a/recipes/cups/cups.inc
+++ b/recipes/cups/cups.inc
@@ -52,14 +52,6 @@ fakeroot do_install () {
chmod 0711 "${D}/${localstatedir}/run/cups/certs"
}
-do_stage () {
- install -d ${STAGING_INCDIR}/cups
- install ${S}/cups/*.h ${STAGING_INCDIR}/cups/
- install ${S}/filter/*.h ${STAGING_INCDIR}/cups/
- oe_libinstall -C cups -so libcups ${STAGING_LIBDIR}
- oe_libinstall -C filter -so libcupsimage ${STAGING_LIBDIR}
-}
-
python do_package_append() {
# Change permissions back the way they were, they probably had a reason...
pkgdest = bb.data.getVar('PKGDEST', d, 1)
pdates OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/oe-init-build-env-memres
blob: 00079989dc600319b88035b003e3cf05e90edc76 (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