mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 05:02:21 +02:00
dpkg: rm rcS.d/S98configure to not run it on non-first boot
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4795 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "Package maintenance system for Debian."
|
||||
LICENSE = "GPL"
|
||||
SECTION = "base"
|
||||
PR = "r5"
|
||||
PR = "r6"
|
||||
|
||||
SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.gz \
|
||||
file://ignore_extra_fields.patch;patch=1 \
|
||||
@@ -23,6 +23,7 @@ if [ "x$D" != "x" ]; then
|
||||
# this happens at S98 where our good 'ole packages script used to run
|
||||
echo -e "#!/bin/sh
|
||||
dpkg --configure -a
|
||||
rm -f /${sysconfdir}/rcS.d/S${DPKG_INIT_POSITION}configure
|
||||
" > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${DPKG_INIT_POSITION}configure
|
||||
chmod 0755 ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${DPKG_INIT_POSITION}configure
|
||||
fi
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
require dpkg.inc
|
||||
DEPENDS += "zlib bzip2"
|
||||
RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
|
||||
|
||||
SRC_URI += "file://noman.patch;patch=1"
|
||||
|
||||
EXTRA_OECONF = "--without-static-progs \
|
||||
|
||||
Reference in New Issue
Block a user