mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
gpm: sets D equal to DESTDIR instead of ROOT in do_install
This corrects a gpm install failure due to ROOT being used instead of DESTDIR, resulting in DESTDIR being undefined. Upstream-Status: Inappropriate (distribution/packaging fix) Signed-off-by: Stephen Arnold <stephen.arnold42@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
dde3dbd9a3
commit
445c72437e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user