buxton packages : remove systemd-native dependency (useless)
[scm/bb/meta-tizen.git] / meta-tizen-common-base / recipes-security / buxton / buxton-extraconf.inc
1 SRC_URI_class-native = "git://review.tizen.org/platform/upstream/buxton;tag=30ff93b6f03098ab14626e2212776b05594cb212;nobranch=1"
2 SRC_URI_class-native += "file://0001-remove-buxtondgeneration.patch"
3
4
5 DEPENDS_append_class-native = ""
6 DEPENDS_append_class-native += "libcheck-native"
7 DEPENDS_append_class-native += "attr-native"
8 DEPENDS_append_class-native += "gdbm-native"
9
10 RDEPENDS_${PN}_class-native = ""
11 RDEPENDS_${PN}_class-native += "coreutils"
12 RDEPENDS_${PN}_class-native += "smack"
13
14 inherit useradd
15
16 do_prep_class-native() {
17  cd ${S}
18  chmod -Rf a+rX,u+w,g-w,o-w ${S}
19  #setup -q
20  
21  
22 }
23
24 do_patch_prepend_class-native() {
25     bb.build.exec_func('do_fetch', d)
26 }
27
28 do_compile_class-native() {
29  cd ${S}
30   LANG=C
31   export LANG
32   unset DISPLAY
33   LD_AS_NEEDED=1; export LD_AS_NEEDED ;
34   
35   
36   autotools_do_configure
37   oe_runmake
38   
39   
40   
41 }
42
43 USERADD_PACKAGES = "buxton"
44
45 USERADD_PARAM_${PN} = " -u 9997  -m buxton"