diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-04-03 17:55:54 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-04-03 17:55:54 +0200 |
commit | 0be1026692c81ba3848e34253c741be265d783be (patch) | |
tree | 17f58944d792402a9898438b632eb415d51c4f75 /recipes/openssl/openssl-native_0.9.7m.bb | |
parent | b3c9bf48ee36d1dde12468c218478b6638605c95 (diff) |
openssl-native: removed FILESPATH setting which is not needed
Diffstat (limited to 'recipes/openssl/openssl-native_0.9.7m.bb')
-rw-r--r-- | recipes/openssl/openssl-native_0.9.7m.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/openssl/openssl-native_0.9.7m.bb b/recipes/openssl/openssl-native_0.9.7m.bb index b00dc5e73b..445b6e9161 100644 --- a/recipes/openssl/openssl-native_0.9.7m.bb +++ b/recipes/openssl/openssl-native_0.9.7m.bb @@ -12,8 +12,6 @@ SRC_URI += "file://debian.patch;patch=1 \ file://armeb.patch;patch=1;pnum=0 \ file://gnueabi-arm.patch;patch=1" -FILESPATH = "${@base_set_filespath( ['${FILE_DIRNAME}/openssl-${PV}', '${FILE_DIRNAME}/openssl', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" - do_install() { : } |