openssl-native: removed FILESPATH setting which is not needed
authorMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 3 Apr 2009 15:55:54 +0000 (17:55 +0200)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 3 Apr 2009 15:55:54 +0000 (17:55 +0200)
recipes/openssl/openssl-native_0.9.7g.bb
recipes/openssl/openssl-native_0.9.7m.bb
recipes/openssl/openssl-native_0.9.8g.bb
recipes/openssl/openssl-native_0.9.8j.bb

index 14f6d92..dfe3ab5 100644 (file)
@@ -8,8 +8,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() {
        :
 }
index b00dc5e..445b6e9 100644 (file)
@@ -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() {
        :
 }
index 4975cf5..27f0169 100644 (file)
@@ -14,8 +14,6 @@ SRC_URI += "file://debian.patch;patch=1 \
 
 PARALLEL_MAKE = ""
 
-FILESPATH = "${@base_set_filespath( ['${FILE_DIRNAME}/openssl-${PV}', '${FILE_DIRNAME}/openssl', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
-
 do_install() {
        :
 }
index 2a69855..ffbd5ea 100644 (file)
@@ -14,8 +14,6 @@ SRC_URI += "file://configure-targets.patch;patch=1 \
 
 PARALLEL_MAKE = ""
 
-FILESPATH = "${@base_set_filespath( ['${FILE_DIRNAME}/openssl-${PV}', '${FILE_DIRNAME}/openssl', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
-
 do_install() {
        :
 }