diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-05-22 16:22:49 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-05-28 14:27:00 -0600 |
| commit | e896296df02e65c39f607acf6d952d4779cd889e (patch) | |
| tree | 87ef0c2208a1a30a0214c36c3483ce08564a8d40 /meta-xilinx-multimedia | |
| parent | 11893a10eaf80e68cafb43df3f2a72b9e8984db2 (diff) | |
| download | meta-xilinx-e896296df02e65c39f607acf6d952d4779cd889e.tar.gz | |
vdu-ctrlsw: Rename from libvdu-ctrlsw
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-multimedia')
| -rw-r--r-- | meta-xilinx-multimedia/recipes-multimedia/vdu/libvdu-omxil_1.1.2-xilinx-v2024.1.bb | 4 | ||||
| -rw-r--r-- | meta-xilinx-multimedia/recipes-multimedia/vdu/vdu-ctrlsw_1.0.79-xilinx-v2024.1.bb (renamed from meta-xilinx-multimedia/recipes-multimedia/vdu/libvdu-ctrlsw_1.0.79-xilinx-v2024.1.bb) | 9 |
2 files changed, 10 insertions, 3 deletions
diff --git a/meta-xilinx-multimedia/recipes-multimedia/vdu/libvdu-omxil_1.1.2-xilinx-v2024.1.bb b/meta-xilinx-multimedia/recipes-multimedia/vdu/libvdu-omxil_1.1.2-xilinx-v2024.1.bb index 48a6c544..e9ed0376 100644 --- a/meta-xilinx-multimedia/recipes-multimedia/vdu/libvdu-omxil_1.1.2-xilinx-v2024.1.bb +++ b/meta-xilinx-multimedia/recipes-multimedia/vdu/libvdu-omxil_1.1.2-xilinx-v2024.1.bb | |||
| @@ -21,8 +21,8 @@ REQUIRED_MACHINE_FEATURES = "vdu" | |||
| 21 | 21 | ||
| 22 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 22 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 23 | 23 | ||
| 24 | DEPENDS = "libvdu-ctrlsw" | 24 | DEPENDS = "vdu-ctrlsw" |
| 25 | RDEPENDS:${PN} = "kernel-module-vdu libvdu-ctrlsw" | 25 | RDEPENDS:${PN} = "libvdu-ctrlsw" |
| 26 | 26 | ||
| 27 | EXTERNAL_INCLUDE="${STAGING_INCDIR}/vdu-ctrl-sw/include" | 27 | EXTERNAL_INCLUDE="${STAGING_INCDIR}/vdu-ctrl-sw/include" |
| 28 | 28 | ||
diff --git a/meta-xilinx-multimedia/recipes-multimedia/vdu/libvdu-ctrlsw_1.0.79-xilinx-v2024.1.bb b/meta-xilinx-multimedia/recipes-multimedia/vdu/vdu-ctrlsw_1.0.79-xilinx-v2024.1.bb index 7dfaf20b..6b7a4f6a 100644 --- a/meta-xilinx-multimedia/recipes-multimedia/vdu/libvdu-ctrlsw_1.0.79-xilinx-v2024.1.bb +++ b/meta-xilinx-multimedia/recipes-multimedia/vdu/vdu-ctrlsw_1.0.79-xilinx-v2024.1.bb | |||
| @@ -1,8 +1,11 @@ | |||
| 1 | SUMMARY = "Control Software for VDU" | 1 | SUMMARY = "Control Software for VDU" |
| 2 | DESCRIPTION = "Control software libraries, test applications and headers provider for VDU" | 2 | DESCRIPTION = "Control software libraries, test applications and headers provider for VDU deconder software API" |
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=002a0a92906100955ea6ed02dcd2c2cd" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=002a0a92906100955ea6ed02dcd2c2cd" |
| 5 | 5 | ||
| 6 | # Recipe has been renamed | ||
| 7 | PROVIDES += "libvdu-ctrlsw" | ||
| 8 | |||
| 6 | PV .= "+git" | 9 | PV .= "+git" |
| 7 | 10 | ||
| 8 | BRANCH ?= "xlnx_rel_v2024.1" | 11 | BRANCH ?= "xlnx_rel_v2024.1" |
| @@ -22,6 +25,7 @@ REQUIRED_MACHINE_FEATURES = "vdu" | |||
| 22 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 25 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 23 | 26 | ||
| 24 | RDEPENDS:${PN} = "kernel-module-vdu" | 27 | RDEPENDS:${PN} = "kernel-module-vdu" |
| 28 | RDEPENDS:libvdu-ctrlsw = "kernel-module-vdu" | ||
| 25 | 29 | ||
| 26 | do_compile[dirs] = "${S}" | 30 | do_compile[dirs] = "${S}" |
| 27 | do_install[dirs] = "${S}" | 31 | do_install[dirs] = "${S}" |
| @@ -34,6 +38,9 @@ do_install:append() { | |||
| 34 | oe_libinstall -C ${S}/bin/ -so liballegro_decode ${D}/${libdir}/ | 38 | oe_libinstall -C ${S}/bin/ -so liballegro_decode ${D}/${libdir}/ |
| 35 | } | 39 | } |
| 36 | 40 | ||
| 41 | PACKAGES =+ "libvdu-ctrlsw" | ||
| 42 | FILES:libvdu-ctrlsw += "${libdir}/liballegro*.so.*" | ||
| 43 | |||
| 37 | # These libraries shouldn't get installed in world builds unless something | 44 | # These libraries shouldn't get installed in world builds unless something |
| 38 | # explicitly depends upon them. | 45 | # explicitly depends upon them. |
| 39 | 46 | ||
