All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][meta-oe][meta-networking][meta-xfce 1/4] openldap: fix QA warnings
@ 2013-01-22 12:20 Martin Jansa
  2013-01-22 12:20 ` [PATCH][meta-oe][meta-networking][meta-xfce 2/4] gateone: " Martin Jansa
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Martin Jansa @ 2013-01-22 12:20 UTC (permalink / raw)
  To: openembedded-devel

* openldap-2.4.23: openldap: Files/directories were installed but not shipped
    /var/volatile
    /var/volatile/run

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-support/openldap/openldap_2.4.23.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/openldap/openldap_2.4.23.bb b/meta-oe/recipes-support/openldap/openldap_2.4.23.bb
index b9441ef..319c50d 100644
--- a/meta-oe/recipes-support/openldap/openldap_2.4.23.bb
+++ b/meta-oe/recipes-support/openldap/openldap_2.4.23.bb
@@ -219,10 +219,10 @@ PACKAGES += "${PN}-slapd ${PN}-slurpd ${PN}-bin"
 
 # Package contents - shift most standard contents to -bin
 FILES_${PN} = "${libdir}/lib*.so.* ${sysconfdir}/openldap/ldap.* ${localstatedir}/openldap-data"
-FILES_${PN}-slapd = "${sysconfdir}/init.d ${libexecdir}/slapd ${sbindir} ${localstatedir}/run \
+FILES_${PN}-slapd = "${sysconfdir}/init.d ${libexecdir}/slapd ${sbindir} ${localstatedir}/run ${localstatedir}/volatile/run \
     ${sysconfdir}/openldap/slapd.* ${sysconfdir}/openldap/schema \
     ${sysconfdir}/openldap/DB_CONFIG.example"
-FILES_${PN}-slurpd = "${libexecdir}/slurpd ${localstatedir}/openldap-slurp ${localstatedir}/run"
+FILES_${PN}-slurpd = "${libexecdir}/slurpd ${localstatedir}/openldap-slurp ${localstatedir}/run ${localstatedir}/volatile/run"
 FILES_${PN}-bin = "${bindir}"
 FILES_${PN}-dev = "${includedir} ${libdir}/lib*.so ${libdir}/*.la ${libdir}/*.a ${libexecdir}/openldap/*.a ${libexecdir}/openldap/*.la ${libexecdir}/openldap/*.so"
 FILES_${PN}-dbg += "${libexecdir}/openldap/.debug"
-- 
1.8.1.1




^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH][meta-oe][meta-networking][meta-xfce 2/4] gateone: fix QA warnings
  2013-01-22 12:20 [PATCH][meta-oe][meta-networking][meta-xfce 1/4] openldap: fix QA warnings Martin Jansa
@ 2013-01-22 12:20 ` Martin Jansa
  2013-01-22 12:20 ` [PATCH][meta-oe][meta-networking][meta-xfce 3/4] xfce-icon-theme: " Martin Jansa
  2013-01-22 12:20 ` [PATCH][meta-oe][meta-networking][meta-xfce 4/4] autofs: " Martin Jansa
  2 siblings, 0 replies; 8+ messages in thread
From: Martin Jansa @ 2013-01-22 12:20 UTC (permalink / raw)
  To: openembedded-devel

* gateone-1.1: gateone: Files/directories were installed but not shipped
  /var/volatile
  /var/volatile/log
  /var/volatile/log/gateone

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-connectivity/gateone/gateone_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/gateone/gateone_git.bb b/meta-oe/recipes-connectivity/gateone/gateone_git.bb
index f0f727a..652876f 100644
--- a/meta-oe/recipes-connectivity/gateone/gateone_git.bb
+++ b/meta-oe/recipes-connectivity/gateone/gateone_git.bb
@@ -26,7 +26,7 @@ do_install_append() {
 	install -m 0644 ${WORKDIR}/server.conf ${D}/var/lib/gateone/server.conf
 }
 
-FILES_${PN} = "${localstatedir}/lib ${localstatedir}/log ${base_libdir} ${sysconfdir} ${PYTHON_SITEPACKAGES_DIR}"
+FILES_${PN} = "${localstatedir}/lib ${localstatedir}/log ${localstatedir}/volatile/log ${base_libdir} ${sysconfdir} ${PYTHON_SITEPACKAGES_DIR}"
 RDEPENDS_${PN} = "file \
                   mime-support \
                   openssh-ssh \
-- 
1.8.1.1




