diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-01-19 11:09:32 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:16:51 +0000 |
commit | d1bd81ed0e7739b46571f3f9579d2d7ca63e29bb (patch) | |
tree | 8c02f1337fa90237afdf265d07dc805b30f8d2e2 /documentation/dev-manual | |
parent | 281c4728d6d5b5eb02d2e08783b8ca1a090ea730 (diff) | |
download | poky-d1bd81ed0e7739b46571f3f9579d2d7ca63e29bb.tar.gz |
dev-manual: Updated examples in "Splitting an Application into Multiple Packages"
The example was out of date. Updated accordingly.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: b95535fca149abbbe4fee7e74ebc13d2bb376c27)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 4696dd5d76..26379a408f 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -2923,11 +2923,10 @@ | |||
2923 | <literallayout class='monospaced'> | 2923 | <literallayout class='monospaced'> |
2924 | require xorg-lib-common.inc | 2924 | require xorg-lib-common.inc |
2925 | 2925 | ||
2926 | SUMMARY = "X11 Pixmap library" | 2926 | SUMMARY = "Xpm: X Pixmap extension library" |
2927 | LICENSE = "X-BSD" | 2927 | LICENSE = "BSD" |
2928 | LIC_FILES_CHKSUM = "file://COPYING;md5=3e07763d16963c3af12db271a31abaa5" | 2928 | LIC_FILES_CHKSUM = "file://COPYING;md5=51f4270b012ecd4ab1a164f5f4ed6cf7" |
2929 | DEPENDS += "libxext libsm libxt" | 2929 | DEPENDS += "libxext libsm libxt" |
2930 | PR = "r3" | ||
2931 | PE = "1" | 2930 | PE = "1" |
2932 | 2931 | ||
2933 | XORG_PN = "libXpm" | 2932 | XORG_PN = "libXpm" |