diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-05-22 16:22:49 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-11-21 10:43:43 -0600 |
| commit | b6a1a510964507feb4d2393abcdac4b8d3545c22 (patch) | |
| tree | fecbb4550c0e298b802d62a52866b596d604234e | |
| parent | 661ee988c5cf2073d277c56aa98f55f7baf56c63 (diff) | |
| download | meta-xilinx-b6a1a510964507feb4d2393abcdac4b8d3545c22.tar.gz | |
vdu-ctrlsw: Rename from libvdu-ctrlsw
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -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 25acc5d2..bc60b0ac 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 08d152d2..2cacf832 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 | ||
