diff options
| -rw-r--r-- | meta/packages/xcb/xcb-proto_git.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/packages/xcb/xcb-proto_git.bb b/meta/packages/xcb/xcb-proto_git.bb index 1029cc3de8..9d1f6687d6 100644 --- a/meta/packages/xcb/xcb-proto_git.bb +++ b/meta/packages/xcb/xcb-proto_git.bb | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | DEFAULT_PREFERENCE = "-1" | 1 | DEFAULT_PREFERENCE = "-1" |
| 2 | 2 | ||
| 3 | include xcb-proto.inc | 3 | include xcb-proto.inc |
| 4 | PV = "1.0+git" | 4 | PV = "1.2+gitr${SRCREV}" |
| 5 | PR = "r1" | ||
| 6 | 5 | ||
| 7 | SRC_URI = "git://anongit.freedesktop.org/git/xcb;protocol=git" | 6 | SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto;protocol=git" |
| 8 | S = "${WORKDIR}/git/xcb-proto" | 7 | S = "${WORKDIR}/git" |
| 9 | 8 | ||
| 10 | do_stage() { | 9 | do_stage() { |
| 11 | autotools_stage_all | 10 | autotools_stage_all |
