aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-yocto-ivi/packagegroups/packagegroup-specific-component-p1.bb
blob: 731813b6780f17d39a507fedfafdf350f4a14833 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
DESCRIPTION = "GENIVI P1 Specific components (SC)"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${IVI_COREBASE}/meta-ivi/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PR = "r0"

inherit packagegroup

PACKAGES = "\
    packagegroup-specific-component-p1 \
    "

ALLOW_EMPTY_${PN} = "1"


RDEPENDS_${PN} += "\
    kernel-modules \
    audiomanager \
    dlt-daemon \
    dlt-daemon-systemd \
    alsa-lib  \
    alsa-utils \
    connman \
    curl \
    dbus \
    ecryptfs-utils \
    fuse \
    gstreamer \
    gst-plugins-good \
    gst-plugins-base \
    libusb1 \
    node-startup-controller \
    openssl \
    quota \
    sqlite3 \
    udev \
    wpa-supplicant \
    "