diff options
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 4c1d42e0af..45b67bf168 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc | |||
@@ -43,6 +43,8 @@ do_configure:prepend () { | |||
43 | # update dselect/po and scripts/po | 43 | # update dselect/po and scripts/po |
44 | cp -f ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/dselect/po/ | 44 | cp -f ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/dselect/po/ |
45 | cp -f ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/scripts/po/ | 45 | cp -f ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/scripts/po/ |
46 | |||
47 | [ ! -e ${S}/.dist-version ] && echo ${PV} > ${S}/.dist-version | ||
46 | } | 48 | } |
47 | 49 | ||
48 | do_install:append () { | 50 | do_install:append () { |