diff options
| author | e-ruei1@ti.com <e-ruei1@ti.com> | 2016-03-02 05:35:00 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2016-03-02 22:20:46 -0500 |
| commit | 06153e9c190bc96a1f0897a3041e03bc90c02316 (patch) | |
| tree | 49081550fba0da2141a3554ffa0edff2979da9ef /recipes-graphics | |
| parent | 3ceebfaf5f0828a173da66e48a5a562634e79470 (diff) | |
| download | meta-ti-06153e9c190bc96a1f0897a3041e03bc90c02316.tar.gz | |
omap5-sgx-ddk-um-linux: Add plugins list
Signed-off-by: Eric Ruei <e-ruei1@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
| -rw-r--r-- | recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb index d6d457d9..3ee0ac7d 100644 --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb | |||
| @@ -19,7 +19,7 @@ INITSCRIPT_PARAMS = "defaults 8" | |||
| 19 | 19 | ||
| 20 | inherit update-rc.d | 20 | inherit update-rc.d |
| 21 | 21 | ||
| 22 | PR = "r5" | 22 | PR = "r6" |
| 23 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" | 23 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" |
| 24 | 24 | ||
| 25 | RDEPENDS_${PN} += "libdrm libudev libgbm wayland libffi libdrm-omap" | 25 | RDEPENDS_${PN} += "libdrm libudev libgbm wayland libffi libdrm-omap" |
| @@ -41,6 +41,12 @@ FILES_${PN} += " ${libdir}/*" | |||
| 41 | FILES_${PN} += "${includedir}/*" | 41 | FILES_${PN} += "${includedir}/*" |
| 42 | FILES_${PN} += "${sysconfdir}/*" | 42 | FILES_${PN} += "${sysconfdir}/*" |
| 43 | 43 | ||
| 44 | PACKAGES =+ "${PN}-plugins" | ||
| 45 | FILES_${PN}-plugins = "${libdir}/libsrv_init.so ${libdir}/libsrv_um.so ${libdir}/libglslcompiler.so ${libdir}/libGLESv2.so ${libdir}/libpvrDRMWSEGL.so ${libdir}/libpvrGBMWSEGL.so ${libdir}/libpvrws_WAYLAND.so" | ||
| 46 | RDEPENDS_${PN} += "${PN}-plugins" | ||
| 47 | |||
| 48 | ALLOW_EMPTY_${PN}-plugins = "1" | ||
| 49 | |||
| 44 | INHIBIT_PACKAGE_STRIP = "1" | 50 | INHIBIT_PACKAGE_STRIP = "1" |
| 45 | 51 | ||
| 46 | INSANE_SKIP_${PN} += "dev-so ldflags useless-rpaths" | 52 | INSANE_SKIP_${PN} += "dev-so ldflags useless-rpaths" |
