mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user