diff options
Diffstat (limited to 'recipes/iphone')
-rw-r--r-- | recipes/iphone/apple-csu_0.30.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/iphone/apple-csu_0.30.bb b/recipes/iphone/apple-csu_0.30.bb new file mode 100644 index 0000000000..86be6fc8e4 --- /dev/null +++ b/recipes/iphone/apple-csu_0.30.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Core iPhone libs" +HOMEPAGE = "http://code.google.com/p/iphone-dev" + +INHIBIT_DEFAULT_DEPS = "1" + +SRCREV="285" +SRC_URI = "svn://iphone-dev.googlecode.com/svn/trunk;proto=http;module=csu" + +S = "${WORKDIR}/csu" + +inherit autotools_stage |