diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-11-19 18:35:30 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-03-19 20:22:37 +0100 |
commit | c3ad82e488b4067c3baf5be85e268f850edfe656 (patch) | |
tree | bcf8f00d4a6fa71127bd7eb268292652a50ed3a6 /recipes/openssl/openssl-native_0.9.8g.bb | |
parent | 444b085288c9696451eff4832413f3c5748ad8bc (diff) |
openssl-native: make sure that PACKAGES will be empty (from Poky)
Diffstat (limited to 'recipes/openssl/openssl-native_0.9.8g.bb')
-rw-r--r-- | recipes/openssl/openssl-native_0.9.8g.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/openssl/openssl-native_0.9.8g.bb b/recipes/openssl/openssl-native_0.9.8g.bb index 9ae8e391d0..1ad90a0001 100644 --- a/recipes/openssl/openssl-native_0.9.8g.bb +++ b/recipes/openssl/openssl-native_0.9.8g.bb @@ -22,3 +22,4 @@ do_install() { : } +PACKAGES = "" |