diff options
Diffstat (limited to 'meta-oe/recipes-extended/linuxconsole')
-rw-r--r-- | meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb b/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb index 5716817e95..4911cebd16 100644 --- a/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb +++ b/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb | |||
@@ -21,7 +21,7 @@ SRC_URI = "\ | |||
21 | 21 | ||
22 | SRC_URI[sha256sum] = "bd4d4b7e37da02fc67e47ddf20b6f1243c0a7af7b02b918d5e72138ea8727547" | 22 | SRC_URI[sha256sum] = "bd4d4b7e37da02fc67e47ddf20b6f1243c0a7af7b02b918d5e72138ea8727547" |
23 | 23 | ||
24 | S = "${WORKDIR}/linuxconsoletools-${PV}" | 24 | S = "${UNPACKDIR}/linuxconsoletools-${PV}" |
25 | 25 | ||
26 | inherit systemd pkgconfig | 26 | inherit systemd pkgconfig |
27 | 27 | ||
@@ -35,7 +35,7 @@ SYSTEMD_AUTO_ENABLE:inputattach = "enable" | |||
35 | PROVIDES += "joystick" | 35 | PROVIDES += "joystick" |
36 | 36 | ||
37 | PACKAGECONFIG ??= "sdl" | 37 | PACKAGECONFIG ??= "sdl" |
38 | PACKAGECONFIG[sdl] = ",,libsdl2" | 38 | PACKAGECONFIG[sdl] = ",,virtual/libsdl2" |
39 | 39 | ||
40 | do_compile() { | 40 | do_compile() { |
41 | if ! ${@bb.utils.contains('PACKAGECONFIG', 'sdl', 'true', 'false', d)}; then | 41 | if ! ${@bb.utils.contains('PACKAGECONFIG', 'sdl', 'true', 'false', d)}; then |
@@ -50,11 +50,11 @@ do_compile() { | |||
50 | do_install() { | 50 | do_install() { |
51 | oe_runmake install | 51 | oe_runmake install |
52 | 52 | ||
53 | install -Dm 0644 ${WORKDIR}/51-these-are-not-joysticks-rm.rules ${D}${nonarch_base_libdir}/udev/rules.d/51-these-are-not-joysticks-rm.rules | 53 | install -Dm 0644 ${UNPACKDIR}/51-these-are-not-joysticks-rm.rules ${D}${nonarch_base_libdir}/udev/rules.d/51-these-are-not-joysticks-rm.rules |
54 | install -Dm 0644 ${WORKDIR}/60-joystick.rules ${D}${nonarch_base_libdir}/udev/rules.d/60-joystick.rules | 54 | install -Dm 0644 ${UNPACKDIR}/60-joystick.rules ${D}${nonarch_base_libdir}/udev/rules.d/60-joystick.rules |
55 | 55 | ||
56 | install -Dm 0644 ${WORKDIR}/inputattach.service ${D}${systemd_system_unitdir}/inputattach.service | 56 | install -Dm 0644 ${UNPACKDIR}/inputattach.service ${D}${systemd_system_unitdir}/inputattach.service |
57 | install -Dm 0755 ${WORKDIR}/inputattachctl ${D}${bindir}/inputattachctl | 57 | install -Dm 0755 ${UNPACKDIR}/inputattachctl ${D}${bindir}/inputattachctl |
58 | } | 58 | } |
59 | 59 | ||
60 | PACKAGES += "inputattach joystick-jscal joystick" | 60 | PACKAGES += "inputattach joystick-jscal joystick" |