X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=meta-agl-profile-core%2Frecipes-apis%2Fagl-service-radio%2Fagl-service-radio_git.bb;h=b8f48ed7ebe4ba055bfb80d26bb7f3c828743865;hb=dff27e5e690b98c5299b1f2fc1c74a7665f2ccdc;hp=34f734a5c1a1aaee37e8969b48c8db67f94c7451;hpb=ad34efe7bc84ae83af9e08695f633e8792130707;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-profile-core/recipes-apis/agl-service-radio/agl-service-radio_git.bb b/meta-agl-profile-core/recipes-apis/agl-service-radio/agl-service-radio_git.bb index 34f734a5c..b8f48ed7e 100644 --- a/meta-agl-profile-core/recipes-apis/agl-service-radio/agl-service-radio_git.bb +++ b/meta-agl-profile-core/recipes-apis/agl-service-radio/agl-service-radio_git.bb @@ -8,15 +8,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984 \ PV = "1.0+git${SRCPV}" -SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/agl-service-radio;protocol=https;branch=${AGL_BRANCH}" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-radio;protocol=https;branch=${AGL_BRANCH}" SRCREV = "${AGL_APP_REVISION}" S = "${WORKDIR}/git" # build-time dependencies -DEPENDS = "rtl-sdr glib-2.0 gstreamer1.0" -DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-audio-4a-framework', '' , 'pulseaudio', d)}" +DEPENDS = "rtl-sdr glib-2.0 gstreamer1.0 libusb-compat" inherit cmake aglwgt pkgconfig - -EXTRA_OECMAKE += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-audio-4a-framework', '-DHAVE_4A_FRAMEWORK=1' , '', d)}"