^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH][meta-oe][meta-networking][meta-xfce 3/4] xfce-icon-theme: fix QA warnings
  2013-01-22 12:20 [PATCH][meta-oe][meta-networking][meta-xfce 1/4] openldap: fix QA warnings Martin Jansa
  2013-01-22 12:20 ` [PATCH][meta-oe][meta-networking][meta-xfce 2/4] gateone: " Martin Jansa
@ 2013-01-22 12:20 ` Martin Jansa
  2013-01-22 12:20 ` [PATCH][meta-oe][meta-networking][meta-xfce 4/4] autofs: " Martin Jansa
  2 siblings, 0 replies; 8+ messages in thread
From: Martin Jansa @ 2013-01-22 12:20 UTC (permalink / raw)
  To: openembedded-devel

* xfce4-icon-theme-4.4.3: xfce4-icon-theme: Files/directories were installed but not shipped
  /usr/share/xfce4
  /usr/share/xfce4/mime
  /usr/share/xfce4/mime/Rodent.mime.xml

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-xfce/recipes-art/xfce4-icon-theme/xfce4-icon-theme_4.4.3.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta-xfce/recipes-art/xfce4-icon-theme/xfce4-icon-theme_4.4.3.bb b/meta-xfce/recipes-art/xfce4-icon-theme/xfce4-icon-theme_4.4.3.bb
index bc6229a..37f88af 100644
--- a/meta-xfce/recipes-art/xfce4-icon-theme/xfce4-icon-theme_4.4.3.bb
+++ b/meta-xfce/recipes-art/xfce4-icon-theme/xfce4-icon-theme_4.4.3.bb
@@ -9,6 +9,4 @@ SRC_URI = "http://archive.xfce.org/src/art/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.ta
 SRC_URI[md5sum] = "73ce2977b84f634a6a6c5d9c27e336db"
 SRC_URI[sha256sum] = "d4786692d56b8a563f66a5f260f1f13ade11e86c78cbcb25a9f9a5fc47cf66fa"
 
-#FILES_${PN} += "${datadir}/xfce4"
-
-
+FILES_${PN} += "${datadir}/xfce4/mime"
-- 
1.8.1.1




^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH][meta-oe][meta-networking][meta-xfce 4/4] autofs: fix QA warnings
  2013-01-22 12:20 [PATCH][meta-oe][meta-networking][meta-xfce 1/4] openldap: fix QA warnings Martin Jansa
  2013-01-22 12:20 ` [PATCH][meta-oe][meta-networking][meta-xfce 2/4] gateone: " Martin Jansa
  2013-01-22 12:20 ` [PATCH][meta-oe][meta-networking][meta-xfce 3/4] xfce-icon-theme: " Martin Jansa
@ 2013-01-22 12:20 ` Martin Jansa
  2013-01-22 13:04   ` Joe MacDonald
  2013-01-22 15:04   ` Koen Kooi
  2 siblings, 2 replies; 8+ messages in thread
From: Martin Jansa @ 2013-01-22 12:20 UTC (permalink / raw)
  To: openembedded-devel

autofs-5.0.7: autofs: Files/directories were installed but not shipped
  /run

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
index bf679b4..2bf03f1 100644
--- a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
+++ b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
@@ -60,4 +60,8 @@ do_configure_prepend () {
         fi
 }
 
+do_install_append () {
+	test -d ${D}/run && rmdir ${D}/run
+}
+
 INSANE_SKIP_${PN} = "dev-so"
-- 
1.8.1.1




^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH][meta-oe][meta-networking][meta-xfce 4/4] autofs: fix QA warnings
  2013-01-22 12:20 ` [PATCH][meta-oe][meta-networking][meta-xfce 4/4] autofs: " Martin Jansa
@ 2013-01-22 13:04   ` Joe MacDonald
  2013-01-22 15:04   ` Koen Kooi
  1 sibling, 0 replies; 8+ messages in thread
From: Joe MacDonald @ 2013-01-22 13:04 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 919 bytes --]

[[oe] [PATCH][meta-oe][meta-networking][meta-xfce 4/4] autofs: fix QA warnings] On 13.01.22 (Tue 13:20) Martin Jansa wrote:

> autofs-5.0.7: autofs: Files/directories were installed but not shipped
>   /run
> 
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
> ---
>  meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
> index bf679b4..2bf03f1 100644
> --- a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
> +++ b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
> @@ -60,4 +60,8 @@ do_configure_prepend () {
>          fi
>  }
>  
> +do_install_append () {
> +	test -d ${D}/run && rmdir ${D}/run
> +}
> +
>  INSANE_SKIP_${PN} = "dev-so"

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH][meta-oe][meta-networking][meta-xfce 4/4] autofs: fix QA warnings
  2013-01-22 12:20 ` [PATCH][meta-oe][meta-networking][meta-xfce 4/4] autofs: " Martin Jansa
  2013-01-22 13:04   ` Joe MacDonald
@ 2013-01-22 15:04   ` Koen Kooi
  2013-01-22 15:44     ` Martin Jansa
  1 sibling, 1 reply; 8+ messages in thread
From: Koen Kooi @ 2013-01-22 15:04 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 22-01-13 13:20, Martin Jansa schreef:
> autofs-5.0.7: autofs: Files/directories were installed but not shipped 
> /run
> 
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- 
> meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb | 4 ++++ 1 file
> changed, 4 insertions(+)
> 
> diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
> b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb index
> bf679b4..2bf03f1 100644 ---
> a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb +++
> b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb @@ -60,4 +60,8
> @@ do_configure_prepend () { fi }
> 
> +do_install_append () { +	test -d ${D}/run && rmdir ${D}/run +} + 
> INSANE_SKIP_${PN} = "dev-so"

Missing PR bump

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFQ/qqEMkyGM64RGpERAuF8AJ9kNFy6oQXbe1cySl2hM0SuRUk7iACePGXu
A/vSJ0gXV94w4hKLsTVgBLc=
=G2ge
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH][meta-oe][meta-networking][meta-xfce 4/4] autofs: fix QA warnings
  2013-01-22 15:04   ` Koen Kooi
