]> code.ossystems Code Review - openembedded-core.git/commit
dhcp: use ${BPN} instead of ${PN} for user
authorDan Dedrick <dan.dedrick@gmail.com>
Wed, 8 Nov 2017 01:12:20 +0000 (20:12 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Dec 2017 17:14:32 +0000 (17:14 +0000)
commit69d1a48b403d588516cf149559169ee5a0d44b67
tree325d8ffaa1a9a73eeaf275efde5b9da71bfbf99e
parent809fda77324c5d4949b6490412f43d4bb95e4a94
dhcp: use ${BPN} instead of ${PN} for user

${PN} will include additional prefixes, such as lib32-, which are not
actually a part of the user that is being added. This was creating an unused
user and possibly missing the actually intended user. By using ${BPN} this
will remove all additional extra information and consistently be "dhcp".

Signed-off-by: Dan Dedrick <ddedrick@lexmark.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Armin Kuster <akuster@mvista.com>
meta/recipes-connectivity/dhcp/dhcp.inc