diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-09-08 19:44:14 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-09-08 19:44:14 +0000 |
commit | d5345f88b5ffdca098e0281f42f51e42ef43e79d (patch) | |
tree | 83c292dea4788925a68b28c12b62299e81545511 /recipes/librcf | |
parent | 77e0f4c204a8b7d2471d77f8d69b2c85a216fa74 (diff) |
more files: Fixed unpack dependencies on unzip-native, see:
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-August/013505.html
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-September/013620.html
Diffstat (limited to 'recipes/librcf')
-rw-r--r-- | recipes/librcf/librcf_0.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/librcf/librcf_0.4.bb b/recipes/librcf/librcf_0.4.bb index 6b0612c86b..6e444c0af0 100644 --- a/recipes/librcf/librcf_0.4.bb +++ b/recipes/librcf/librcf_0.4.bb @@ -3,6 +3,7 @@ SECTION = "base" PRIORITY = "optional" LICENSE = "unknown" DEPENDS="zlib openssl boost-asio" +do_unpack[depends] += "unzip-native:do_populate_staging" # the SOURCE_URI requires authentication via web browser and cookie (gasp) # all we can do right now is download the file and save it under sources/ |