diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-09-21 15:01:21 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-09-21 15:01:21 +0000 |
| commit | ecd5296738e37bd5701eaba230fefcf7994f4110 (patch) | |
| tree | 105038d0b74d939b082cabb2758917304aaf965c /meta/packages/libxsettings | |
| parent | a48da11acaeec6aa3a21a0a0f30098b26e248ecc (diff) | |
| download | poky-ecd5296738e37bd5701eaba230fefcf7994f4110.tar.gz | |
libxsettings-client: Use version 0.10. Remove libxsettings
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@740 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libxsettings')
| -rw-r--r-- | meta/packages/libxsettings/libxsettings_0.11.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/packages/libxsettings/libxsettings_0.11.bb b/meta/packages/libxsettings/libxsettings_0.11.bb deleted file mode 100644 index caf2bc67ae..0000000000 --- a/meta/packages/libxsettings/libxsettings_0.11.bb +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | DESCRIPTION = "Common code for XSETTINGS" | ||
| 2 | SECTION = "gpe/libs" | ||
| 3 | LICENSE = "BSD-X" | ||
| 4 | PRIORITY = "optional" | ||
| 5 | MAINTAINER = "Philip Blundell <pb@handhelds.org>" | ||
| 6 | DEPENDS = "libx11" | ||
| 7 | |||
| 8 | inherit gpe | ||
| 9 | |||
| 10 | headers = "xsettings-common.h" | ||
| 11 | |||
| 12 | do_stage () { | ||
| 13 | oe_libinstall -so libXsettings ${STAGING_LIBDIR} | ||
| 14 | |||
| 15 | mkdir -p ${STAGING_INCDIR}/gpe | ||
| 16 | for h in ${headers}; do | ||
| 17 | install -m 0644 ${S}/$h ${STAGING_INCDIR}/$h | ||
| 18 | done | ||
| 19 | } | ||
| 20 | |||
| 21 | do_install () { | ||
| 22 | gpe_do_install | ||
| 23 | oe_runmake PREFIX=${prefix} DESTDIR=${D} install-devel | ||
| 24 | } | ||
