mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-06 04:36:12 +02:00
Merge pull request #273 from marineam/gmerge
fix(coreos-base/gmerge): Remove reference to old package.provided file
This commit is contained in:
commit
5cac370275
@ -32,13 +32,8 @@ src_install() {
|
||||
dobin gmerge stateful_update crdev
|
||||
|
||||
# Setup package.provided so that gmerge will know what packages to ignore.
|
||||
# - $ROOT/etc/portage/profile/package.provided contains compiler tools and
|
||||
# and is setup by setup_board. We know that that file will be present in
|
||||
# $ROOT because the initial compile of packages takes place in
|
||||
# /build/$BOARD.
|
||||
# - $CHROMEOS_PROFILE/package.provided contains packages that we don't
|
||||
# want to install to the device.
|
||||
insinto /usr/local/etc/make.profile/package.provided
|
||||
newins "${SYSROOT}"/etc/portage/profile/package.provided compiler
|
||||
newins "${CHROMEOS_PROFILE}"/package.provided coreos
|
||||
}
|
||||
|
||||
@ -31,13 +31,8 @@ src_install() {
|
||||
dobin gmerge stateful_update crdev
|
||||
|
||||
# Setup package.provided so that gmerge will know what packages to ignore.
|
||||
# - $ROOT/etc/portage/profile/package.provided contains compiler tools and
|
||||
# and is setup by setup_board. We know that that file will be present in
|
||||
# $ROOT because the initial compile of packages takes place in
|
||||
# /build/$BOARD.
|
||||
# - $CHROMEOS_PROFILE/package.provided contains packages that we don't
|
||||
# want to install to the device.
|
||||
insinto /usr/local/etc/make.profile/package.provided
|
||||
newins "${SYSROOT}"/etc/portage/profile/package.provided compiler
|
||||
newins "${CHROMEOS_PROFILE}"/package.provided coreos
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user