elmdentica: remove autopoint to fix B!=S build

* it probably isn't needed anymore

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2014-05-14 10:58:10 +02:00
parent 0103d10a30
commit f91aa2a21b

View File

@ -17,7 +17,3 @@ PV = "0.9.9+svnr${SRCPV}"
SRCREV = "${EFL_SRCREV}"
RDEPENDS_${PN} = "${PN}-themes"
do_configure_prepend() {
autopoint --force
}