summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb
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 /openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb
parent9681ef6bbc77c343ae5502f612f6daeaed4fc0cc (diff)
downloadpoky-0e376c137102124dafaaeec467f9f861e0725b9f.tar.gz
matchbox-poky: Remove .svn directories from package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@454 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb')
-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 c2e3e3282c..98215ed517 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"
2LICENSE = "GPL" 2LICENSE = "GPL"
3SECTION = "x11" 3SECTION = "x11"
4RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" 4RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks"
5PR = "r13" 5PR = "r14"
6 6
7SRC_URI = "file://etc" 7SRC_URI = "file://etc"
8S = ${WORKDIR} 8S = ${WORKDIR}
9 9
10do_install() { 10do_install() {
11 cp -R ${S}/etc ${D}/etc 11 cp -R ${S}/etc ${D}/etc
12 rm -fR ${D}/etc/.svn
13 rm -fR ${D}/etc/matchbox/.svn
12 chmod -R 755 ${D}/etc 14 chmod -R 755 ${D}/etc
13} 15}
14 16