diff options
author | Tom Rini <trini@embeddedalley.com> | 2008-11-26 14:12:27 -0500 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2008-11-26 14:12:27 -0500 |
commit | bb12cd9c0a757e6ef696d57923821829f00ace79 (patch) | |
tree | 9d64dd072fd5467a7839c10fa58bf72871b201c4 /packages/samba | |
parent | e2da0ee76bdb189129db65a0ab7e10b0a9847351 (diff) |
samba, samba-essential: Move IFACE related autoconf variables to common-linux site file.
As reported by me in bug 4854, the IFACE autoconf variables are found
in some, bug not all arch site files, but these are really common linux
variables and as such, should be in common-linux. Bump PR as there is a
change here in some arches.
Diffstat (limited to 'packages/samba')
-rw-r--r-- | packages/samba/samba-essential_3.0.20.bb | 2 | ||||
-rw-r--r-- | packages/samba/samba_3.0.23c.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/samba/samba-essential_3.0.20.bb b/packages/samba/samba-essential_3.0.20.bb index ecf591dbb5..5486e0ff88 100644 --- a/packages/samba/samba-essential_3.0.20.bb +++ b/packages/samba/samba-essential_3.0.20.bb @@ -1,7 +1,7 @@ require samba-essential.inc inherit update-rc.d -PR = "r6" +PR = "r7" SRC_URI = "file://config-lfs.patch;patch=1 \ file://init-essential \ diff --git a/packages/samba/samba_3.0.23c.bb b/packages/samba/samba_3.0.23c.bb index fdbc67d1bc..f477001970 100644 --- a/packages/samba/samba_3.0.23c.bb +++ b/packages/samba/samba_3.0.23c.bb @@ -1,7 +1,7 @@ require samba.inc inherit update-rc.d -PR = "r2" +PR = "r3" SRC_URI += "file://config-lfs.patch;patch=1 \ file://init \ |