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:
618585a
)
fontconfig - add local.conf to 2.3.91.
author
Raymond Danks
<raymond@edanks.com>
Mon, 24 Jul 2006 16:01:52 +0000
(16:01 +0000)
committer
Raymond Danks
<raymond@edanks.com>
Mon, 24 Jul 2006 16:01:52 +0000
(16:01 +0000)
packages/fontconfig/fontconfig_2.3.91.bb
patch
|
blob
|
history
diff --git
a/packages/fontconfig/fontconfig_2.3.91.bb
b/packages/fontconfig/fontconfig_2.3.91.bb
index
e45d133
..
d12d57a
100644
(file)
--- a/
packages/fontconfig/fontconfig_2.3.91.bb
+++ b/
packages/fontconfig/fontconfig_2.3.91.bb
@@
-5,9
+5,10
@@
DEPENDS = "expat freetype freetype-native zlib fontconfig-native"
SRC_URI = "http://fontconfig.org/release/fontconfig-${PV}.tar.gz \
file://fc-glyphname.patch;patch=1 \
- file://fc-lang.patch;patch=1"
+ file://fc-lang.patch;patch=1 \
+ file://local.conf"
-PR = "r
0
"
+PR = "r
1
"
PACKAGES =+ "fontconfig-utils "
FILES_fontconfig-utils = "${bindir}/*"
@@
-47,5
+48,8
@@
do_stage () {
do_install () {
autotools_do_install
+
+ install -d ${D}/etc/fonts/
+ install -m 0644 ${WORKDIR}/local.conf ${D}/etc/fonts/
}