summaryrefslogtreecommitdiffstats
path: root/sample
diff options
context:
space:
mode:
Diffstat (limited to 'sample')
-rw-r--r--sample/camera_git.bb (renamed from sample/camapp_git.bb)7
1 files changed, 2 insertions, 5 deletions
diff --git a/sample/camapp_git.bb b/sample/camera_git.bb
index 6dffeab..89f6e2a 100644
--- a/sample/camapp_git.bb
+++ b/sample/camera_git.bb
@@ -6,8 +6,8 @@ SECTION = "apps"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
-SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/als-meter-demo;protocol=https;branch=master"
-SRCREV = "9457d3ebf0fd63f63f5d8abdd570868c0298a92f"
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/als-meter-demo;protocol=https;branch=sandbox/zheng_wenlong/camapp"
+SRCREV = "${AUTOREV}"
PV = "1.0+git${SRCPV}"
S = "${WORKDIR}/git"
@@ -15,7 +15,4 @@ S = "${WORKDIR}/git"
# build-time dependencies
DEPENDS += "qtquickcontrols2 opencv"
-# runtime dependencies
-RDEPENDS_${PN} += "agl-service-steering-wheel"
-
inherit qmake5 aglwgt