diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-11 10:24:11 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-11 10:24:11 +0100 |
commit | f0b05021bf061df7936f7b8f14c702ce708cc284 (patch) | |
tree | 1b789ab32264d34d40892180a8b2b9fea89fd192 | |
parent | 3a2a3d71f6dbb3a3b30fa9e97db8387dabe28c2d (diff) | |
download | poky-f0b05021bf061df7936f7b8f14c702ce708cc284.tar.gz |
clutter-mozembed: Update patches after source layout change
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r-- | meta/packages/clutter/clutter-mozembed/link-with-g++.patch | 4 | ||||
-rw-r--r-- | meta/packages/clutter/clutter-mozembed_git.bb | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/meta/packages/clutter/clutter-mozembed/link-with-g++.patch b/meta/packages/clutter/clutter-mozembed/link-with-g++.patch index dfb2b5659f..cc9d43a674 100644 --- a/meta/packages/clutter/clutter-mozembed/link-with-g++.patch +++ b/meta/packages/clutter/clutter-mozembed/link-with-g++.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | Index: git/cluttermozembed/Makefile.am | 1 | Index: git/cluttermozembed/Makefile.am |
2 | =================================================================== | 2 | =================================================================== |
3 | --- git.orig/cluttermozembed/Makefile.am 2009-07-24 16:58:24.000000000 +0100 | 3 | --- git.orig/clutter-mozembed/Makefile.am 2009-07-24 16:58:24.000000000 +0100 |
4 | +++ git/cluttermozembed/Makefile.am 2009-07-24 17:00:53.000000000 +0100 | 4 | +++ git/clutter-mozembed/Makefile.am 2009-07-24 17:00:53.000000000 +0100 |
5 | @@ -66,7 +66,7 @@ | 5 | @@ -66,7 +66,7 @@ |
6 | clutter-mozembed.c \ | 6 | clutter-mozembed.c \ |
7 | clutter-mozembed-comms.c \ | 7 | clutter-mozembed-comms.c \ |
diff --git a/meta/packages/clutter/clutter-mozembed_git.bb b/meta/packages/clutter/clutter-mozembed_git.bb index e88f138f38..4a51422e2e 100644 --- a/meta/packages/clutter/clutter-mozembed_git.bb +++ b/meta/packages/clutter/clutter-mozembed_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require clutter-mozembed.inc | 1 | require clutter-mozembed.inc |
2 | 2 | ||
3 | PV = "0.8.0+git${SRCPV}" | 3 | PV = "0.8.0+git${SRCPV}" |
4 | PR = "r5" | 4 | PR = "r6" |
5 | 5 | ||
6 | SRC_URI = "git://git.clutter-project.org/clutter-mozembed.git;protocol=git \ | 6 | SRC_URI = "git://git.clutter-project.org/clutter-mozembed.git;protocol=git \ |
7 | file://link-with-g++-da7632f3e2c8d1a70ab01cc7adb63760d8718b41.patch;patch=1;rev=da7632f3e2c8d1a70ab01cc7adb63760d8718b41 \ | 7 | file://link-with-g++-da7632f3e2c8d1a70ab01cc7adb63760d8718b41.patch;patch=1;rev=da7632f3e2c8d1a70ab01cc7adb63760d8718b41 \ |
@@ -9,6 +9,6 @@ SRC_URI = "git://git.clutter-project.org/clutter-mozembed.git;protocol=git \ | |||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||
11 | do_configure_prepend () { | 11 | do_configure_prepend () { |
12 | touch ${S}/cluttermozembed/dummy.cpp | 12 | touch ${S}/clutter-mozembed/dummy.cpp |
13 | touch ${S}/cluttermozembed/dummy2.cpp | 13 | touch ${S}/clutter-mozembed/dummy2.cpp |
14 | } \ No newline at end of file | 14 | } |