require procps.inc PR = "r7" inherit update-alternatives ALTERNATIVE_LINKS = "${bindir}/top ${bindir}/uptime ${bindir}/free ${bindir}/pkill ${bindir}/pmap \ ${base_bindir}/kill ${base_sbindir}/sysctl ${base_bindir}/ps \ ${bindir}/pgrep ${bindir}/pwdx ${bindir}/watch" ALTERNATIVE_PRIORITY = "110" SRC_URI += "file://procmodule.patch \ file://psmodule.patch \ file://linux-limits.patch \ file://sysctl.conf \ file://procps-3.2.8+gmake-3.82.patch \ file://gnu-kbsd-version.patch \ " SRC_URI[md5sum] = "9532714b6846013ca9898984ba4cd7e0" SRC_URI[sha256sum] = "11ed68d8a4433b91cd833deb714a3aa849c02aea738c42e6b4557982419c1535" EXTRA_OEMAKE = "CFLAGS=-I${STAGING_INCDIR} \ CPPFLAGS=-I${STAGING_INCDIR} \ LDFLAGS="${LDFLAGS}" \ CURSES=-lncurses \ install='install -D' \ ldconfig=echo" do_install_append () { install -d ${D}${sysconfdir} install -m 0644 ${WORKDIR}/sysctl.conf ${D}${sysconfdir}/sysctl.conf } CONFFILES_${PN} = "${sysconfdir}/sysctl.conf" git
Trygve Laugstøl
summaryrefslogtreecommitdiff
path: root/meta/recipes-connectivity/openssh/openssh-5.9p1/init
blob: 055dd22e1b238453c372f2be2be8f926f4431da5 (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
90
91
92