meta-tizen: Update according to the actual Q1 tizen common release
[scm/bb/tizen-distro.git] / meta-tizen / meta-tizen-common-base / recipes-security / buxton / files / 0001-remove-nativebuxtondgeneration.patch
1 From 4e00173aaa4b39040423d2899154eb744d56188a Mon Sep 17 00:00:00 2001
2 From: Xavier Roche <xavrock.os@gmail.com>
3 Date: Sun, 22 Feb 2015 21:32:08 +0100
4 Subject: [PATCH] test
5
6 Signed-off-by: Xavier Roche <xavrock.os@gmail.com>
7 ---
8  Makefile.am | 35 -----------------------------------
9  1 file changed, 35 deletions(-)
10
11 diff --git a/Makefile.am b/Makefile.am
12 index a613e6d..ba3eec0 100644
13 --- a/Makefile.am
14 +++ b/Makefile.am
15 @@ -156,24 +156,9 @@ EXTRA_DIST = \
16  dist_sysconf_DATA = \
17         data/buxton.conf
18  
19 -sbin_PROGRAMS = \
20 -       buxtond
21 -
22  bin_PROGRAMS = \
23         buxtonctl
24  
25 -buxtond_SOURCES = \
26 -       src/core/daemon.c \
27 -       src/core/daemon.h \
28 -       src/core/main.c
29 -
30 -buxtond_LDADD = \
31 -       $(SYSTEMD_LIBS) \
32 -       libbuxton-shared.la
33 -
34 -buxtond_CFLAGS = \
35 -       $(AM_CFLAGS)
36 -
37  buxtonctl_SOURCES = \
38         src/cli/main.c \
39         src/cli/client.c \
40 @@ -318,7 +303,6 @@ check_PROGRAMS = \
41         check_buxton_array \
42         check_buxton_list \
43         check_shared_lib \
44 -       check_buxtond \
45         check_daemon \
46         check_smack \
47         check_configurator \
48 @@ -397,25 +381,6 @@ check_shared_lib_LDADD = \
49         libbuxton.la \
50         libbuxton-shared.la
51  
52 -check_buxtond_SOURCES = \
53 -       test/check_utils.c \
54 -       test/check_utils.h \
55 -       src/core/daemon.c \
56 -       src/core/daemon.h \
57 -       src/core/main.c
58 -check_buxtond_CFLAGS = \
59 -       @CHECK_CFLAGS@ \
60 -       $(AM_CFLAGS) \
61 -       @INIPARSER_CFLAGS@ \
62 -       -DMAKE_CHECK \
63 -       -DABS_TOP_SRCDIR=\"$(abs_top_srcdir)\" \
64 -       -DABS_TOP_BUILDDIR=\"$(abs_top_builddir)\"
65 -check_buxtond_LDADD = \
66 -       @CHECK_LIBS@ \
67 -       $(SYSTEMD_LIBS) \
68 -       libbuxton.la \
69 -       libbuxton-shared.la
70 -
71  check_daemon_SOURCES = \
72         test/check_utils.c \
73         test/check_utils.h \
74 -- 
75 1.9.1
76