summaryrefslogtreecommitdiff
path: root/recipes-support
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-11-02 11:54:55 +0100
committerMax Krummenacher <max.oss.09@gmail.com>2015-03-31 21:50:34 +0200
commit637d94bce96744350c19f3aab8420fea1b23dc3c (patch)
treef6417623173c8d4985802fbe9c77005dd62d34ae /recipes-support
parentcf3ab520aa210e463a6284e6ed33973248e7d807 (diff)
libcryptopp: use autotools-brokensep
While at it unpack sources in standard S directory
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/libcryptopp/libcryptopp_5.6.2.bb7
1 files changed, 2 insertions, 5 deletions
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}"