From 637d94bce96744350c19f3aab8420fea1b23dc3c Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 2 Nov 2014 11:54:55 +0100 Subject: libcryptopp: use autotools-brokensep While at it unpack sources in standard S directory --- recipes-support/libcryptopp/libcryptopp_5.6.2.bb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'recipes-support') diff --git a/recipes-support/libcryptopp/libcryptopp_5.6.2.bb b/recipes-support/libcryptopp/libcryptopp_5.6.2.bb index 606ce8e..93ade27 100644 --- a/recipes-support/libcryptopp/libcryptopp_5.6.2.bb +++ b/recipes-support/libcryptopp/libcryptopp_5.6.2.bb @@ -11,16 +11,13 @@ BBCLASSEXTEND = "native nativesdk" PR = "r1" PVSHORT = "${@'${PV}'.replace('.','')}" -SRC_URI = "${SOURCEFORGE_MIRROR}/cryptopp/${PV}/cryptopp${PVSHORT}.zip \ +SRC_URI = "${SOURCEFORGE_MIRROR}/cryptopp/${PV}/cryptopp${PVSHORT}.zip;subdir=libcryptopp-${PV} \ file://makefile_fix_destdir.patch \ " SRC_URI[md5sum] = "7ed022585698df48e65ce9218f6c6a67" SRC_URI[sha256sum] = "5cbfd2fcb4a6b3aab35902e2e0f3b59d9171fee12b3fc2b363e1801dfec53574" -#S = "${WORKDIR}/libcryptopp-${PV}" -S = "${WORKDIR}" - -inherit autotools pkgconfig +inherit autotools-brokensep pkgconfig EXTRA_OECONF = "--libdir=${base_libdir}" -- cgit v1.2.3