mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Upgrade to release 0.3.0 which adds support for the following package managers: - DNF (as used by RPM based distributions) - RPM-ostree (as used by Fedora CoreOS and RHEL CoreOS) - Pacman (as used by Arch based distributions) - Yum (as used by some RPM based distributions) - Zypper (as used by OpenSUSE based distributions) - APK (as used by Alpine Linux and postmarketOS) Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 lines
359 B
BlitzBasic
13 lines
359 B
BlitzBasic
SUMMARY = "The universal package manager library"
|
|
HOMEPAGE = "https://github.com/MycroftAI/pako"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e23fadd6ceef8c618fc1c65191d846fa"
|
|
|
|
SRC_URI[sha256sum] = "eabd1c121d6701069d1a10132f197ee2b5f4e75a3d68a93b07f69214ab0ff9c7"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
do_install_append() {
|
|
rm -rf ${D}/usr/share
|
|
}
|