diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-17 10:43:23 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-17 10:43:23 +0000 |
commit | 529bf51abf7a414af880249959f106c71ed2cf04 (patch) | |
tree | db748ae42e3cc6ca24e45481577fa2a5b9a37081 /meta/packages/xorg-lib/libxau-sdk_1.0.3.bb | |
parent | b0dd46705253334fed14ff304781e91a152374ad (diff) | |
download | poky-529bf51abf7a414af880249959f106c71ed2cf04.tar.gz |
xorg-lib: Clean up various files and add sdk varients where needed
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3503 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-lib/libxau-sdk_1.0.3.bb')
-rw-r--r-- | meta/packages/xorg-lib/libxau-sdk_1.0.3.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/packages/xorg-lib/libxau-sdk_1.0.3.bb b/meta/packages/xorg-lib/libxau-sdk_1.0.3.bb new file mode 100644 index 0000000000..64373f45a9 --- /dev/null +++ b/meta/packages/xorg-lib/libxau-sdk_1.0.3.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require libxau_${PV}.bb | ||
2 | |||
3 | DEPENDS = "xproto-sdk util-macros-sdk" | ||
4 | PROVIDES = "" | ||
5 | |||
6 | inherit sdk | ||