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:10:15 +0000 (15:10 +0000)
(From OE-Core rev: 1b24f76bae9612bc69fb0afeaccb06c5e5746ce6)

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 bf528f4..ce8b6ba 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 5778c3f..9681f9e 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"