summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/wayland/waylandpp_1.0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/wayland/waylandpp_1.0.1.bb b/meta-oe/recipes-graphics/wayland/waylandpp_1.0.1.bb
index 7ea9f3ffec..485915db35 100644
--- a/meta-oe/recipes-graphics/wayland/waylandpp_1.0.1.bb
+++ b/meta-oe/recipes-graphics/wayland/waylandpp_1.0.1.bb
@@ -3,7 +3,7 @@ LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=3aae28cc66d61975114c2b14df215407" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=3aae28cc66d61975114c2b14df215407"
4 4
5SRC_URI = " \ 5SRC_URI = " \
6 git://github.com/NilsBrause/waylandpp.git;protocol=https;branch=1.0.x \ 6 git://github.com/NilsBrause/waylandpp.git;protocol=https;tag=${PV};branch=1.0.x \
7" 7"
8 8
9DEPENDS = "pugixml" 9DEPENDS = "pugixml"