diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-03-22 15:53:44 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-22 15:53:44 +0000 |
commit | 3ac85651547ce2c174e66a39bf7baa4c8a7194ec (patch) | |
tree | 7a87aed41b7ff84f44e0bd7954e005d97f3256eb /packages/openssl/openssl_0.9.7g.bb | |
parent | 3a707a2397026f2f9fdc6b4827b660982bb64440 (diff) |
openssl: add 0.9.7g with pkgconfig support
Diffstat (limited to 'packages/openssl/openssl_0.9.7g.bb')
-rw-r--r-- | packages/openssl/openssl_0.9.7g.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/openssl/openssl_0.9.7g.bb b/packages/openssl/openssl_0.9.7g.bb new file mode 100644 index 0000000000..09b25c1f8f --- /dev/null +++ b/packages/openssl/openssl_0.9.7g.bb @@ -0,0 +1,9 @@ +inherit pkgconfig + +include openssl.inc + +PR = "r0" + +SRC_URI += "file://debian.patch;patch=1 \ + file://armeb.patch;patch=1;pnum=0 \ + file://gnueabi-arm.patch;patch=1" |