mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
dnf: Enable nativesdk
Make dnf work on nativesdk environment. (From OE-Core rev: 88843ff56a8ac8addea3eadb73651bbf49d1509d) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2b70287431
commit
dac764b6e2
@@ -26,7 +26,7 @@ EXTRA_OECMAKE = " -DWITH_MAN=0 -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -
|
|||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
RDEPENDS_${PN}_class-target += " \
|
RDEPENDS_${PN} += " \
|
||||||
python3-core \
|
python3-core \
|
||||||
python3-codecs \
|
python3-codecs \
|
||||||
python3-netclient \
|
python3-netclient \
|
||||||
@@ -49,6 +49,8 @@ RDEPENDS_${PN}_class-target += " \
|
|||||||
python3-gpg \
|
python3-gpg \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
RDEPENDS_${PN}_class-native = ""
|
||||||
|
|
||||||
RRECOMMENDS_${PN}_class-target += "gnupg"
|
RRECOMMENDS_${PN}_class-target += "gnupg"
|
||||||
|
|
||||||
# Create a symlink called 'dnf' as 'make install' does not do it, but
|
# Create a symlink called 'dnf' as 'make install' does not do it, but
|
||||||
@@ -66,6 +68,12 @@ do_install_append_class-native() {
|
|||||||
RPM_NO_CHROOT_FOR_SCRIPTS=1
|
RPM_NO_CHROOT_FOR_SCRIPTS=1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_install_append_class-nativesdk() {
|
||||||
|
create_wrapper ${D}/${bindir}/dnf \
|
||||||
|
RPM_CONFIGDIR=${SDKPATHNATIVE}${libdir_nativesdk}/rpm \
|
||||||
|
RPM_NO_CHROOT_FOR_SCRIPTS=1
|
||||||
|
}
|
||||||
|
|
||||||
SYSTEMD_SERVICE_${PN} = "dnf-makecache.service dnf-makecache.timer \
|
SYSTEMD_SERVICE_${PN} = "dnf-makecache.service dnf-makecache.timer \
|
||||||
dnf-automatic.service dnf-automatic.timer \
|
dnf-automatic.service dnf-automatic.timer \
|
||||||
dnf-automatic-download.service dnf-automatic-download.timer \
|
dnf-automatic-download.service dnf-automatic-download.timer \
|
||||||
|
|||||||
Reference in New Issue
Block a user