]> code.ossystems Code Review - openembedded-core.git/commitdiff
pango: create /etc/pango in module postinsts if it's missing
authorKoen Kooi <koen@dominion.thruhere.net>
Tue, 17 Jan 2012 10:19:43 +0000 (11:19 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Jan 2012 15:06:53 +0000 (15:06 +0000)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/pango/pango.inc
meta/recipes-graphics/pango/pango_1.28.4.bb

index bf528f4a61ca2347cbf29b7fd99af6dda215a2d4..ce8b6ba20309876fc64edca745608c4436b74b09 100644 (file)
@@ -44,6 +44,9 @@ if [ "x$D" != "x" ]; then
   exit 1
 fi
 
+if ! [ -e $D${sysconfdir}/pango ] ; then
+       mkdir -p $D${sysconfdir}/pango
+fi
 }
 
 python populate_packages_prepend () {
index 5778c3f6cdfa303996befc770971ea90173c254b..9681f9e1105258b0b606a0a278404231b30ab360 100644 (file)
@@ -2,7 +2,7 @@ require pango.inc
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
 
-PR = "r5"
+PR = "r6"
 
 SRC_URI += "file://no-tests.patch"
 SRC_URI += "file://noconst.patch"