diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-07 16:23:08 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2009-12-08 21:08:17 +0000 |
commit | 9cb8f533fe8eeb3e074e40b7a748367604b1e5eb (patch) | |
tree | b1512ef0ffecf125dff5e690c0eac10f5c1e6759 /meta/packages/pimlico/tasks_git.bb | |
parent | f2bc66b10210e9936a6f8c4a4bbe92cff8807d81 (diff) | |
download | poky-9cb8f533fe8eeb3e074e40b7a748367604b1e5eb.tar.gz |
pimlico: Clean up libowl handling to be consistent
Diffstat (limited to 'meta/packages/pimlico/tasks_git.bb')
-rw-r--r-- | meta/packages/pimlico/tasks_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/pimlico/tasks_git.bb b/meta/packages/pimlico/tasks_git.bb index c80639e671..1ab8cd18cd 100644 --- a/meta/packages/pimlico/tasks_git.bb +++ b/meta/packages/pimlico/tasks_git.bb | |||
@@ -3,4 +3,6 @@ require tasks.inc | |||
3 | SRC_URI = "git://git.gnome.org/${PN};protocol=git" | 3 | SRC_URI = "git://git.gnome.org/${PN};protocol=git" |
4 | 4 | ||
5 | PV = "0.13+git${SRCPV}" | 5 | PV = "0.13+git${SRCPV}" |
6 | PR = "r1" | ||
7 | |||
6 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |