mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
opkg: add openssl to DEPENDS
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION_libopkg = "Open Package Manager Library"
|
||||
DESCRIPTION_update-alternatives-cworth = "Update alternatives"
|
||||
SECTION = "base"
|
||||
LICENSE = "GPL"
|
||||
DEPENDS = "curl gpgme"
|
||||
DEPENDS = "curl gpgme openssl"
|
||||
DEPENDS_virtclass-native = "curl-native"
|
||||
DEPENDS_virtclass-nativesdk = "curl-nativesdk"
|
||||
PV = "0.0+svnr${SRCREV}"
|
||||
|
||||
@@ -6,7 +6,7 @@ RCONFLICTS_update-alternatives-cworth = "update-alternatives-dpkg"
|
||||
RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
|
||||
PACKAGE_ARCH_update-alternatives-cworth = "all"
|
||||
|
||||
PR = "r8"
|
||||
PR = "r9"
|
||||
|
||||
PACKAGES =+ "libopkg-dev libopkg update-alternatives-cworth"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user