]> 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>
Fri, 10 Nov 2017 14:44:31 +0000 (14:44 +0000)
commit77375b50e23555c3a2d24f2b41771e4d43c5b026
treee8519fdd0bed568467c1868078b296a01746a87b
parentf832f57ba9f6babb946fbde580004acfd85667e1
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>
meta/recipes-connectivity/dhcp/dhcp.inc