diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-07-07 11:48:58 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-07-07 11:48:58 +0000 |
commit | 4cfd0286a4568319790e5ddda8dee6a76acc6ef5 (patch) | |
tree | 0dddf35b2300e803d1e6c7691ee593fe11a54d83 /packages/openssl/openssl_0.9.7g.bb | |
parent | ba0f15a5e9b4ffba4d5ed367bb3b2c2960bbc022 (diff) |
openssl: Added configure option for gnueabi-armeb
Diffstat (limited to 'packages/openssl/openssl_0.9.7g.bb')
-rw-r--r-- | packages/openssl/openssl_0.9.7g.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/openssl/openssl_0.9.7g.bb b/packages/openssl/openssl_0.9.7g.bb index cc9162c1cf..d61a3a8297 100644 --- a/packages/openssl/openssl_0.9.7g.bb +++ b/packages/openssl/openssl_0.9.7g.bb @@ -2,8 +2,9 @@ inherit pkgconfig require openssl.inc -PR = "r3" +PR = "r4" SRC_URI += "file://debian.patch;patch=1 \ file://armeb.patch;patch=1;pnum=0 \ - file://gnueabi-arm.patch;patch=1" + file://gnueabi-arm.patch;patch=1 \ + file://gnueabi-armeb.patch;patch=1" |