[oe-commits] Koen Kooi : pango: create /etc/pango in module postinsts if it's missing

git at git.openembedded.org git at git.openembedded.org
Tue Jan 17 15:19:37 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 1b24f76bae9612bc69fb0afeaccb06c5e5746ce6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1b24f76bae9612bc69fb0afeaccb06c5e5746ce6

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Tue Jan 17 11:19:43 2012 +0100

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

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/pango/pango.inc       |    3 +++
 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 bf528f4..ce8b6ba 100644
--- a/meta/recipes-graphics/pango/pango.inc
+++ b/meta/recipes-graphics/pango/pango.inc
@@ -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 () {
diff --git a/meta/recipes-graphics/pango/pango_1.28.4.bb b/meta/recipes-graphics/pango/pango_1.28.4.bb
index 5778c3f..9681f9e 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
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
 
-PR = "r5"
+PR = "r6"
 
 SRC_URI += "file://no-tests.patch"
 SRC_URI += "file://noconst.patch"





More information about the Openembedded-commits mailing list