mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00: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."
|
DESCRIPTION = "Package maintenance system for Debian."
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
PR = "r5"
|
PR = "r6"
|
||||||
|
|
||||||
SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.gz \
|
SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.gz \
|
||||||
file://ignore_extra_fields.patch;patch=1 \
|
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
|
# this happens at S98 where our good 'ole packages script used to run
|
||||||
echo -e "#!/bin/sh
|
echo -e "#!/bin/sh
|
||||||
dpkg --configure -a
|
dpkg --configure -a
|
||||||
|
rm -f /${sysconfdir}/rcS.d/S${DPKG_INIT_POSITION}configure
|
||||||
" > ${IMAGE_ROOTFS}/${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
|
chmod 0755 ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${DPKG_INIT_POSITION}configure
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
require dpkg.inc
|
require dpkg.inc
|
||||||
DEPENDS += "zlib bzip2"
|
DEPENDS += "zlib bzip2"
|
||||||
RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
|
RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
|
||||||
|
|
||||||
SRC_URI += "file://noman.patch;patch=1"
|
SRC_URI += "file://noman.patch;patch=1"
|
||||||
|
|
||||||
EXTRA_OECONF = "--without-static-progs \
|
EXTRA_OECONF = "--without-static-progs \
|
||||||
|
|||||||
Reference in New Issue
Block a user