summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-05-30 18:02:31 +0000
committerRichard Purdie <richard@openedhand.com>2006-05-30 18:02:31 +0000
commit0e376c137102124dafaaeec467f9f861e0725b9f (patch)
tree22691dcf5c0a4bcb0d4545e183fffe4a5d5f8f6e
parent9681ef6bbc77c343ae5502f612f6daeaed4fc0cc (diff)
downloadopenembedded-core-0e376c137102124dafaaeec467f9f861e0725b9f.tar.gz
openembedded-core-0e376c137102124dafaaeec467f9f861e0725b9f.tar.bz2
openembedded-core-0e376c137102124dafaaeec467f9f861e0725b9f.tar.xz
openembedded-core-0e376c137102124dafaaeec467f9f861e0725b9f.zip
matchbox-poky: Remove .svn directories from package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@454 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb
index c2e3e3282..98215ed51 100644
--- a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb
+++ b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb
@@ -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
}