pkg/manifests/developer-opensolaris-X.p5m
changeset 1494 a72f39592745
parent 1479 4a76cf532c2c
child 1512 4b04d1e46a1d
--- a/pkg/manifests/developer-opensolaris-X.p5m	Wed Jan 21 09:50:52 2015 -0800
+++ b/pkg/manifests/developer-opensolaris-X.p5m	Thu Jan 22 00:18:55 2015 -0800
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),
@@ -188,6 +188,12 @@
 # Basic system headers & libraries
 depend type=require fmri=pkg:/system/header
 depend type=require fmri=pkg:/system/io/usb
+
+# Kernel drivers need these following ON driver packages
+depend type=require fmri=pkg:/system/kernel \
+    org.opensolaris.pkgdepend.resolve=true
+depend type=require fmri=pkg:/system/kernel/platform \
+    org.opensolaris.pkgdepend.resolve=true
 depend type=require fmri=pkg:/system/library \
     org.opensolaris.pkgdepend.resolve=true
 depend type=require fmri=pkg:/system/library/c++-runtime \