diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-08-13 08:14:34 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-08-13 08:14:34 -0700 |
commit | 94a9ba7988f0d6586ecaf0b722d6b320cfdf94ae (patch) | |
tree | 5d95b95c002db0e7926289f8c720d1cdac462384 | |
parent | 4c5f1096fa0c191951f929f3699c9704d0411a46 (diff) | |
parent | dd641b8a0b31c651aacb1485ca2a7e42a976c756 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
-rw-r--r-- | recipes/clutter/clutter-0.9_git.bb | 6 | ||||
-rw-r--r-- | recipes/clutter/clutter-gst-0.9_git.bb | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/recipes/clutter/clutter-0.9_git.bb b/recipes/clutter/clutter-0.9_git.bb index ed333cef07..b7a04ca03a 100644 --- a/recipes/clutter/clutter-0.9_git.bb +++ b/recipes/clutter/clutter-0.9_git.bb @@ -1,8 +1,8 @@ require clutter.inc -SRCREV = "fdaaa8b6d701d2b43fd2750de1b018b5af5577ea" +SRCREV = "13e055a351f83c56b895b131566a6e842d24ed2a" -PV = "0.9.4" +PV = "1.1.0" PR = "r0" PR_append = "+git${SRCREV}" @@ -12,6 +12,8 @@ S = "${WORKDIR}/git" BASE_CONF += "--disable-introspection" +PARALLEL_MAKE = "" + do_compile_prepend() { for i in $(find ${S} -name Makefile) ; do sed -i -e s:-Werror::g $i diff --git a/recipes/clutter/clutter-gst-0.9_git.bb b/recipes/clutter/clutter-gst-0.9_git.bb index 5a0b2cd18b..3cd12ea095 100644 --- a/recipes/clutter/clutter-gst-0.9_git.bb +++ b/recipes/clutter/clutter-gst-0.9_git.bb @@ -2,13 +2,12 @@ require clutter-gst.inc DEPENDS += "clutter-0.9" -SRCREV = "487552b95f7ccce00118619d5b4256936621eb5e" +SRCREV = "379b63b013af463210e54470693aedfa9009f4dc" PV = "0.9.0" -PR = "r3" +PR = "r4" PR_append = "+git${SRCREV}" SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git \ - file://0001-clutter-gst-videosink-guard-GL-calls-with-ifdef-CL.patch;patch=1 \ file://gtk-doc.make" S = "${WORKDIR}/git" |