aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meta/openslug-packages.bb
blob: ea9e1754468e6cbacb43cb09f180916d326cab35 (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
DESCRIPTION = "Packages that are compatible with the OpenSlug firmware"
LICENSE = MIT
PR = "r3"

ALLOW_EMPTY = 1
PACKAGES = "${PN}"

OPENSLUG_DEVELOPMENT = "\
	autoconf  \
	automake  \
	bash  \
	bison  \
	bzip2  \
	coreutils  \
	cvs \
	diffutils  \
	findutils  \
	flex  \
	gawk \
	gcc  \
	gdb  \
	grep   \
	lsof  \
	m4  \
	make  \
	ncurses  \
	openssh  \
	pciutils  \
	perl  \
	quilt  \
	sed  \
	strace  \
	tar  \
	"


OPENSLUG_PACKAGES = "\
	atftp \
	bash \
	bluez-utils-nodbus \
	coreutils cvs\
	miau \
	microcom \
	mt-daapd \
	muxsshssl \
	nail \
	openssh \
	ppp puppy \
	rsync \
	strace sudo \
	thttpd \
	"

BROKEN_PACKAGES = "\
	mgetty \
	"

DEPENDS = 'openslug-image \
	${OPENSLUG_PACKAGES} \
	${OPENSLUG_DEVELOPMENT}'