diff options
Diffstat (limited to 'recipes/odcctools/odcctools-cross_svn.bb')
-rw-r--r-- | recipes/odcctools/odcctools-cross_svn.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/odcctools/odcctools-cross_svn.bb b/recipes/odcctools/odcctools-cross_svn.bb new file mode 100644 index 0000000000..142b01f4b8 --- /dev/null +++ b/recipes/odcctools/odcctools-cross_svn.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "cctools for darwin" +HOMEPAGE = "http://code.google.com/p/iphone-dev" +DEPENDS = "cross-linkage bison-native" +PROVIDES = "virtual/${TARGET_PREFIX}binutils" +PV = "0.0+svn${SRCREV}" +PR = "r2" + +SRCREV="280" +SRC_URI = "svn://iphone-dev.googlecode.com/svn/branches;proto=http;module=odcctools-9.2-ld" + +S = "${WORKDIR}/odcctools-9.2-ld" + +inherit cross autotools + +LDFLAGS += "-m32" +CFLAGS += "-m32" +EXTRA_OECONF += "--disable-ld64" + |