Skip to content

Commit

Permalink
gstreamer1.0-plugins-webos=4-r2
Browse files Browse the repository at this point in the history
:Release Notes:
remove the unused features in build script

:Detailed Notes:
gstreamer1.0-plugins-webos: submissions/3..submissions/4
6c7a6d4 reconfig build script

:Testing Performed:
Build Successful.

:QA Notes:
N/A

:Issues Addressed:
[WRP-12166] CCC: gstreamer1.0-plugins-webos=4-r2
[WRP-11685] integrate unifiedsinkbin on webOS OSE

Cherry-picked-from-commit: a9fa365
Cherry-picked-from-branch:
  • Loading branch information
micomx authored and jaekyu-lee committed Apr 25, 2023
1 parent da0a493 commit 27c1bab
Showing 1 changed file with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ AUTHOR = "DongJoo Kim <[email protected]>"
LICENSE = "LGPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d"

PR = "r1"
DEPENDS += "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad pmloglib libxml2"
PR = "r2"
DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad pmloglib libxml2"

inherit gobject-introspection

Expand All @@ -22,14 +22,11 @@ inherit webos_machine_actual_dep
inherit webos_public_repo

WEBOS_REPO_NAME = "gst-plugins-webos"
WEBOS_MACHINE ?= "${MACHINE}"
SRC_URI = "${WEBOSOSE_GIT_REPO_COMPLETE}"

WEBOS_VERSION = "1.18.2-3_4f23a4d595c67f685e3a616b338890dbcdc21768"

INHIBIT_PACKAGE_STRIP = "1"
WEBOS_VERSION = "1.18.2-4_3a2d2ffe333c172d1d936f790d25a034add0ab59"

EXTRA_OEMESON = "\
-Ddoc=disabled \
-Dmachine=${WEBOS_MACHINE} \
-Dmachine=${MACHINE} \
"

0 comments on commit 27c1bab

Please sign in to comment.