matchbox-poky: Remove .svn directories from package

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@454 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-05-30 18:02:31 +00:00
parent 9681ef6bbc
commit 0e376c1371

View File

@@ -2,13 +2,15 @@ DESCRIPTION = "Custom MB session files for poky"
LICENSE = "GPL"
SECTION = "x11"
RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks"
PR = "r13"
PR = "r14"
SRC_URI = "file://etc"
S = ${WORKDIR}
do_install() {
cp -R ${S}/etc ${D}/etc
rm -fR ${D}/etc/.svn
rm -fR ${D}/etc/matchbox/.svn
chmod -R 755 ${D}/etc
}