diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxext_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxi_git.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb b/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb index dca4c8bcd7..81f5709337 100644 --- a/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb +++ b/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb | |||
@@ -15,7 +15,7 @@ SRCREV = "209d83af61ed38a002c8096377deac292b3e396c" | |||
15 | PV = "0.0+git${SRCPV}" | 15 | PV = "0.0+git${SRCPV}" |
16 | PR = "r0" | 16 | PR = "r0" |
17 | 17 | ||
18 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git \ | 18 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate \ |
19 | file://fix-xcb.patch" | 19 | file://fix-xcb.patch" |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-graphics/xorg-lib/libxext_git.bb b/meta/recipes-graphics/xorg-lib/libxext_git.bb index 372f272394..b799186ef0 100644 --- a/meta/recipes-graphics/xorg-lib/libxext_git.bb +++ b/meta/recipes-graphics/xorg-lib/libxext_git.bb | |||
@@ -18,7 +18,7 @@ PV = "1.0.99.1+gitr${SRCPV}" | |||
18 | 18 | ||
19 | XORG_PN = "libXext" | 19 | XORG_PN = "libXext" |
20 | 20 | ||
21 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN};protocol=git" | 21 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN}" |
22 | S = "${WORKDIR}/git/" | 22 | S = "${WORKDIR}/git/" |
23 | 23 | ||
24 | BBCLASSEXTEND = "nativesdk" | 24 | BBCLASSEXTEND = "nativesdk" |
diff --git a/meta/recipes-graphics/xorg-lib/libxi_git.bb b/meta/recipes-graphics/xorg-lib/libxi_git.bb index d4e47056e7..c17c1f7510 100644 --- a/meta/recipes-graphics/xorg-lib/libxi_git.bb +++ b/meta/recipes-graphics/xorg-lib/libxi_git.bb | |||
@@ -14,5 +14,5 @@ PV = "1.2.99.5+gitr${SRCPV}" | |||
14 | 14 | ||
15 | XORG_PN = "libXi" | 15 | XORG_PN = "libXi" |
16 | 16 | ||
17 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN};protocol=git" | 17 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN}" |
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |