Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
Merge pull request #588 from esben/openssl-fixup
Browse files Browse the repository at this point in the history
openssl: Minor fixups
  • Loading branch information
Villemoes committed Sep 19, 2018
2 parents 49cba5a + 0860478 commit 41b0277
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/openssl/openssl.inc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ SRC_URI += "file://no-librpath-rpath.patch"


inherit auto-package-libs inherit auto-package-libs
AUTO_PACKAGE_LIBS = "crypto ssl" AUTO_PACKAGE_LIBS = "crypto ssl"
AUTO_PACKAGE_LIBS_PCPREFIX = "lib"
AUTO_PACKAGE_LIBS_DEV_DEPENDS = "${PN}-dev_${PV}" AUTO_PACKAGE_LIBS_DEV_DEPENDS = "${PN}-dev_${PV}"
AUTO_PACKAGE_LIBS_DEV_RDEPENDS = "${PN}-dev_${PV}"
inherit auto-package-utils inherit auto-package-utils
AUTO_PACKAGE_UTILS = "openssl c_rehash" AUTO_PACKAGE_UTILS = "openssl c_rehash"
DEPENDS_${PN}-openssl += "libc libdl libcrypto libssl" DEPENDS_${PN}-openssl += "libc libdl libcrypto libssl"
Expand Down

0 comments on commit 41b0277

Please sign in to comment.