diff options
author | 2018-11-21 11:05:40 +0900 | |
---|---|---|
committer | 2018-11-21 11:05:40 +0900 | |
commit | 5b530ac0e2ec4abe54a2c64274b36b480ed13e25 (patch) | |
tree | 21124b5c278b097c13d71b08d59816d2ccad2d96 /sample | |
parent | ca756b3f04bb2cb89e0f1f19e197dfa6a809be8d (diff) |
change camera sizesandbox/zheng_wenlong/camapp
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 |