diff options
Diffstat (limited to 'recipes/openssl/openssl_0.9.7g.bb')
-rw-r--r-- | recipes/openssl/openssl_0.9.7g.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/openssl/openssl_0.9.7g.bb b/recipes/openssl/openssl_0.9.7g.bb new file mode 100644 index 0000000000..fbd2af26f9 --- /dev/null +++ b/recipes/openssl/openssl_0.9.7g.bb @@ -0,0 +1,12 @@ +inherit pkgconfig + +require openssl.inc + +PR = "r7" + +SRC_URI += "file://debian.patch;patch=1 \ + file://armeb.patch;patch=1;pnum=0 \ + file://gnueabi-arm.patch;patch=1 \ + file://gnueabi-armeb.patch;patch=1 \ + file://uclibcgnueabi.patch;patch=1 \ + file://avr32.patch;patch=1;pnum=0" |