diff options
author | Chris Larson <clarson@kergoth.com> | 2003-09-23 22:35:36 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-09-23 22:35:36 +0000 |
commit | 78b47242c9a4a19eae5136c39112e6cc29654b65 (patch) | |
tree | 84f8a8a30c463202d955f88c3b81f90f267f49e4 /content | |
parent | e9e57768c340dc6a2bb360173a91cdc099e23db8 (diff) |
Misc bugfixes for packaging.
BKrev: 3f70cab8UL4DelBR8A75hg8k_UQ2xw
Diffstat (limited to 'content')
-rw-r--r-- | content/corkscrew-2.0.oe | 6 | ||||
-rw-r--r-- | content/openssl-0.9.7b.oe | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/content/corkscrew-2.0.oe b/content/corkscrew-2.0.oe index e69de29bb2..b00c076af4 100644 --- a/content/corkscrew-2.0.oe +++ b/content/corkscrew-2.0.oe @@ -0,0 +1,6 @@ +SRC_URI := http://www.agroman.net/${PN}/${P}.tar.gz +S := ${WORKDIR}/${P} + +inherit autotools + +EXTRA_OEMAKE= diff --git a/content/openssl-0.9.7b.oe b/content/openssl-0.9.7b.oe index 739df7147d..6b27b50bcf 100644 --- a/content/openssl-0.9.7b.oe +++ b/content/openssl-0.9.7b.oe @@ -28,10 +28,3 @@ do_stage () { do_install () { oe_runmake -f Makefile.ssl INSTALL_PREFIX="${D}" install } - -PACKAGES=libssl0.9.7 libssl-dev openssl-doc -FILES= -FILES_libssl0.9.7=${libdir}/lib*.so.* ${libdir}/ssl -FILES_libssl-dev=${includedir} ${libdir}/lib*.so ${libdir}/*.la \ - ${libdir}/*.a ${libdir}/pkgconfig -FILES_openssl-doc=${mandir} ${datadir}/doc |