[oe] [oe-commits] org.oe.dev gettext: switch to autotools_stage_all

pHilipp Zabel philipp.zabel at gmail.com
Thu Mar 20 13:13:33 UTC 2008


Not related to this commit, but noticed because of it:

NOTE: package gettext-0.14.1-r8: task do_package: started
NOTE: the following files were installed but not shipped in any package:
NOTE:   /usr/lib/preloadable_libintl.so
NOTE: Multiple libraries (libgettextpo.so.0, libasprintf.so.0) found
and LEAD_SONAME not defined

Should preloadable_libintl.so be packaged in FILES_${PN}?

regards
Philipp

On Wed, Mar 19, 2008 at 4:45 PM, koen commit
<oe at amethyst.openembedded.net> wrote:
> gettext: switch to autotools_stage_all
>
>  Author: koen at openembedded.org
>  Branch: org.openembedded.dev
>  Revision: 440982b14f1fd12b1e82ec3aaeb30d18b44722f3
>  ViewMTN: http://monotone.openembedded.org/revision/info/440982b14f1fd12b1e82ec3aaeb30d18b44722f3
>  Files:
>  1
>  packages/gettext/gettext_0.14.1.bb
>  Diffs:
>
>  #
>  # mt diff -rc31a0840a5919504cd869926bc3a2c2318c90578 -r440982b14f1fd12b1e82ec3aaeb30d18b44722f3
>  #
>  #
>  #
>  # patch "packages/gettext/gettext_0.14.1.bb"
>  #  from [7293581921c029392be4691314f4f9b6d79c1d09]
>  #    to [de52cbbadfde1d2a8520b9e08d233b8c44267b54]
>  #
>  ============================================================
>  --- packages/gettext/gettext_0.14.1.bb  7293581921c029392be4691314f4f9b6d79c1d09
>  +++ packages/gettext/gettext_0.14.1.bb  de52cbbadfde1d2a8520b9e08d233b8c44267b54
>  @@ -2,7 +2,7 @@ LICENSE = "GPL"
>   HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
>   SECTION = "libs"
>   LICENSE = "GPL"
>  -PR = "r7"
>  +PR = "r8"
>   PROVIDES = "virtual/libintl"
>
>   SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
>  @@ -43,10 +43,5 @@ do_stage () {
>   FILES_libgettextsrc = "${libdir}/libgettextsrc-*.so*"
>
>   do_stage () {
>  -       autotools_stage_includes
>  -       oe_libinstall -so -C gettext-tools/lib libgettextlib ${STAGING_LIBDIR}/
>  -       oe_libinstall -so -C gettext-tools/src libgettextpo ${STAGING_LIBDIR}/
>  -       oe_libinstall -so -C gettext-tools/src libgettextsrc ${STAGING_LIBDIR}/
>  -       oe_libinstall -so -C gettext-tools/intl libintl ${STAGING_LIBDIR}/
>  -       oe_libinstall -so -C gettext-runtime/lib libasprintf ${STAGING_LIBDIR}/
>  +       autotools_stage_all
>   }
>
>
>
>  _______________________________________________
>  Openembedded-commits mailing list
>  Openembedded-commits at lists.openembedded.org
>  http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits
>




More information about the Openembedded-devel mailing list