diff options
| author | Zhenhua Luo <b19537@freescale.com> | 2012-03-31 11:39:21 +0800 |
|---|---|---|
| committer | Zhenhua Luo <b19537@freescale.com> | 2012-03-31 11:39:21 +0800 |
| commit | 18fd34ab569e7de99d5f72988aa96507a4e059f1 (patch) | |
| tree | be5e003c611871a9ae88110c74866f31b46ba474 /recipes-append | |
| parent | 314ce1065833306d44f3cd42ffbd9f330e2c02b5 (diff) | |
| download | meta-fsl-ppc-18fd34ab569e7de99d5f72988aa96507a4e059f1.tar.gz | |
remove bbappend of ipsec-tools and samba due to the two packages are not in poky repository
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Diffstat (limited to 'recipes-append')
| -rw-r--r-- | recipes-append/ipsec-tools/ipsec-tools_0.7.2.bbappend | 7 | ||||
| -rw-r--r-- | recipes-append/samba/files/smb.conf | 22 | ||||
| -rw-r--r-- | recipes-append/samba/samba_3.5.6.bbappend | 4 |
3 files changed, 0 insertions, 33 deletions
diff --git a/recipes-append/ipsec-tools/ipsec-tools_0.7.2.bbappend b/recipes-append/ipsec-tools/ipsec-tools_0.7.2.bbappend deleted file mode 100644 index 6478dc7..0000000 --- a/recipes-append/ipsec-tools/ipsec-tools_0.7.2.bbappend +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | EXTRA_OECONF_append_fsl = "\ | ||
| 2 | --enable-dpd \ | ||
| 3 | --enable-ipv6 \ | ||
| 4 | --enable-natt \ | ||
| 5 | " | ||
| 6 | |||
| 7 | PR_append_fsl = "+${DISTRO}.0" | ||
diff --git a/recipes-append/samba/files/smb.conf b/recipes-append/samba/files/smb.conf deleted file mode 100644 index c13df31..0000000 --- a/recipes-append/samba/files/smb.conf +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | [global] | ||
| 2 | interfaces = eth0, eth1 | ||
| 3 | map to guest = Bad User | ||
| 4 | client NTLMv2 auth = Yes | ||
| 5 | client lanman auth = No | ||
| 6 | client plaintext auth = No | ||
| 7 | max xmit = 2097152 | ||
| 8 | socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=262142 SO_SNDBUF=262142 | ||
| 9 | dns proxy = No | ||
| 10 | use sendfile = Yes | ||
| 11 | guest account = root | ||
| 12 | pre-reply write = No | ||
| 13 | min receivefile size = 1 | ||
| 14 | dos charset = UTF-8 | ||
| 15 | unix charset = UTF-8 | ||
| 16 | display charset = UTF-8 | ||
| 17 | |||
| 18 | [public] | ||
| 19 | path = /smbshare | ||
| 20 | read only = No | ||
| 21 | guest ok = Yes | ||
| 22 | |||
diff --git a/recipes-append/samba/samba_3.5.6.bbappend b/recipes-append/samba/samba_3.5.6.bbappend deleted file mode 100644 index 7277e47..0000000 --- a/recipes-append/samba/samba_3.5.6.bbappend +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | FILEXTRAPATHS_prepend := "${THISDIR}/files:" | ||
| 2 | |||
| 3 | PR .= "+${DISTRO}.0" | ||
| 4 | |||
