forked from ni/meta-nilrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkggrp-ni-internal-deps: Add PAtools dependencies
Signed-off-by: Can Wong <[email protected]
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ RDEPENDS:${PN} += "\ | |
libxml-parser-perl \ | ||
" | ||
|
||
# Required for a mobilize step that installs a specific Python version | ||
# Required for a mobilize step that installs a specific Python version | ||
# and requires building Python on the test system | ||
# Contact: [email protected] | ||
# Team: [email protected] | ||
|
@@ -109,3 +109,13 @@ RDEPENDS:${PN} += "\ | |
RDEPENDS:${PN} += "\ | ||
libglu \ | ||
" | ||
# Required by PAtools Runtimesystem | ||
# Team: Transportation BU - Modern Battery Lab | ||
# Contact: Deborah Bryant | ||
RDEPENDS:${PN} += "\ | ||
libxslt \ | ||
samba \ | ||
ntp \ | ||
ntp-tickadj \ | ||
ntp-utils \ | ||
" |