diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-17 10:15:04 +0000 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-17 10:15:04 +0000 |
commit | 15b556e91d64a5b842350c041221e87e674ac3c5 (patch) | |
tree | aafa9867b17ffc0a247ffef45eda06fdf940a0b1 /recipes/iphone/apple-csu_0.30.bb | |
parent | 3e13bc01b22ef9b90e6fb2a268268d475d2625de (diff) |
apple-csu: add core libraries for iPhone
Diffstat (limited to 'recipes/iphone/apple-csu_0.30.bb')
-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 |