diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-04-07 13:24:55 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-04-09 22:56:43 -0400 |
commit | 5c69bdef4ca0d8413477db32cc82b82395806504 (patch) | |
tree | a14223e0fef041c8c63b5179eb6f41aaa3db3e3b /recipes/curl/curl-sdk_7.18.2.bb | |
parent | cda3a2428521adac4749fc0c71afcedd50a9307a (diff) |
curl: move PACKAGES and FILES_* from the .inc file
this resolves the lockfile() trying to access the wrong directory
when building sdk version after target one was built
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Tom Rini <trini@embeddedalley.com>
Diffstat (limited to 'recipes/curl/curl-sdk_7.18.2.bb')
-rw-r--r-- | recipes/curl/curl-sdk_7.18.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/curl/curl-sdk_7.18.2.bb b/recipes/curl/curl-sdk_7.18.2.bb index 816fe645bc..35b0d8883f 100644 --- a/recipes/curl/curl-sdk_7.18.2.bb +++ b/recipes/curl/curl-sdk_7.18.2.bb @@ -1,6 +1,7 @@ -require curl_${PV}.bb +require curl-common.inc inherit sdk DEPENDS = "zlib-sdk" +PR = "r1" do_stage () { install -d ${STAGING_INCDIR}/curl @@ -11,4 +12,3 @@ do_stage () { do_install() { : } - |