]> Git Repo - buildroot-mgba.git/commit
package/ligpgme: don't use :=, use += and subst
authorYann E. MORIN <[email protected]>
Sat, 26 Oct 2019 08:45:56 +0000 (10:45 +0200)
committerArnout Vandecappelle (Essensium/Mind) <[email protected]>
Sun, 27 Oct 2019 09:35:06 +0000 (10:35 +0100)
commita222e5b58667646b7c390732f938873e378aa069
tree1eefd8bb9eaa96b833fe172139c92b976d371380
parentd9bf7d31189d3f18b48ea65e2f4c70b2b72057a3
package/ligpgme: don't use :=, use += and subst

This makes it more in-line with how we handle such case in the
rest of Buildroot.

Also, move the variable assignment before its use. Even though
in a makefile that does not matter, it makes it cleaner, more
logical, and easier to follow (for us mere humans).

Signed-off-by: Yann E. MORIN <[email protected]>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <[email protected]>
package/libgpgme/libgpgme.mk
This page took 0.033252 seconds and 4 git commands to generate.