@ 2013-01-22 15:44     ` Martin Jansa
  2013-01-22 16:01       ` Koen Kooi
  0 siblings, 1 reply; 8+ messages in thread
From: Martin Jansa @ 2013-01-22 15:44 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1165 bytes --]

On Tue, Jan 22, 2013 at 04:04:36PM +0100, Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Op 22-01-13 13:20, Martin Jansa schreef:
> > autofs-5.0.7: autofs: Files/directories were installed but not shipped 
> > /run
> > 
> > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- 
> > meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb | 4 ++++ 1 file
> > changed, 4 insertions(+)
> > 
> > diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
> > b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb index
> > bf679b4..2bf03f1 100644 ---
> > a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb +++
> > b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb @@ -60,4 +60,8
> > @@ do_configure_prepend () { fi }
> > 
> > +do_install_append () { +	test -d ${D}/run && rmdir ${D}/run +} + 
> > INSANE_SKIP_${PN} = "dev-so"
> 
> Missing PR bump

I know, but oe-core changes are now applied without PR bumps too and
upgrade paths are broken without PR service at least since Christmas..

So is it still worth it?

Cheers,

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH][meta-oe][meta-networking][meta-xfce 4/4] autofs: fix QA warnings
  2013-01-22 15:44     ` Martin Jansa
@ 2013-01-22 16:01       ` Koen Kooi
  0 siblings, 0 replies; 8+ messages in thread
From: Koen Kooi @ 2013-01-22 16:01 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 22-01-13 16:44, Martin Jansa schreef:
> On Tue, Jan 22, 2013 at 04:04:36PM +0100, Koen Kooi wrote:
>> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
>> 
>> Op 22-01-13 13:20, Martin Jansa schreef:
>>> autofs-5.0.7: autofs: Files/directories were installed but not
>>> shipped /run
>>> 
>>> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- 
>>> meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb | 4 ++++ 1
>>> file changed, 4 insertions(+)
>>> 
>>> diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb 
>>> b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb index 
>>> bf679b4..2bf03f1 100644 --- 
>>> a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb +++ 
>>> b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb @@ -60,4
>>> +60,8 @@ do_configure_prepend () { fi }
>>> 
>>> +do_install_append () { +	test -d ${D}/run && rmdir ${D}/run +} + 
>>> INSANE_SKIP_${PN} = "dev-so"
>> 
>> Missing PR bump
> 
> I know, but oe-core changes are now applied without PR bumps too and 
> upgrade paths are broken without PR service at least since Christmas..
> 
> So is it still worth it?

Only if they get cherry-picked into danny or denzil, but I guess we can add
PR bump commits for those manually.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFQ/rfpMkyGM64RGpERArM8AJ916LgEAnHbjIjV4V362hD/agOYUQCggW1E
eS/pzybz5fL46MSf7BR7LFE=
=WYYt
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-01-22 16:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-22 12:20 [PATCH][meta-oe][meta-networking][meta-xfce 1/4] openldap: fix QA warnings Martin Jansa
2013-01-22 12:20 ` [PATCH][meta-oe][meta-networking][meta-xfce 2/4] gateone: " Martin Jansa
2013-01-22 12:20 ` [PATCH][meta-oe][meta-networking][meta-xfce 3/4] xfce-icon-theme: " Martin Jansa
2013-01-22 12:20 ` [PATCH][meta-oe][meta-networking][meta-xfce 4/4] autofs: " Martin Jansa
2013-01-22 13:04   ` Joe MacDonald
2013-01-22 15:04   ` Koen Kooi
2013-01-22 15:44     ` Martin Jansa
2013-01-22 16:01       ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.