aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-08-31 07:48:25 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-09-07 10:57:36 +0200
commit863d7a963908a1f38bd152e67c3620737cb21c8a (patch)
treecf95561454035a65bce6b49747f1737d8a0befe6 /meta-oe/recipes-graphics
parent57acffff3cdf4f55068993e8ace9610ad0b78d27 (diff)
downloadmeta-openembedded-contrib-863d7a963908a1f38bd152e67c3620737cb21c8a.tar.gz
lxdm: Copy Makefile.in.in from gettext-native
virtual/gettext is not including virtual/gettext anymore Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r--meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb2
1 files changed, 1 insertions, 1 deletions
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() {