[oe] [PATCH 09/15] zenity: pretify recipe a bit

Adrian Bunk bunk at stusta.de
Fri Oct 25 11:45:06 UTC 2019


On Fri, Oct 25, 2019 at 09:21:07AM +0200, Andreas Müller wrote:
>...
> -SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \
> +SRC_URI = " \
> +    ${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \
>      file://0001-build-don-t-generate-manual.patch \
>  "
>...

This should also stop overwriting the gnomebase SRC_URI, replace with:

SRC_URI += " \
    file://0001-build-don-t-generate-manual.patch \
"

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed



More information about the Openembedded-devel mailing list