aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/maemo/osso-core-config_200515.1.bb
blob: 527888342ed46960e98a3b61437551e9ad81b39f (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
LICENSE    = "unknown"
PR         = "r7"

DEPENDS =	"base-passwd osso-af-startup"
RDEPENDS_${PN} =	"base-passwd osso-af-startup"

SRC_URI =	"http://stage.maemo.org:80/pool/maemo/ossw/source/o/${PN}/${PN}_${PV}.tar.gz"


inherit autotools update-rc.d

FILES_${PN} = "${sysconfdir}/osso-af-init ${sysconfdir}/init.d/"

INITSCRIPT_NAME = "x-server.sh"
INITSCRIPT_PARAMS = "defaults 21"


do_install () {
	install -d ${D}${sysconfdir}/osso-af-init
	install -m 755 ${S}/x-server.defs ${D}/${sysconfdir}/osso-af-init/x-server.defs

	install -d ${D}${sysconfdir}/init.d
	install -m 755 ${S}/x-server.sh ${D}/${sysconfdir}/init.d/x-server.sh
}

pkg_postinst () {
#!/bin/sh

# can't do adduser stuff offline
if [ "x$D" != "x" ]; then
  exit 1
fi

MAEMOUSER=user
MAEMOHOME=/home/user

addgroup "$MAEMOUSER"
mkdir -p $MAEMOHOME/MyDocs || true
adduser --system --home "$MAEMOHOME" --no-create-home --disabled-password --ingroup "$MAEMOUSER" "$MAEMOUSER"
chown -R "$MAEMOUSER"."$MAEMOUSER" "$MAEMOHOME" 2>/dev/null
chgrp "$MAEMOUSER" "$MAEMOHOME" 2>/dev/null
}

SRC_URI[md5sum] = "efa6dc867cec4b38febab2f0fe24a4d2"
SRC_URI[sha256sum] = "fed674a5ae64cb65328eecc752403e5e75e9ce486c19d86c5fa633afb23e0969"