From cc64a6bbf5fb3e2a1fbc63860d19d3f23fabdeb7 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 14 Aug 2010 21:16:02 +0200 Subject: patchutils: remove old versions Signed-off-by: Frans Meulenbroeks --- recipes/flickcurl/flickcurl_1.19.bb | 25 +++++++++++++++++++++++++ recipes/flickcurl/flickcurl_1.9.bb | 25 ------------------------- 2 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 recipes/flickcurl/flickcurl_1.19.bb delete mode 100644 recipes/flickcurl/flickcurl_1.9.bb (limited to 'recipes/flickcurl') diff --git a/recipes/flickcurl/flickcurl_1.19.bb b/recipes/flickcurl/flickcurl_1.19.bb new file mode 100644 index 0000000000..9d0390f274 --- /dev/null +++ b/recipes/flickcurl/flickcurl_1.19.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "flickcurl is a C libarry for the Flick API" +SECTION = "libs" +HOMEPAGE = "http://librdf.org/flickcurl/" +LICENSE = "LGPL 2.1/GPL 2/Apache 2.0" +PR = "r0" +SRC_URI = "http://download.dajobe.org/${PN}/${PN}-${PV}.tar.gz" + +DEPENDS = "curl libxml2" + +EXTRA_OECONF = "ac_cv_func_vsnprintf=no" + +inherit autotools + +do_stage() { + install -d ${STAGING_INCDIR} + install -m 0644 ${D}/usr/include/*.h ${STAGING_INCDIR} + oe_libinstall -so libflickcurl ${STAGING_LIBDIR} +} + +LEAD_SONAME = "libflickcurl.so.1" + +FILES_${PN} += "${libdir}/libflickcurl.so.*" + +SRC_URI[md5sum] = "d701fcc8d764e634ee979f18ff9db322" +SRC_URI[sha256sum] = "573ae52509289ed366a161facf390aa6ce530da143c760ca546868c8b0a0d034" diff --git a/recipes/flickcurl/flickcurl_1.9.bb b/recipes/flickcurl/flickcurl_1.9.bb deleted file mode 100644 index 9d0390f274..0000000000 --- a/recipes/flickcurl/flickcurl_1.9.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "flickcurl is a C libarry for the Flick API" -SECTION = "libs" -HOMEPAGE = "http://librdf.org/flickcurl/" -LICENSE = "LGPL 2.1/GPL 2/Apache 2.0" -PR = "r0" -SRC_URI = "http://download.dajobe.org/${PN}/${PN}-${PV}.tar.gz" - -DEPENDS = "curl libxml2" - -EXTRA_OECONF = "ac_cv_func_vsnprintf=no" - -inherit autotools - -do_stage() { - install -d ${STAGING_INCDIR} - install -m 0644 ${D}/usr/include/*.h ${STAGING_INCDIR} - oe_libinstall -so libflickcurl ${STAGING_LIBDIR} -} - -LEAD_SONAME = "libflickcurl.so.1" - -FILES_${PN} += "${libdir}/libflickcurl.so.*" - -SRC_URI[md5sum] = "d701fcc8d764e634ee979f18ff9db322" -SRC_URI[sha256sum] = "573ae52509289ed366a161facf390aa6ce530da143c760ca546868c8b0a0d034" -- cgit v1.2.3