blob: 86ecc4cf797a78cdf3173dc8b4801adfbfc33bc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "Custom MB session files for poky"
LICENSE = "GPL"
SECTION = "x11"
RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks"
PR = "r7"
SRC_URI = "file://etc"
S = ${WORKDIR}
do_install() {
cp -R ${S}/etc ${D}/etc
chmod -R 755 ${D}/etc
}
|