From: Chris Larson Date: Tue, 23 Sep 2003 22:35:36 +0000 (+0000) Subject: Misc bugfixes for packaging. X-Git-Tag: Release-2010-05/1~20820 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78b47242c9a4a19eae5136c39112e6cc29654b65;p=openembedded.git Misc bugfixes for packaging. BKrev: 3f70cab8UL4DelBR8A75hg8k_UQ2xw --- 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