mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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:
committed by
Richard Purdie
parent
1ca0401f33
commit
925433d6e6
@@ -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 () {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user