[oe] [meta-oe][PATCH] gpm: sets D equal to DESTDIR instead of ROOT in do_install

Martin Jansa martin.jansa at gmail.com
Sun Apr 20 11:45:35 UTC 2014


On Fri, Apr 04, 2014 at 03:47:55PM -0700, Stephen Arnold wrote:
> This corrects a gpm install failure due to ROOT being used instead of
> DESTDIR, resulting in DESTDIR being undefined.

Merged, thanks!

> 
> Upstream-Status: Inappropriate (distribution/packaging fix)
> 
> Signed-off-by: Stephen Arnold <stephen.arnold42 at gmail.com>
> ---
>  meta-oe/recipes-support/gpm/gpm_1.99.7.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-support/gpm/gpm_1.99.7.bb b/meta-oe/recipes-support/gpm/gpm_1.99.7.bb
> index e35e50e..a30a891 100644
> --- a/meta-oe/recipes-support/gpm/gpm_1.99.7.bb
> +++ b/meta-oe/recipes-support/gpm/gpm_1.99.7.bb
> @@ -40,7 +40,7 @@ CFLAGS += "-Wno-extra -Wno-error=unused-but-set-parameter -Wno-error=unused-but-
>  CFLAGS += "-Wno-error=int-to-pointer-cast -Wno-error"
>  
>  do_install () {
> -    oe_runmake 'ROOT=${D}' install
> +    oe_runmake 'DESTDIR=${D}' install
>      install -m 0644 src/headers/gpm.h ${D}${includedir}
>      install -d ${D}/${sysconfdir}/init.d
>      install -m 0755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/gpm
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20140420/ed7313c4/attachment-0002.sig>


More information about the Openembedded-devel mailing list