summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/libxsettings-client/libxsettings-client_0.16.bb
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2006-04-13 21:27:31 +0000
committerMatthew Allum <mallum@openedhand.com>2006-04-13 21:27:31 +0000
commit6618118b52ea039b7fa5486abc61c0e358c9ebff (patch)
tree4ce00825e6a7535ed7845cf4a5e6ca7983dbfbe0 /openembedded/packages/libxsettings-client/libxsettings-client_0.16.bb
parent4c4b4bf3966828e6e1aba815ac375f0ae553d1f3 (diff)
downloadpoky-6618118b52ea039b7fa5486abc61c0e358c9ebff.tar.gz
remove borked 0.16 libxsetting-client
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@354 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/libxsettings-client/libxsettings-client_0.16.bb')
-rw-r--r--openembedded/packages/libxsettings-client/libxsettings-client_0.16.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/openembedded/packages/libxsettings-client/libxsettings-client_0.16.bb b/openembedded/packages/libxsettings-client/libxsettings-client_0.16.bb
deleted file mode 100644
index 45d9b1c307..0000000000
--- a/openembedded/packages/libxsettings-client/libxsettings-client_0.16.bb
+++ /dev/null
@@ -1,24 +0,0 @@
1SECTION = "gpe/libs"
2LICENSE = "BSD-X"
3PRIORITY = "optional"
4DEPENDS = "libxsettings libx11 libxt"
5# libxt is required to stop configure breaking builds by
6# including system paths to find it if it isn't present.
7MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
8PR="r1"
9
10inherit autotools pkgconfig gpe
11
12SRC_URI = "${GPE_MIRROR}/libxsettings-client-${PV}.tar.bz2 \
13 file://Makefile-am.patch;patch=1"
14
15
16headers = "xsettings-client.h xsettings-common.h"
17do_stage () {
18 oe_libinstall -so libXsettings-client ${STAGING_LIBDIR}
19 mkdir -p ${STAGING_INCDIR}
20 for h in ${headers}; do
21 install -m 0644 ${S}/$h ${STAGING_INCDIR}/$h
22 done
23}
24