From 9f8e5fbd498fd659e2319ae3b6bb185f2e76ecef Mon Sep 17 00:00:00 2001 From: Thomas Zimmermann Date: Tue, 1 Dec 2009 10:59:11 +0000 Subject: babiloo-efl: add locales Signed-off-by: Martin Jansa --- recipes/openmoko-3rdparty/babiloo-efl_2.0.9-4.bb | 8 ++++---- 1 file 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 04e8524543..29645845d9 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" -- cgit 1.2.3-korg