[OE-core] [PATCH 6/8] gettext: 0.19.6 -> 0.19.8.1

Robert Yang liezhi.yang at windriver.com
Wed Jul 20 03:12:00 UTC 2016



On 07/20/2016 12:37 AM, Burton, Ross wrote:
>
> On 19 July 2016 at 14:44, Robert Yang <liezhi.yang at windriver.com
> <mailto:liezhi.yang at windriver.com>> wrote:
>
>     +FILES_${PN} += "${datadir}/${BPN}-0.19.8/*"
>
>
> Can this use a wildcard so we don't need to fix this every upgrade?

Yes, sounds, good, updated in the repo:

   git://git.openembedded.org/openembedded-core-contrib rbt/pu
   http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/pu


# The its/Makefile.am has defined:
# itsdir = $(pkgdatadir)$(PACKAGE_SUFFIX)/its
# not itsdir = $(pkgdatadir), so use wildcard to match the version.
FILES_${PN} += "${datadir}/${BPN}-*/*"

// Robert

>
> Ross



More information about the Openembedded-core mailing list