diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-11-20 23:40:21 -0800 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2018-11-21 17:56:52 +0200 |
| commit | b38a77938a40a340ab77aafc0fbde12fcded7e4c (patch) | |
| tree | 5834b171a33a8cb5af742bb1ec0f4f664ec205d9 /recipes-multimedia/omxplayer | |
| parent | e1ba4484c0135e12fbbd4b7bab00d9a15d5137f2 (diff) | |
| download | meta-raspberrypi-b38a77938a40a340ab77aafc0fbde12fcded7e4c.tar.gz | |
userland: Merge userland-nogl into userland itself
Control the installs via MACHINE_FEATURES and avoid almost duplicate
recipe
Adjust other recipes to depend on userland now
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-multimedia/omxplayer')
| -rw-r--r-- | recipes-multimedia/omxplayer/omxplayer_git.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb index 4ec0b24..f557207 100644 --- a/recipes-multimedia/omxplayer/omxplayer_git.bb +++ b/recipes-multimedia/omxplayer/omxplayer_git.bb | |||
| @@ -7,8 +7,7 @@ SECTION = "console/utils" | |||
| 7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 9 | 9 | ||
| 10 | DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl libssh libomxil coreutils-native curl-native" | 10 | DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl libssh libomxil coreutils-native curl-native userland" |
| 11 | DEPENDS += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", " userland-nogl", "", d)}" | ||
| 12 | 11 | ||
| 13 | PR = "r4" | 12 | PR = "r4" |
| 14 | 13 | ||
| @@ -105,5 +104,4 @@ FILES_${PN} = "${bindir}/omxplayer* \ | |||
| 105 | 104 | ||
| 106 | FILES_${PN}-dev += "${libdir}/omxplayer/*.so" | 105 | FILES_${PN}-dev += "${libdir}/omxplayer/*.so" |
| 107 | 106 | ||
| 108 | RDEPENDS_${PN} += "bash procps" | 107 | RDEPENDS_${PN} += "bash procps userland" |
| 109 | RDEPENDS_${PN} += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", " userland-nogl", "", d)}" | ||
