diff options
Diffstat (limited to 'recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb')
-rw-r--r-- | recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb b/recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb index 87d05365c..23af68280 100644 --- a/recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb +++ b/recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb | |||
@@ -9,6 +9,8 @@ SRC_URI = "\ | |||
9 | file://mesa-etnaviv.sh \ | 9 | file://mesa-etnaviv.sh \ |
10 | " | 10 | " |
11 | 11 | ||
12 | S = "${UNPACKDIR}" | ||
13 | |||
12 | do_configure[noexec] = "1" | 14 | do_configure[noexec] = "1" |
13 | do_compile[noexec] = "1" | 15 | do_compile[noexec] = "1" |
14 | 16 | ||
@@ -17,13 +19,13 @@ do_install:use-mainline-bsp() { | |||
17 | 19 | ||
18 | # systemd | 20 | # systemd |
19 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 21 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
20 | install -D -m 644 ${WORKDIR}/mesa-etnaviv.conf \ | 22 | install -D -m 644 ${UNPACKDIR}/mesa-etnaviv.conf \ |
21 | ${D}${sysconfdir}/systemd/system.conf.d/mesa-etnaviv.conf | 23 | ${D}${sysconfdir}/systemd/system.conf.d/mesa-etnaviv.conf |
22 | fi | 24 | fi |
23 | 25 | ||
24 | # sysvinit | 26 | # sysvinit |
25 | if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then | 27 | if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then |
26 | install -D -m 644 ${WORKDIR}/mesa-etnaviv.sh \ | 28 | install -D -m 644 ${UNPACKDIR}/mesa-etnaviv.sh \ |
27 | ${D}${sysconfdir}/profile.d/mesa-etnaviv.sh | 29 | ${D}${sysconfdir}/profile.d/mesa-etnaviv.sh |
28 | fi | 30 | fi |
29 | } | 31 | } |