[oe-commits] Thomas Zimmermann : babiloo-efl: add locales

git version control git at git.openembedded.org
Wed Dec 2 22:19:50 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 9f8e5fbd498fd659e2319ae3b6bb185f2e76ecef
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9f8e5fbd498fd659e2319ae3b6bb185f2e76ecef

Author: Thomas Zimmermann <ml at vdm-design.de>
Date:   Tue Dec  1 10:59:11 2009 +0000

babiloo-efl: add locales

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/openmoko-3rdparty/babiloo-efl_2.0.9-4.bb |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/openmoko-3rdparty/babiloo-efl_2.0.9-4.bb b/recipes/openmoko-3rdparty/babiloo-efl_2.0.9-4.bb
index 04e8524..2964584 100644
--- a/recipes/openmoko-3rdparty/babiloo-efl_2.0.9-4.bb
+++ b/recipes/openmoko-3rdparty/babiloo-efl_2.0.9-4.bb
@@ -9,7 +9,7 @@ RDEPENDS = "python-elementary python-compression python-misc python-netclient"
 PACKAGE_ARCH = "all"
 
 PV = "2.0.9-4"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://bazaar.launchpad.net/%7Evaudano/babiloo/efl/download/head%3A/babiloo_2.0.94.tar.g-20091201105555-efky7gi6fkm39xw8-2/babiloo_2.0.9-4.tar.gz;name=tarball"
 SRC_URI[tarball.md5sum] = "f5f25daff7accb8d409fa9f94c49fc17"
@@ -32,9 +32,9 @@ do_install() {
 	install -d "${D}${datadir}/applications"
         install -m 0644 "${S}/babiloo.desktop" "${D}${datadir}/applications"
 
-	#cp -a "${S}/locale" "${D}${datadir}/"
-	#find ${D}${datadir}/locale -name *.po -exec rm {} \;
-	#rm -f ${D}${datadir}/locale/babiloo.pot
+	cp -a "${S}/locale" "${D}${datadir}/"
+	find ${D}${datadir}/locale -name *.po -exec rm {} \;
+	rm -f ${D}${datadir}/locale/babiloo.pot
 }
 
 FILES_${PN} += "${datadir}/babiloo"





More information about the Openembedded-commits mailing list