diff options
| author | Marcin Juszkiewicz <marcin@buglabs.net> | 2009-03-06 17:19:10 +0100 |
|---|---|---|
| committer | Marcin Juszkiewicz <marcin@buglabs.net> | 2009-03-06 17:20:33 +0100 |
| commit | 668c274e39069e6ce0e684f72fb32f4aa408fd6e (patch) | |
| tree | 10b217c2443d4b470b3071446358c95d82b2380a /meta | |
| parent | f0ff94fe0753e67f3ff2235ab66536ac2c10c311 (diff) | |
| download | poky-668c274e39069e6ce0e684f72fb32f4aa408fd6e.tar.gz | |
libxdmcp-native: fix PROVIDES to empty value (from trunk)
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/packages/xorg-lib/libxdmcp-native_1.0.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/xorg-lib/libxdmcp-native_1.0.2.bb b/meta/packages/xorg-lib/libxdmcp-native_1.0.2.bb index 0a37c66ebc..ddb164215c 100644 --- a/meta/packages/xorg-lib/libxdmcp-native_1.0.2.bb +++ b/meta/packages/xorg-lib/libxdmcp-native_1.0.2.bb | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | require libxdmcp_${PV}.bb | 1 | require libxdmcp_${PV}.bb |
| 2 | 2 | ||
| 3 | DEPENDS = "xproto-native util-macros-native" | 3 | DEPENDS = "xproto-native util-macros-native" |
| 4 | PROVIDES = "" | ||
| 4 | 5 | ||
| 5 | inherit native | 6 | inherit native |
