diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2012-03-23 12:31:48 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-23 12:13:06 +0000 |
commit | a6ec59c4b29d8ccc63d16fc98ab1e5410130ee12 (patch) | |
tree | 6d3ab3a3420efa51a94fd05fca70ac64dd00d45f /meta/recipes-devtools/pseudo/pseudo_git.bb | |
parent | 8447aa2faef3f4bdb544ab4db45a8e64189ef099 (diff) | |
download | poky-a6ec59c4b29d8ccc63d16fc98ab1e5410130ee12.tar.gz |
pseudo: package the var/pseudo directory.
Fixed the "not shipped" packaging warnings.
WARNING: For recipe pseudo-nativesdk, the following files/directories
were installed but not shipped in any package:
WARNING: /opt/poky/1.1+snapshot/sysroots/x86_64-pokysdk-linux/usr/var
WARNING:
/opt/poky/1.1+snapshot/sysroots/x86_64-pokysdk-linux/usr/var/pseudo
(From OE-Core rev: 91f6d5777e4fc9f261c361f41eda397a4903b334)
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_git.bb')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 5ed8cf7b8e..4f8c9d619a 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb | |||
@@ -2,7 +2,7 @@ require pseudo.inc | |||
2 | 2 | ||
3 | SRCREV = "17c2233f93692f79684792750001ee6d13e03925" | 3 | SRCREV = "17c2233f93692f79684792750001ee6d13e03925" |
4 | PV = "1.2+git${SRCPV}" | 4 | PV = "1.2+git${SRCPV}" |
5 | PR = "r20" | 5 | PR = "r21" |
6 | 6 | ||
7 | DEFAULT_PREFERENCE = "-1" | 7 | DEFAULT_PREFERENCE = "-1" |
8 | 8 | ||