mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
Use a systemd service file for first boot configuration for dpkg based images which has 'package-management' in its IMAGE_FEATURES. [YOCTO #5719] (From OE-Core rev: 56490921d267b784118df43cbd107925c8b94200) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
614 B
BlitzBasic
18 lines
614 B
BlitzBasic
require dpkg.inc
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
|
|
|
SRC_URI += "file://noman.patch \
|
|
file://check_snprintf.patch \
|
|
file://check_version.patch \
|
|
file://preinst.patch \
|
|
file://fix-timestamps.patch \
|
|
file://remove-tar-no-timestamp.patch \
|
|
file://fix-abs-redefine.patch \
|
|
file://arch_pm.patch \
|
|
file://dpkg-configure.service \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "cc25086e1e3bd9512a95f14cfe9002e1"
|
|
SRC_URI[sha256sum] = "01cdc81c33e77c3d7c40df17e19171794542be7cf12e411381ffcaa8f87b1854"
|
|
|