git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dad8b0
)
wesnoth 1.4.5: Fix do_install_append.
author
Robert Schuster
<thebohemian@gmx.net>
Tue, 23 Sep 2008 06:47:49 +0000
(06:47 +0000)
committer
Robert Schuster
<thebohemian@gmx.net>
Tue, 23 Sep 2008 06:47:49 +0000
(06:47 +0000)
packages/wesnoth/wesnoth_1.4.5.bb
patch
|
blob
|
history
diff --git
a/packages/wesnoth/wesnoth_1.4.5.bb
b/packages/wesnoth/wesnoth_1.4.5.bb
index
5b5484d
..
a0f66e9
100644
(file)
--- a/
packages/wesnoth/wesnoth_1.4.5.bb
+++ b/
packages/wesnoth/wesnoth_1.4.5.bb
@@
-5,7
+5,7
@@
LICENSE = "GPL"
DEPENDS = "freetype libsdl-image libsdl-mixer libsdl-net libsdl-ttf zlib boost imagemagick-native"
-PR = "r
0
"
+PR = "r
1
"
SRC_URI = "${SOURCEFORGE_MIRROR}/wesnoth/${PN}-${PV}.tar.bz2"
@@
-32,7
+32,8
@@
PACKAGES = "wesnoth-editor wesnoth-doc wesnoth-music \
"
do_install_append() {
- if [ -f ${D}${datadir}/wesnoth/icons ]; then
+ # icons directory should not be packaged/installed
+ if [ -d ${D}${datadir}/wesnoth/icons ]; then
rm -rf ${D}${datadir}/wesnoth/icons
fi
}