diff options
| -rw-r--r-- | dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb | 7 | ||||
| -rw-r--r-- | recipes-bsp/ddr-phy/ddr-phy_git.bb | 9 | ||||
| -rw-r--r-- | recipes-bsp/inphi/inphi_git.bb | 5 | ||||
| -rw-r--r-- | recipes-bsp/ls2-phy/ls2-phy_git.bb | 7 | ||||
| -rw-r--r-- | recipes-bsp/mxsldr/mxsldr_git.bb | 9 | ||||
| -rw-r--r-- | recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb | 4 | ||||
| -rw-r--r-- | recipes-devtools/devregs/devregs_git.bb | 8 | ||||
| -rw-r--r-- | recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb | 8 | ||||
| -rw-r--r-- | recipes-devtools/stb/stb_git.bb | 4 | ||||
| -rw-r--r-- | recipes-extended/dpdk/dpdk_22.11.bb | 2 | ||||
| -rw-r--r-- | recipes-multimedia/gstreamer/gst-examples_1.26.6.bb | 2 |
11 files changed, 41 insertions, 24 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb b/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb index 53573d39d..4c9620f91 100644 --- a/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb +++ b/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb | |||
| @@ -1,16 +1,17 @@ | |||
| 1 | SUMMARY = "NXP UTP protocol command-line tool" | ||
| 1 | DESCRIPTION = "Tool used to send commands to hardware via NXP's UTP protocol" | 2 | DESCRIPTION = "Tool used to send commands to hardware via NXP's UTP protocol" |
| 2 | HOMEPAGE = "https://github.com/Freescale/utp_com" | 3 | HOMEPAGE = "https://github.com/Freescale/utp_com" |
| 4 | SECTION = "devel" | ||
| 3 | LICENSE = "GPL-2.0-only" | 5 | LICENSE = "GPL-2.0-only" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022" |
| 5 | 7 | ||
| 6 | DEPENDS = "sg3-utils" | 8 | DEPENDS = "sg3-utils" |
| 7 | 9 | ||
| 8 | SRCREV = "dee512ced1e9367d223d22f10797fbf9aeacfab6" | 10 | PV = "1.0+git${SRCPV}" |
| 9 | SRC_URI = "\ | 11 | SRC_URI = "\ |
| 10 | git://github.com/Freescale/utp_com;protocol=https;branch=master \ | 12 | git://github.com/Freescale/utp_com;protocol=https;branch=master \ |
| 11 | " | 13 | " |
| 12 | 14 | SRCREV = "dee512ced1e9367d223d22f10797fbf9aeacfab6" | |
| 13 | PV = "1.0+git${SRCPV}" | ||
| 14 | 15 | ||
| 15 | do_configure[noexec] = "1" | 16 | do_configure[noexec] = "1" |
| 16 | 17 | ||
diff --git a/recipes-bsp/ddr-phy/ddr-phy_git.bb b/recipes-bsp/ddr-phy/ddr-phy_git.bb index ad2373dfd..5e7126e56 100644 --- a/recipes-bsp/ddr-phy/ddr-phy_git.bb +++ b/recipes-bsp/ddr-phy/ddr-phy_git.bb | |||
| @@ -1,17 +1,19 @@ | |||
| 1 | SUMMARY = "DDR firmware repository" | 1 | SUMMARY = "DDR firmware repository" |
| 2 | DESCRIPTION = "DDR PHY training firmware binaries for NXP LX2160A/LX2162A SoCs" | ||
| 2 | HOMEPAGE = "https://github.com/nxp/ddr-phy-binary" | 3 | HOMEPAGE = "https://github.com/nxp/ddr-phy-binary" |
| 4 | SECTION = "firmware" | ||
| 3 | LICENSE = "NXP-Binary-EULA" | 5 | LICENSE = "NXP-Binary-EULA" |
| 4 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=89cc852481956e861228286ac7430d74" | 6 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=89cc852481956e861228286ac7430d74" |
| 5 | 7 | ||
| 6 | inherit deploy | 8 | inherit deploy |
| 7 | 9 | ||
| 10 | DEPENDS += "qoriq-atf-tools-native" | ||
| 11 | |||
| 8 | SRC_URI = "git://github.com/nxp/ddr-phy-binary.git;nobranch=1;protocol=https" | 12 | SRC_URI = "git://github.com/nxp/ddr-phy-binary.git;nobranch=1;protocol=https" |
| 9 | SRCREV = "fbc036b88acb6c06ffed02c898cbae9856ec75ba" | 13 | SRCREV = "fbc036b88acb6c06ffed02c898cbae9856ec75ba" |
| 10 | 14 | ||
| 11 | REGLEX = "lx2160a" | 15 | REGLEX = "lx2160a" |
| 12 | 16 | ||
| 13 | DEPENDS += "qoriq-atf-tools-native" | ||
| 14 | |||
| 15 | do_compile() { | 17 | do_compile() { |
| 16 | cd ${S}/${REGLEX} | 18 | cd ${S}/${REGLEX} |
| 17 | fiptool create --ddr-immem-udimm-1d ddr4_pmu_train_imem.bin \ | 19 | fiptool create --ddr-immem-udimm-1d ddr4_pmu_train_imem.bin \ |
| @@ -36,8 +38,9 @@ do_deploy () { | |||
| 36 | } | 38 | } |
| 37 | addtask deploy before do_populate_sysroot after do_install | 39 | addtask deploy before do_populate_sysroot after do_install |
| 38 | 40 | ||
| 41 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 42 | |||
| 39 | PACKAGES += "${PN}-image" | 43 | PACKAGES += "${PN}-image" |
| 40 | FILES:${PN}-image += "/boot" | 44 | FILES:${PN}-image += "/boot" |
| 41 | 45 | ||
| 42 | COMPATIBLE_MACHINE = "(lx2160a|lx2162a)" | 46 | COMPATIBLE_MACHINE = "(lx2160a|lx2162a)" |
| 43 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
diff --git a/recipes-bsp/inphi/inphi_git.bb b/recipes-bsp/inphi/inphi_git.bb index f87511885..9c8046b7c 100644 --- a/recipes-bsp/inphi/inphi_git.bb +++ b/recipes-bsp/inphi/inphi_git.bb | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | SUMMARY = "Firmwares and Standalone Applications" | 1 | SUMMARY = "Firmwares and Standalone Applications" |
| 2 | DESCRIPTION = "Inphi IN112525 PHY microcode firmware for NXP QorIQ platforms" | ||
| 2 | HOMEPAGE = "https://github.com/nxp/qoriq-firmware-inphi" | 3 | HOMEPAGE = "https://github.com/nxp/qoriq-firmware-inphi" |
| 4 | SECTION = "firmware" | ||
| 3 | LICENSE = "NXP-Binary-EULA" | 5 | LICENSE = "NXP-Binary-EULA" |
| 4 | LIC_FILES_CHKSUM = "file://EULA.txt;md5=86d76166990962fa552f840ff08e5798" | 6 | LIC_FILES_CHKSUM = "file://EULA.txt;md5=86d76166990962fa552f840ff08e5798" |
| 5 | 7 | ||
| @@ -19,8 +21,9 @@ do_deploy () { | |||
| 19 | } | 21 | } |
| 20 | addtask deploy before do_build after do_install | 22 | addtask deploy before do_build after do_install |
| 21 | 23 | ||
| 24 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 25 | |||
| 22 | PACKAGES += "${PN}-image" | 26 | PACKAGES += "${PN}-image" |
| 23 | FILES:${PN}-image += "/boot" | 27 | FILES:${PN}-image += "/boot" |
| 24 | 28 | ||
| 25 | COMPATIBLE_MACHINE = "(qoriq-arm64)" | 29 | COMPATIBLE_MACHINE = "(qoriq-arm64)" |
| 26 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
diff --git a/recipes-bsp/ls2-phy/ls2-phy_git.bb b/recipes-bsp/ls2-phy/ls2-phy_git.bb index 71cca21db..4a6e5ea87 100644 --- a/recipes-bsp/ls2-phy/ls2-phy_git.bb +++ b/recipes-bsp/ls2-phy/ls2-phy_git.bb | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | SUMMARY = "Firmwares and Standalone Applications" | 1 | SUMMARY = "Firmwares and Standalone Applications" |
| 2 | DESCRIPTION = "Cortina PHY firmware and standalone applications for NXP QorIQ platforms" | ||
| 2 | HOMEPAGE = "https://github.com/nxp/qoriq-firmware-cortina" | 3 | HOMEPAGE = "https://github.com/nxp/qoriq-firmware-cortina" |
| 4 | SECTION = "firmware" | ||
| 3 | LICENSE = "NXP-Binary-EULA" | 5 | LICENSE = "NXP-Binary-EULA" |
| 4 | LIC_FILES_CHKSUM = "file://EULA.txt;md5=86d76166990962fa552f840ff08e5798" | 6 | LIC_FILES_CHKSUM = "file://EULA.txt;md5=86d76166990962fa552f840ff08e5798" |
| 5 | 7 | ||
| @@ -10,7 +12,7 @@ SRCREV = "9143c2a3adede595966583c00ca4edc99ec698cf" | |||
| 10 | 12 | ||
| 11 | do_install () { | 13 | do_install () { |
| 12 | install -d ${D}/boot | 14 | install -d ${D}/boot |
| 13 | cp -fr ${S}/* ${D}/boot | 15 | install -m 0644 ${S}/* ${D}/boot |
| 14 | } | 16 | } |
| 15 | 17 | ||
| 16 | do_deploy () { | 18 | do_deploy () { |
| @@ -19,9 +21,10 @@ do_deploy () { | |||
| 19 | } | 21 | } |
| 20 | addtask deploy before do_build after do_install | 22 | addtask deploy before do_build after do_install |
| 21 | 23 | ||
| 24 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 25 | |||
| 22 | PACKAGES += "${PN}-image" | 26 | PACKAGES += "${PN}-image" |
| 23 | FILES:${PN}-image += "/boot" | 27 | FILES:${PN}-image += "/boot" |
| 24 | 28 | ||
| 25 | COMPATIBLE_MACHINE = "(qoriq)" | 29 | COMPATIBLE_MACHINE = "(qoriq)" |
| 26 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 27 | 30 | ||
diff --git a/recipes-bsp/mxsldr/mxsldr_git.bb b/recipes-bsp/mxsldr/mxsldr_git.bb index 3e6203624..f6ba313da 100644 --- a/recipes-bsp/mxsldr/mxsldr_git.bb +++ b/recipes-bsp/mxsldr/mxsldr_git.bb | |||
| @@ -1,18 +1,19 @@ | |||
| 1 | # Copyright (C) 2012 O.S. Systems Software LTDA. | 1 | # Copyright (C) 2012 O.S. Systems Software LTDA. |
| 2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
| 3 | 3 | ||
| 4 | SUMMARY = "i.MX233/i.MX28 USB loader" | ||
| 4 | DESCRIPTION = "Freescale i.MX233/i.MX28 USB loader" | 5 | DESCRIPTION = "Freescale i.MX233/i.MX28 USB loader" |
| 5 | HOMEPAGE = "https://source.denx.de/denx/mxsldr" | 6 | HOMEPAGE = "https://source.denx.de/denx/mxsldr" |
| 6 | DEPENDS = "libusb1" | 7 | SECTION = "devel" |
| 7 | LICENSE = "GPL-2.0-or-later" | 8 | LICENSE = "GPL-2.0-or-later" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 10 | DEPENDS = "libusb1" | ||
| 9 | 11 | ||
| 10 | SRCREV = "c40d80472525e1d57dae5317c028b745968c0399" | 12 | PV = "0.0.0+git${SRCPV}" |
| 11 | SRC_URI = "git://source.denx.de/denx/mxsldr.git;branch=master;protocol=https \ | 13 | SRC_URI = "git://source.denx.de/denx/mxsldr.git;branch=master;protocol=https \ |
| 12 | file://0001-Do-not-ignore-OE-cflags-and-ldflags.patch \ | 14 | file://0001-Do-not-ignore-OE-cflags-and-ldflags.patch \ |
| 13 | " | 15 | " |
| 14 | 16 | SRCREV = "c40d80472525e1d57dae5317c028b745968c0399" | |
| 15 | PV = "0.0.0+git${SRCPV}" | ||
| 16 | 17 | ||
| 17 | inherit pkgconfig | 18 | inherit pkgconfig |
| 18 | 19 | ||
diff --git a/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb b/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb index 212062c09..f01939adc 100644 --- a/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb +++ b/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | SUMMARY = "PPFE Linux firmware" | 1 | SUMMARY = "PPFE Linux firmware" |
| 2 | DESCRIPTION = "Packet Forwarding Engine (PFE) firmware binaries for NXP LS1012A SoCs" | ||
| 2 | HOMEPAGE = "https://github.com/NXP/qoriq-engine-pfe-bin" | 3 | HOMEPAGE = "https://github.com/NXP/qoriq-engine-pfe-bin" |
| 4 | SECTION = "firmware" | ||
| 3 | LICENSE = "NXP-Binary-EULA" | 5 | LICENSE = "NXP-Binary-EULA" |
| 4 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=92723670f432558b9e2494ed177d2a85" | 6 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=92723670f432558b9e2494ed177d2a85" |
| 5 | 7 | ||
| @@ -26,6 +28,8 @@ do_deploy () { | |||
| 26 | addtask deploy after do_install | 28 | addtask deploy after do_install |
| 27 | 29 | ||
| 28 | FILES:${PN} += "${nonarch_base_libdir}/firmware /boot/" | 30 | FILES:${PN} += "${nonarch_base_libdir}/firmware /boot/" |
| 31 | # Prebuilt firmware blobs: foreign target arch, already stripped. | ||
| 32 | # nooelint: oelint.vars.insaneskip | ||
| 29 | INSANE_SKIP:${PN} += "arch already-stripped" | 33 | INSANE_SKIP:${PN} += "arch already-stripped" |
| 30 | INHIBIT_PACKAGE_STRIP = "1" | 34 | INHIBIT_PACKAGE_STRIP = "1" |
| 31 | INHIBIT_SYSROOT_STRIP = "1" | 35 | INHIBIT_SYSROOT_STRIP = "1" |
diff --git a/recipes-devtools/devregs/devregs_git.bb b/recipes-devtools/devregs/devregs_git.bb index 6a8c97cf9..4ac89c43f 100644 --- a/recipes-devtools/devregs/devregs_git.bb +++ b/recipes-devtools/devregs/devregs_git.bb | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | DESCRIPTION = "i.MX Register tool" | 1 | SUMMARY = "i.MX register access tool" |
| 2 | DESCRIPTION = "Command-line tool to read and write i.MX SoC registers by name" | ||
| 2 | HOMEPAGE = "https://github.com/boundarydevices/devregs" | 3 | HOMEPAGE = "https://github.com/boundarydevices/devregs" |
| 3 | SECTION = "devel" | 4 | SECTION = "devel" |
| 4 | LICENSE = "GPL-2.0-only" | 5 | LICENSE = "GPL-2.0-only" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924" |
| 6 | 7 | ||
| 7 | SRCREV = "dcc3e3f26d3d867d5297a104dc32bd99f5e6fa71" | ||
| 8 | SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=https;branch=master" | ||
| 9 | |||
| 10 | PV = "1.0+${SRCPV}" | 8 | PV = "1.0+${SRCPV}" |
| 9 | SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=https;branch=master" | ||
| 10 | SRCREV = "dcc3e3f26d3d867d5297a104dc32bd99f5e6fa71" | ||
| 11 | 11 | ||
| 12 | inherit autotools | 12 | inherit autotools |
diff --git a/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb b/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb index ba6611707..1f8c95f86 100644 --- a/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb +++ b/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | DESCRIPTION = "i.MX/Vybrid recovery utility" | 1 | SUMMARY = "i.MX/Vybrid USB recovery utility" |
| 2 | DESCRIPTION = "Utility to load and run programs on i.MX/Vybrid SoCs over USB using the serial download protocol" | ||
| 2 | HOMEPAGE = "https://github.com/boundarydevices/imx_usb_loader" | 3 | HOMEPAGE = "https://github.com/boundarydevices/imx_usb_loader" |
| 3 | SECTION = "devel" | 4 | SECTION = "devel" |
| 4 | LICENSE = "LGPL-2.1-only" | 5 | LICENSE = "LGPL-2.1-only" |
| @@ -6,10 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | |||
| 6 | 7 | ||
| 7 | DEPENDS = "libusb1" | 8 | DEPENDS = "libusb1" |
| 8 | 9 | ||
| 9 | SRCREV = "f009770d841468204ab104bf7d3b0c5bc8425dbb" | ||
| 10 | SRC_URI = "git://github.com/boundarydevices/imx_usb_loader.git;protocol=https;branch=master" | ||
| 11 | |||
| 12 | PV = "1.0+${SRCPV}" | 10 | PV = "1.0+${SRCPV}" |
| 11 | SRC_URI = "git://github.com/boundarydevices/imx_usb_loader.git;protocol=https;branch=master" | ||
| 12 | SRCREV = "f009770d841468204ab104bf7d3b0c5bc8425dbb" | ||
| 13 | 13 | ||
| 14 | do_install () { | 14 | do_install () { |
| 15 | oe_runmake DESTDIR=${D} install | 15 | oe_runmake DESTDIR=${D} install |
diff --git a/recipes-devtools/stb/stb_git.bb b/recipes-devtools/stb/stb_git.bb index 5dde7c1c5..db165588b 100644 --- a/recipes-devtools/stb/stb_git.bb +++ b/recipes-devtools/stb/stb_git.bb | |||
| @@ -1,12 +1,14 @@ | |||
| 1 | SUMMARY = "single-file public domain (or MIT licensed) libraries for C/C++" | 1 | SUMMARY = "single-file public domain (or MIT licensed) libraries for C/C++" |
| 2 | DESCRIPTION = "Collection of single-file public domain (or MIT licensed) libraries for C/C++ covering image loading and writing, font rasterisation and more" | ||
| 2 | HOMEPAGE = "https://github.com/nothings/stb" | 3 | HOMEPAGE = "https://github.com/nothings/stb" |
| 4 | SECTION = "libs" | ||
| 3 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://stb.h;beginline=14418;endline=14433;md5=b10975d4c8155af1811ab611586f01d2" | 6 | LIC_FILES_CHKSUM = "file://stb.h;beginline=14418;endline=14433;md5=b10975d4c8155af1811ab611586f01d2" |
| 5 | 7 | ||
| 6 | PV = "0.0+git${SRCPV}" | 8 | PV = "0.0+git${SRCPV}" |
| 7 | 9 | ||
| 8 | SRCREV = "f67165c2bb2af3060ecae7d20d6f731173485ad0" | ||
| 9 | SRC_URI = "git://github.com/nothings/stb.git;protocol=https;branch=master" | 10 | SRC_URI = "git://github.com/nothings/stb.git;protocol=https;branch=master" |
| 11 | SRCREV = "f67165c2bb2af3060ecae7d20d6f731173485ad0" | ||
| 10 | 12 | ||
| 11 | do_install() { | 13 | do_install() { |
| 12 | install -d ${D}${includedir} | 14 | install -d ${D}${includedir} |
diff --git a/recipes-extended/dpdk/dpdk_22.11.bb b/recipes-extended/dpdk/dpdk_22.11.bb index cb729b8ea..6460c855a 100644 --- a/recipes-extended/dpdk/dpdk_22.11.bb +++ b/recipes-extended/dpdk/dpdk_22.11.bb | |||
| @@ -30,7 +30,7 @@ EXTRA_OEMESON = "\ | |||
| 30 | -Doptimization=3 \ | 30 | -Doptimization=3 \ |
| 31 | --cross-file ${S}/config/arm/arm64_poky_linux_gcc \ | 31 | --cross-file ${S}/config/arm/arm64_poky_linux_gcc \ |
| 32 | -Denable_driver_sdk=true \ | 32 | -Denable_driver_sdk=true \ |
| 33 | ${@bb.utils.contains('DISTRO_FEATURES', 'vpp', '-Dc_args="-Ofast -fPIC -ftls-model=local-dynamic"', '', d)} \ | 33 | ${@bb.utils.contains('DISTRO_FEATURES', 'vpp', '-Dc_args="-Ofast -fPIC -ftls-model=local-dynamic"', '', d)} \ |
| 34 | -Denable_examples_source_install=false \ | 34 | -Denable_examples_source_install=false \ |
| 35 | -Denable_apps=${DPDK_APPS} \ | 35 | -Denable_apps=${DPDK_APPS} \ |
| 36 | " | 36 | " |
diff --git a/recipes-multimedia/gstreamer/gst-examples_1.26.6.bb b/recipes-multimedia/gstreamer/gst-examples_1.26.6.bb index 29817d254..1a606ad48 100644 --- a/recipes-multimedia/gstreamer/gst-examples_1.26.6.bb +++ b/recipes-multimedia/gstreamer/gst-examples_1.26.6.bb | |||
| @@ -36,6 +36,6 @@ RDEPENDS:${PN} = "gstreamer1.0-plugins-base-playback" | |||
| 36 | RRECOMMENDS:${PN} = "gstreamer1.0-plugins-base-meta \ | 36 | RRECOMMENDS:${PN} = "gstreamer1.0-plugins-base-meta \ |
| 37 | gstreamer1.0-plugins-good-meta \ | 37 | gstreamer1.0-plugins-good-meta \ |
| 38 | gstreamer1.0-plugins-bad-meta \ | 38 | gstreamer1.0-plugins-bad-meta \ |
| 39 | ${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "gstreamer1.0-libav", "", d)} \ | 39 | ${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "gstreamer1.0-libav", "", d)} \ |
| 40 | ${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "gstreamer1.0-plugins-ugly-meta", "", d)}" | 40 | ${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "gstreamer1.0-plugins-ugly-meta", "", d)}" |
| 41 | RPROVIDES:${PN} += "gst-player gst-player-bin" | 41 | RPROVIDES:${PN} += "gst-player gst-player-bin" |
