blob: 6550072bf3beaaa787305bff129f8bd3044d3487 (
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
|
DESCRIPTION = "Packages that are compatible with the OpenSlug firmware"
LICENSE = MIT
PR = "r5"
INHIBIT_DEFAULT_DEPS = "1"
ALLOW_EMPTY = 1
PACKAGES = "${PN}"
OPENSLUG_PACKAGES = "\
atftp \
autoconf \
automake \
bash \
bind \
binutils \
bison \
bluez-utils-nodbus \
bridge-utils \
bwmon \
bzip2 \
ccxstream \
coreutils \
cron \
ctorrent \
ctrlproxy \
cvs\
cyrus-imapd \
db4 \
diffstat \
diffutils \
dnsmasq \
expat \
findutils \
flex \
ftpd-topfield \
gawk \
gcc \
gdb \
glib-2.0 \
gnu-config \
gphoto2 \
grep \
gtk-doc \
gzip \
icecast \
iperf \
ipkg-utils \
jpeg \
less \
libpam \
libpng \
libtool \
libusb \
libxml2 \
lsof \
m4 \
mailx \
make \
man man-pages \
mgetty \
miau \
microcom \
monotone-5 \
mpd \
mt-daapd \
mutt \
mysql \
nail \
nano \
ncftp \
ncurses \
netpbm \
nfs-utils \
ntp \
obexftp openobex openobex-apps ircp \
openldap \
openntpd \
openssh \
openvpn \
patch \
pciutils \
pcre \
perl \
php \
pkgconfig \
postfix \
ppp \
procps \
psmisc \
puppy \
pwc \
python \
quilt \
reiserfsprogs reiser4progs \
rsync \
samba \
sane-backends \
screen \
sed \
setpwc \
ssmtp \
strace \
streamripper \
sudo \
sysfsutils \
tar \
thttpd \
tiff \
timezones \
unionfs-modules unionfs-utils \
util-linux \
vlan \
wakelan \
watchdog \
wget \
xinetd \
yp-tools ypbind ypserv \
zlib \
"
BROKEN_PACKAGES = "\
"
DEPENDS = 'openslug-image \
${OPENSLUG_PACKAGES} \
openslug-native \
package-index'
|