kbd: fix install to target
authorNiels Skou Olsen <niels@tonebarker.dk>
Sun, 13 Mar 2016 16:59:48 +0000 (17:59 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 13 Mar 2016 20:17:12 +0000 (21:17 +0100)
commit28a55b66897f97e3acad36549a4c9e02e7f5dc22
treecd18f80bd0023c1119031c66805b0d6e4e6e75d9
parent5940e2e6af1675fe3ad0d26b744f8b4401cf289a
kbd: fix install to target

The package makefile attempted to append to KBD_INSTALL_TARGET_OPTS, but this
fails when done before evaluating $(autotools-package). This is because
autotools-package uses ?= to set default values. Instead of appending we now
override KBD_INSTALL_TARGET_OPTS.

Signed-off-by: Niels Skou Olsen <niels@tonebarker.dk>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/kbd/kbd.mk