diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 20:09:30 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 21:26:23 +0000 |
commit | 8d8fb11d68fbeebf1c070277e137d3dc1dee6ad6 (patch) | |
tree | fdb2de8c0b195b935dc716d9f0673b24c5c3a5b5 /meta | |
parent | 556dee0c4d6d8a87c0cddbd2f60fe5917d009f18 (diff) | |
download | openembedded-core-8d8fb11d68fbeebf1c070277e137d3dc1dee6ad6.tar.gz openembedded-core-8d8fb11d68fbeebf1c070277e137d3dc1dee6ad6.tar.bz2 openembedded-core-8d8fb11d68fbeebf1c070277e137d3dc1dee6ad6.zip |
zaurusd: Update to new git version
Makefile fix (patch) was merged upsream
Out of tree builds were also fixed
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-bsp/zaurusd/zaurusd/fix_makefile.patch | 19 | ||||
-rw-r--r-- | meta/recipes-bsp/zaurusd/zaurusd_git.bb | 5 |
2 files changed, 2 insertions, 22 deletions
diff --git a/meta/recipes-bsp/zaurusd/zaurusd/fix_makefile.patch b/meta/recipes-bsp/zaurusd/zaurusd/fix_makefile.patch deleted file mode 100644 index 9b28202521..0000000000 --- a/meta/recipes-bsp/zaurusd/zaurusd/fix_makefile.patch +++ /dev/null @@ -1,19 +0,0 @@ -Upstream-Status: Pending - -Nitin A Kamble <nitin.a.kamble@intel.com> 2011/05/10 -Fix following build error: - -| Makefile:716: *** missing separator (did you mean TAB instead of 8 spaces?). Stop. -| ERROR: oe_runmake failed - -Index: zaurusd/Makefile.am -=================================================================== ---- zaurusd.orig/Makefile.am -+++ zaurusd/Makefile.am -@@ -4,5 +4,5 @@ SUBDIRS = apps config scripts - MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing - - snapshot: -- $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` -+ $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` - diff --git a/meta/recipes-bsp/zaurusd/zaurusd_git.bb b/meta/recipes-bsp/zaurusd/zaurusd_git.bb index 3b8cc43bca..79bb0d1dc2 100644 --- a/meta/recipes-bsp/zaurusd/zaurusd_git.bb +++ b/meta/recipes-bsp/zaurusd/zaurusd_git.bb @@ -5,12 +5,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" DEPENDS = "tslib" RDEPENDS_${PN} = "xrandr" -SRCREV = "82b30c7865f007fff81372c3cdc71b2ff6843ccc" +SRCREV = "85d941d87f0c41b196766a173feaafffa6de2dc2" PV = "0.1+git${SRCPV}" PR = "r0" -SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ - file://fix_makefile.patch" +SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" S = "${WORKDIR}/git" |