From patchwork Mon Jul 25 19:33:42 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-efl] places: fix build e-module: inherit gettext Date: Mon, 25 Jul 2011 19:33:42 -0000 From: Koen Kooi X-Patchwork-Id: 8463 Message-Id: <1311622422-22620-1-git-send-email-koen@dominion.thruhere.net> To: openembedded-devel@lists.openembedded.org Cc: Koen Kooi Signed-off-by: Koen Kooi --- meta-efl/recipes-efl/e17/e-module.inc | 2 +- meta-efl/recipes-efl/e17/places_svn.bb | 5 ----- 2 files changed, 1 insertions(+), 6 deletions(-) diff --git a/meta-efl/recipes-efl/e17/e-module.inc b/meta-efl/recipes-efl/e17/e-module.inc index 3834a2e..97081aa 100644 --- a/meta-efl/recipes-efl/e17/e-module.inc +++ b/meta-efl/recipes-efl/e17/e-module.inc @@ -7,7 +7,7 @@ INC_PR = "r5" SRCNAME = "E-MODULES-EXTRA/${PN}" -inherit e +inherit e gettext SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep" S = "${WORKDIR}/${SRCNAME}" diff --git a/meta-efl/recipes-efl/e17/places_svn.bb b/meta-efl/recipes-efl/e17/places_svn.bb index f447745..0abe138 100644 --- a/meta-efl/recipes-efl/e17/places_svn.bb +++ b/meta-efl/recipes-efl/e17/places_svn.bb @@ -6,10 +6,5 @@ PR = "${INC_PR}.0" require e-module.inc -do_configure_prepend() { - sed -i -e /po/d -e /AM_GNU_GETTEXT/d configure.ac - sed -i -e s:\ po::g Makefile.am -} - # Calls /usr/bin/eject for media RRECOMMENDS_${PN} += "eject"