diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-17 11:19:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-17 15:10:15 +0000 |
commit | 925433d6e672f22ade79f034fb972d28429250a9 (patch) | |
tree | dbc713aefc3d613f413aed4ab782b8f13963fee2 /meta/recipes-graphics/pango | |
parent | 1ca0401f3396725d65a514b78a99d39c3bc575df (diff) | |
download | poky-925433d6e672f22ade79f034fb972d28429250a9.tar.gz |
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>
Diffstat (limited to 'meta/recipes-graphics/pango')
-rw-r--r-- | meta/recipes-graphics/pango/pango.inc | 3 | ||||
-rw-r--r-- | meta/recipes-graphics/pango/pango_1.28.4.bb | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc index bf528f4a61..ce8b6ba203 100644 --- a/meta/recipes-graphics/pango/pango.inc +++ b/meta/recipes-graphics/pango/pango.inc | |||
@@ -44,6 +44,9 @@ if [ "x$D" != "x" ]; then | |||
44 | exit 1 | 44 | exit 1 |
45 | fi | 45 | fi |
46 | 46 | ||
47 | if ! [ -e $D${sysconfdir}/pango ] ; then | ||
48 | mkdir -p $D${sysconfdir}/pango | ||
49 | fi | ||
47 | } | 50 | } |
48 | 51 | ||
49 | python populate_packages_prepend () { | 52 | python populate_packages_prepend () { |
diff --git a/meta/recipes-graphics/pango/pango_1.28.4.bb b/meta/recipes-graphics/pango/pango_1.28.4.bb index 5778c3f6cd..9681f9e110 100644 --- a/meta/recipes-graphics/pango/pango_1.28.4.bb +++ b/meta/recipes-graphics/pango/pango_1.28.4.bb | |||
@@ -2,7 +2,7 @@ require pango.inc | |||
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" |
4 | 4 | ||
5 | PR = "r5" | 5 | PR = "r6" |
6 | 6 | ||
7 | SRC_URI += "file://no-tests.patch" | 7 | SRC_URI += "file://no-tests.patch" |
8 | SRC_URI += "file://noconst.patch" | 8 | SRC_URI += "file://noconst.patch" |