From 863d7a963908a1f38bd152e67c3620737cb21c8a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 31 Aug 2017 07:48:25 -0700 Subject: lxdm: Copy Makefile.in.in from gettext-native virtual/gettext is not including virtual/gettext anymore Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-graphics/lxdm') diff --git a/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb b/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb index c98c3a1320..8e7efcdada 100644 --- a/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb +++ b/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb @@ -34,7 +34,7 @@ EXTRA_OECONF += "--enable-gtk3=no --enable-password=yes --with-x -with-xconn=xcb " do_configure_prepend() { - cp ${STAGING_DATADIR}/gettext/po/Makefile.in.in ${S}/po/ + cp ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/po/ } do_compile_append() { -- cgit 1.2.3-korg