pango: create /etc/pango in module postinsts if it's missing

(From OE-Core rev: 1b24f76bae9612bc69fb0afeaccb06c5e5746ce6)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Koen Kooi 2012-01-17 11:19:43 +01:00 committed by Richard Purdie
parent 1ca0401f33
commit 925433d6e6
2 changed files with 4 additions and 1 deletions

View 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 () {

View 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"