mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +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"
|
DESCRIPTION_update-alternatives-cworth = "Update alternatives"
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
DEPENDS = "curl gpgme"
|
DEPENDS = "curl gpgme openssl"
|
||||||
DEPENDS_virtclass-native = "curl-native"
|
DEPENDS_virtclass-native = "curl-native"
|
||||||
DEPENDS_virtclass-nativesdk = "curl-nativesdk"
|
DEPENDS_virtclass-nativesdk = "curl-nativesdk"
|
||||||
PV = "0.0+svnr${SRCREV}"
|
PV = "0.0+svnr${SRCREV}"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ RCONFLICTS_update-alternatives-cworth = "update-alternatives-dpkg"
|
|||||||
RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
|
RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
|
||||||
PACKAGE_ARCH_update-alternatives-cworth = "all"
|
PACKAGE_ARCH_update-alternatives-cworth = "all"
|
||||||
|
|
||||||
PR = "r8"
|
PR = "r9"
|
||||||
|
|
||||||
PACKAGES =+ "libopkg-dev libopkg update-alternatives-cworth"
|
PACKAGES =+ "libopkg-dev libopkg update-alternatives-cworth"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user