aboutsummaryrefslogtreecommitdiffstats
path: root/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst-sdk-target.bb
blob: bed3e184507503f94388af8de91ab76224fe64e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Task to build and install header and libs in sdk"
LICENSE = "MIT"
PR = "r5"

inherit packagegroup

RDEPENDS_${PN} = "\
    gstreamer-dev \
    gst-plugins-base-dev \
    gst-plugins-good-dev \
    gst-plugins-bad-dev \
    gst-ffmpeg-dev \
"