~ubuntu-branches/ubuntu/vivid/virtualbox/vivid

« back to all changes in this revision

Viewing changes to Config.kmk

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2013-03-31 23:25:01 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20130331232501-l72jhvixkeyyz6xc
Tags: 4.2.10-dfsg-0ubuntu1
* Start the virtualbox-guest-x11 init script earlier.
  The vboxvideo module needs to be loaded before X starts.
* Change runlevels of virtualbox-guest-x11 init script on upgrade.
* Fix build failure with the Debian wheezy kernel which backports the drm
  subsystem from Linux 3.4. (Closes: #703358)
* Drop build-dependency on bcc as it's not needed anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# This file gets included by all makefiles through the
6
6
# include $(KBUILD_PATH)/header.kmk statement.
7
7
#
8
 
 
 
8
 
9
9
#
10
10
# Copyright (C) 2006-2013 Oracle Corporation
11
11
#
196
196
# This is the current build number. It should be increased every time we publish a
197
197
# new build. The define is available in every source file. Only even build numbers
198
198
# will be published, odd numbers are set during development.
199
 
VBOX_VERSION_BUILD = 8
 
199
VBOX_VERSION_BUILD = 10
200
200
# The raw version string. This *must not* contain any other information/fields than
201
201
# major, minor and build revision (as it is now) -- also will be used for host/guest version
202
202
# comparison.
5201
5201
SVN                    ?= svn$(HOSTSUFF_EXE)
5202
5202
VBOX_SVN_REV_KMK        = $(PATH_OUT)/revision.kmk
5203
5203
ifndef VBOX_SVN_REV
5204
 
 VBOX_SVN_REV_FALLBACK := $(patsubst %:,,  $Rev: 83876 $  )
 
5204
 VBOX_SVN_REV_FALLBACK := $(patsubst %:,,  $Rev: 84101 $  )
5205
5205
 VBOX_SVN_DEP          := $(wildcard $(PATH_ROOT)/.svn/entries)
5206
5206
 ifeq ($(which $(SVN)),)
5207
5207
  VBOX_SVN_DEP         :=