aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
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-02 08:51:21 +0200
commitef87d8166a2f6bd04d83955b20e9e6797481ebcf (patch)
tree8e6a180a73b2d7b8dc78b5a2c5813c914c56b24e /meta-oe
parentb022240eef3c67b89118d446cfe00d7d547779d7 (diff)
downloadmeta-openembedded-contrib-ef87d8166a2f6bd04d83955b20e9e6797481ebcf.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')
-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() {