diff options
author | Matthew Allum <mallum@openedhand.com> | 2006-04-13 21:27:31 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2006-04-13 21:27:31 +0000 |
commit | 6618118b52ea039b7fa5486abc61c0e358c9ebff (patch) | |
tree | 4ce00825e6a7535ed7845cf4a5e6ca7983dbfbe0 | |
parent | 4c4b4bf3966828e6e1aba815ac375f0ae553d1f3 (diff) | |
download | poky-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
-rw-r--r-- | openembedded/packages/libxsettings-client/libxsettings-client-0.16/Makefile-am.patch | 11 | ||||
-rw-r--r-- | openembedded/packages/libxsettings-client/libxsettings-client_0.16.bb | 24 |
2 files changed, 0 insertions, 35 deletions
diff --git a/openembedded/packages/libxsettings-client/libxsettings-client-0.16/Makefile-am.patch b/openembedded/packages/libxsettings-client/libxsettings-client-0.16/Makefile-am.patch deleted file mode 100644 index fb5b1dbe65..0000000000 --- a/openembedded/packages/libxsettings-client/libxsettings-client-0.16/Makefile-am.patch +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | --- libxsettings-client-0.16/Makefile.am.orig 2006-01-17 16:01:21.000000000 +0000 | ||
2 | +++ libxsettings-client-0.16/Makefile.am 2006-01-17 16:01:30.000000000 +0000 | ||
3 | @@ -3,7 +3,7 @@ | ||
4 | source_h = xsettings-client.h xsettings-common.h | ||
5 | source_c = xsettings-client.c xsettings-common.c | ||
6 | |||
7 | -INCLUDES = -I $(includedir) $(X_CFLAGS) | ||
8 | +INCLUDES = $(X_CFLAGS) | ||
9 | |||
10 | libxsincludedir = $(includedir) | ||
11 | |||
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 @@ | |||
1 | SECTION = "gpe/libs" | ||
2 | LICENSE = "BSD-X" | ||
3 | PRIORITY = "optional" | ||
4 | DEPENDS = "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. | ||
7 | MAINTAINER = "Florian Boor <florian@kernelconcepts.de>" | ||
8 | PR="r1" | ||
9 | |||
10 | inherit autotools pkgconfig gpe | ||
11 | |||
12 | SRC_URI = "${GPE_MIRROR}/libxsettings-client-${PV}.tar.bz2 \ | ||
13 | file://Makefile-am.patch;patch=1" | ||
14 | |||
15 | |||
16 | headers = "xsettings-client.h xsettings-common.h" | ||
17 | do_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 | |||