aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/maemo/sdk-default-theme-config_1.0-1.bb
blob: 9b9d0f3a581617e20cc04dbeed08eef28c2b1221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PR         = "r0"
LICENSE    = "GPL"

DEPENDS = "sdk-default-theme"
RDEPENDS = "sdk-default-theme"

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

S = "${WORKDIR}/${PN}-1.0"

FILES_${PN} = "${datadir}"


do_install() {

  install -d ${D}/${datadir}
  cp -pPR ${S}/themes/  ${D}/${datadir}/

}