diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2015-06-11 16:29:10 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-06-17 22:36:11 +0200 |
commit | 51a6b8153ee298bec6ec96d64f2cffce4ed260fd (patch) | |
tree | 4626270bb4f0b63b50d0f930e929f9a809ec3563 | |
parent | 19af043f587467cbe2597586151f8f4c1b4b4013 (diff) | |
download | meta-openembedded-51a6b8153ee298bec6ec96d64f2cffce4ed260fd.tar.gz |
system-setup-keyboard: fix PN -> BPN for multilib
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
-rw-r--r-- | meta-oe/recipes-support/system-setup-keyboard/system-setup-keyboard_0.8.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/system-setup-keyboard/system-setup-keyboard_0.8.8.bb b/meta-oe/recipes-support/system-setup-keyboard/system-setup-keyboard_0.8.8.bb index d2199c2cf..8e913c4a4 100644 --- a/meta-oe/recipes-support/system-setup-keyboard/system-setup-keyboard_0.8.8.bb +++ b/meta-oe/recipes-support/system-setup-keyboard/system-setup-keyboard_0.8.8.bb | |||
@@ -26,4 +26,4 @@ do_install() { | |||
26 | touch ${D}/etc/X11/xorg.conf.d/00-system-setup-keyboard.conf | 26 | touch ${D}/etc/X11/xorg.conf.d/00-system-setup-keyboard.conf |
27 | } | 27 | } |
28 | 28 | ||
29 | FILES_${PN} += "${systemd_unitdir}/system/${PN}.service" | 29 | FILES_${PN} += "${systemd_unitdir}/system/${BPN}.service" |