diff options
| -rw-r--r-- | meta/packages/clutter/clutter-1.0_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/clutter/clutter-1.0_git.bb b/meta/packages/clutter/clutter-1.0_git.bb index d02622133b..8773e7204a 100644 --- a/meta/packages/clutter/clutter-1.0_git.bb +++ b/meta/packages/clutter/clutter-1.0_git.bb | |||
| @@ -1,12 +1,13 @@ | |||
| 1 | require clutter.inc | 1 | require clutter.inc |
| 2 | 2 | ||
| 3 | PV = "1.0+git${SRCPV}" | 3 | PV = "1.0+git${SRCPV}" |
| 4 | PR = "r2" | 4 | PR = "r3" |
| 5 | 5 | ||
| 6 | PACKAGES =+ "clutter-examples-1.0" | 6 | PACKAGES =+ "clutter-examples-1.0" |
| 7 | FILES_clutter-examples-1.0 = "${bindir}/test-* ${pkgdatadir}/redhand.png" | 7 | FILES_clutter-examples-1.0 = "${bindir}/test-* ${pkgdatadir}/redhand.png" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=clutter-1.0 \ | 9 | SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=clutter-1.0 \ |
| 10 | file://nodolt-1.0.patch;patch=1 \ | ||
| 10 | file://enable_tests-1.0.patch;patch=1 " | 11 | file://enable_tests-1.0.patch;patch=1 " |
| 11 | 12 | ||
| 12 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
