diff options
| -rw-r--r-- | meta/packages/xcb/libxcb_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/packages/xcb/libxcb_git.bb b/meta/packages/xcb/libxcb_git.bb index 046352543f..b9ac073410 100644 --- a/meta/packages/xcb/libxcb_git.bb +++ b/meta/packages/xcb/libxcb_git.bb | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | DEFAULT_PREFERENCE = "-1" | 1 | DEFAULT_PREFERENCE = "-1" |
| 2 | 2 | ||
| 3 | include libxcb.inc | 3 | include libxcb.inc |
| 4 | PV = "1.1.90.1+git${SRCREV}" | 4 | PV = "1.1.90.1+gitr${SRCREV}" |
| 5 | PR = "r2" | ||
| 6 | 5 | ||
| 7 | DEPENDS += "libpthread-stubs" | 6 | DEPENDS += "libpthread-stubs xcb-proto-native" |
| 8 | 7 | ||
| 9 | SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb;protocol=git" | 8 | SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb;protocol=git" |
| 10 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
