From 15b556e91d64a5b842350c041221e87e674ac3c5 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 17 Apr 2009 10:15:04 +0000 Subject: apple-csu: add core libraries for iPhone --- recipes/iphone/apple-csu_0.30.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/iphone/apple-csu_0.30.bb (limited to 'recipes/iphone') 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 -- cgit 1.2.3-korg