All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-multimedia][PATCH] updated mpd to current upstream stable
@ 2014-03-16 22:48 stephen.arnold42
  2014-03-16 22:48 ` [meta-xfce][PATCH] Fixed libxfce4ui recipe - updated depends, set SRCREV to 4.10.0 tag, added missing inherit and pre-config task stephen.arnold42
  2014-03-17  0:02 ` [meta-multimedia][PATCH] updated mpd to current upstream stable Martin Jansa
  0 siblings, 2 replies; 6+ messages in thread
From: stephen.arnold42 @ 2014-03-16 22:48 UTC (permalink / raw)
  To: openembedded-devel

---
 .../recipes-multimedia/musicpd/mpd_0.18.8.bb       | 59 ++++++++++++++++++++++
 1 file changed, 59 insertions(+)
 create mode 100644 meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.8.bb

diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.8.bb b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.8.bb
new file mode 100644
index 0000000..b6882af
--- /dev/null
+++ b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.8.bb
@@ -0,0 +1,59 @@
+SUMMARY = "Music Player Daemon"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
+HOMEPAGE ="http://www.musicpd.org"
+
+DEPENDS = "alsa-lib libsamplerate0 libsndfile1 libvorbis libogg faad2 ffmpeg curl sqlite bzip2 pulseaudio"
+
+SRC_URI = " \
+    http://www.musicpd.org/download/${PN}/stable/${P}.tar.xz \
+    file://mpd.conf.in \
+"
+
+SRC_URI[md5sum] = "7bbe1caf5abe404dc985ca4f44984b1f"
+SRC_URI[sha256sum] = "5366378e548fb77996cc33b0e15165ddd84f1e496bdd04616bd593aecdc26450"
+
+inherit autotools useradd systemd
+
+EXTRA_OECONF = "enable_bzip2=yes"
+EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', d)}"
+
+PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad"
+PACKAGECONFIG[id3tag] = "--enable-id3,--disable-id3,libid3tag"
+PACKAGECONFIG[lame] = "--enable-lame-encoder,--disable-lame-encoder,lame"
+
+do_install_append() {
+    install -d ${D}/${localstatedir}/lib/mpd/music
+    chmod 775 ${D}/${localstatedir}/lib/mpd/music
+    install -d ${D}/${localstatedir}/lib/mpd/playlists
+    chown -R mpd ${D}/${localstatedir}/lib/mpd
+    chown mpd:mpd ${D}/${localstatedir}/lib/mpd/music
+
+    install -d ${D}/${sysconfdir}
+    install -m 644 ${WORKDIR}/mpd.conf.in ${D}/${sysconfdir}/mpd.conf
+    sed -i \
+        -e 's|%music_directory%|${localstatedir}/lib/mpd/music|' \
+        -e 's|%playlist_directory%|${localstatedir}/lib/mpd/playlists|' \
+        -e 's|%db_file%|${localstatedir}/lib/mpd/mpd.db|' \
+        -e 's|%log_file%|${localstatedir}/log/mpd.log|' \
+        -e 's|%state_file%|${localstatedir}/lib/mpd/state|' \
+        ${D}/${sysconfdir}/mpd.conf
+
+    if [ -e ${D}/${systemd_unitdir}/system/mpd.service ] ; then
+        sed -i \
+            's|^ExecStart=.*|ExecStart=${bindir}/mpd --no-daemon|' \
+            ${D}/${systemd_unitdir}/system/mpd.service
+    fi
+}
+
+RPROVIDES_${PN} += "${PN}-systemd"
+RREPLACES_${PN} += "${PN}-systemd"
+RCONFLICTS_${PN} += "${PN}-systemd"
+SYSTEMD_SERVICE_${PN} = "mpd.service"
+
+USERADD_PACKAGES = "${PN}"
+USERADD_PARAM_${PN} = " \
+    --system --no-create-home \
+    --home ${localstatedir}/lib/mpd \
+    --groups audio \
+    --user-group mpd"
-- 
1.8.5.3



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

* [meta-xfce][PATCH] Fixed libxfce4ui recipe - updated depends, set SRCREV to 4.10.0 tag, added missing inherit and pre-config task.
  2014-03-16 22:48 [meta-multimedia][PATCH] updated mpd to current upstream stable stephen.arnold42
@ 2014-03-16 22:48 ` stephen.arnold42
  2014-03-17  6:40   ` Khem Raj
  2014-03-17  0:02 ` [meta-multimedia][PATCH] updated mpd to current upstream stable Martin Jansa
  1 sibling, 1 reply; 6+ messages in thread
From: stephen.arnold42 @ 2014-03-16 22:48 UTC (permalink / raw)
  To: openembedded-devel

---
 .../recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb   | 23 ++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)

diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb
index cc63a9f..b17ebc1 100644
--- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb
+++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb
@@ -2,23 +2,28 @@ SUMMARY = "Xfce4 Widget library and X Window System interaction"
 SECTION = "x11/libs"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475"
-DEPENDS = "gtk+ intltool libxfce4util startup-notification xfconf glade3"
+DEPENDS = "perl-native glib-2.0 gtk+ intltool libxfce4util xfconf xfce4-dev-tools virtual/libx11 libsm libice"
 
-inherit xfce
+inherit autotools gettext xfce
 
 SRC_URI = " \
     git://git.xfce.org/xfce/libxfce4ui;protocol=git \
     file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch \
-    file://0002-configure.ac.in-remove-optional-gtk3-support.patch \
 "
-SRCREV = "530b72f50fcbd8cb4b970fcc97be0321bf78183e"
-PV = "4.10.0+git${SRCPV}"
+
+SRCREV = "cf85eac7804e09b24f3e8fb4165f60b1c9f8cf49"
+PV = "4.10.0"
 S = "${WORKDIR}/git"
 
-EXTRA_OECONF += "--enable-maintainer-mode --disable-debug"
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[gladeui] = "--enable-gladeui,--disable-gladeui,glade3"
+PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification"
+
+EXTRA_OECONF += "--enable-maintainer-mode --disable-debug --with-vendor-info=Poky"
 
-do_configure_prepend() {
-       NOCONFIGURE=yes ./autogen.sh
+do_patch_extra() {
+    sed -i /GTK3/d ${S}/configure.ac.in
+    NOCONFIGURE=yes ./autogen.sh
 }
 
 FILES_${PN}-dbg += "${libdir}/glade3/modules/.debug"
@@ -27,3 +32,5 @@ FILES_${PN}-dev += "${libdir}/glade3/modules/*.la \
 PACKAGES += "${PN}-glade"
 FILES_${PN}-glade = "${libdir}/glade3 \
                      ${datadir}/glade3"
+
+addtask do_patch_extra before do_configure after do_patch
-- 
1.8.5.3



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

* Re: [meta-multimedia][PATCH] updated mpd to current upstream stable
  2014-03-16 22:48 [meta-multimedia][PATCH] updated mpd to current upstream stable stephen.arnold42
  2014-03-16 22:48 ` [meta-xfce][PATCH] Fixed libxfce4ui recipe - updated depends, set SRCREV to 4.10.0 tag, added missing inherit and pre-config task stephen.arnold42
@ 2014-03-17  0:02 ` Martin Jansa
  2014-03-17  0:24   ` Stephen Arnold
  1 sibling, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2014-03-17  0:02 UTC (permalink / raw)
  To: openembedded-devel

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

On Sun, Mar 16, 2014 at 03:48:58PM -0700, stephen.arnold42 wrote:
> ---
>  .../recipes-multimedia/musicpd/mpd_0.18.8.bb       | 59 ++++++++++++++++++++++

Can you please remove 0.18.4 in the same commit and resend with -M?

Thanks

>  1 file changed, 59 insertions(+)
>  create mode 100644 meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.8.bb
> 
> diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.8.bb b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.8.bb
> new file mode 100644
> index 0000000..b6882af
> --- /dev/null
> +++ b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.8.bb
> @@ -0,0 +1,59 @@
> +SUMMARY = "Music Player Daemon"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
> +HOMEPAGE ="http://www.musicpd.org"
> +
> +DEPENDS = "alsa-lib libsamplerate0 libsndfile1 libvorbis libogg faad2 ffmpeg curl sqlite bzip2 pulseaudio"
> +
> +SRC_URI = " \
> +    http://www.musicpd.org/download/${PN}/stable/${P}.tar.xz \
> +    file://mpd.conf.in \
> +"
> +
> +SRC_URI[md5sum] = "7bbe1caf5abe404dc985ca4f44984b1f"
> +SRC_URI[sha256sum] = "5366378e548fb77996cc33b0e15165ddd84f1e496bdd04616bd593aecdc26450"
> +
> +inherit autotools useradd systemd
> +
> +EXTRA_OECONF = "enable_bzip2=yes"
> +EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', d)}"
> +
> +PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad"
> +PACKAGECONFIG[id3tag] = "--enable-id3,--disable-id3,libid3tag"
> +PACKAGECONFIG[lame] = "--enable-lame-encoder,--disable-lame-encoder,lame"
> +
> +do_install_append() {
> +    install -d ${D}/${localstatedir}/lib/mpd/music
> +    chmod 775 ${D}/${localstatedir}/lib/mpd/music
> +    install -d ${D}/${localstatedir}/lib/mpd/playlists
> +    chown -R mpd ${D}/${localstatedir}/lib/mpd
> +    chown mpd:mpd ${D}/${localstatedir}/lib/mpd/music
> +
> +    install -d ${D}/${sysconfdir}
> +    install -m 644 ${WORKDIR}/mpd.conf.in ${D}/${sysconfdir}/mpd.conf
> +    sed -i \
> +        -e 's|%music_directory%|${localstatedir}/lib/mpd/music|' \
> +        -e 's|%playlist_directory%|${localstatedir}/lib/mpd/playlists|' \
> +        -e 's|%db_file%|${localstatedir}/lib/mpd/mpd.db|' \
> +        -e 's|%log_file%|${localstatedir}/log/mpd.log|' \
> +        -e 's|%state_file%|${localstatedir}/lib/mpd/state|' \
> +        ${D}/${sysconfdir}/mpd.conf
> +
> +    if [ -e ${D}/${systemd_unitdir}/system/mpd.service ] ; then
> +        sed -i \
> +            's|^ExecStart=.*|ExecStart=${bindir}/mpd --no-daemon|' \
> +            ${D}/${systemd_unitdir}/system/mpd.service
> +    fi
> +}
> +
> +RPROVIDES_${PN} += "${PN}-systemd"
> +RREPLACES_${PN} += "${PN}-systemd"
> +RCONFLICTS_${PN} += "${PN}-systemd"
> +SYSTEMD_SERVICE_${PN} = "mpd.service"
> +
> +USERADD_PACKAGES = "${PN}"
> +USERADD_PARAM_${PN} = " \
> +    --system --no-create-home \
> +    --home ${localstatedir}/lib/mpd \
> +    --groups audio \
> +    --user-group mpd"
> -- 
> 1.8.5.3
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

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

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

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

* Re: [meta-multimedia][PATCH] updated mpd to current upstream stable
  2014-03-17  0:02 ` [meta-multimedia][PATCH] updated mpd to current upstream stable Martin Jansa
@ 2014-03-17  0:24   ` Stephen Arnold
  2014-03-17  0:40     ` Martin Jansa
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Arnold @ 2014-03-17  0:24 UTC (permalink / raw)
  To: openembedded-devel

Not sure I understand; there should be only a new 0.18.8 recipe file in the
commit.  I have an updated one with a more standard message body,
signed-off-by, etc.  I'll resend a v2 in a minute, so please be specific if
something looks funky.  Thanks, Steve


On Sun, Mar 16, 2014 at 5:02 PM, Martin Jansa <martin.jansa@gmail.com>wrote:

> On Sun, Mar 16, 2014 at 03:48:58PM -0700, stephen.arnold42 wrote:
> > ---
> >  .../recipes-multimedia/musicpd/mpd_0.18.8.bb       | 59
> ++++++++++++++++++++++
>
> Can you please remove 0.18.4 in the same commit and resend with -M?
>
> Thanks
>
> >  1 file changed, 59 insertions(+)
> >  create mode 100644 meta-multimedia/recipes-multimedia/musicpd/
> mpd_0.18.8.bb
> >
> > diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.8.bbb/meta-multimedia/recipes-multimedia/musicpd/
> mpd_0.18.8.bb
> > new file mode 100644
> > index 0000000..b6882af
> > --- /dev/null
> > +++ b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.8.bb
> > @@ -0,0 +1,59 @@
> > +SUMMARY = "Music Player Daemon"
> > +LICENSE = "GPLv2"
> > +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
> > +HOMEPAGE ="http://www.musicpd.org"
> > +
> > +DEPENDS = "alsa-lib libsamplerate0 libsndfile1 libvorbis libogg faad2
> ffmpeg curl sqlite bzip2 pulseaudio"
> > +
> > +SRC_URI = " \
> > +    http://www.musicpd.org/download/${PN}/stable/${P}.tar.xz \
> > +    file://mpd.conf.in \
> > +"
> > +
> > +SRC_URI[md5sum] = "7bbe1caf5abe404dc985ca4f44984b1f"
> > +SRC_URI[sha256sum] =
> "5366378e548fb77996cc33b0e15165ddd84f1e496bdd04616bd593aecdc26450"
> > +
> > +inherit autotools useradd systemd
> > +
> > +EXTRA_OECONF = "enable_bzip2=yes"
> > +EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'systemd',
> '--with-systemdsystemunitdir=${systemd_unitdir}/system/',
> '--without-systemdsystemunitdir', d)}"
> > +
> > +PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad"
> > +PACKAGECONFIG[id3tag] = "--enable-id3,--disable-id3,libid3tag"
> > +PACKAGECONFIG[lame] =
> "--enable-lame-encoder,--disable-lame-encoder,lame"
> > +
> > +do_install_append() {
> > +    install -d ${D}/${localstatedir}/lib/mpd/music
> > +    chmod 775 ${D}/${localstatedir}/lib/mpd/music
> > +    install -d ${D}/${localstatedir}/lib/mpd/playlists
> > +    chown -R mpd ${D}/${localstatedir}/lib/mpd
> > +    chown mpd:mpd ${D}/${localstatedir}/lib/mpd/music
> > +
> > +    install -d ${D}/${sysconfdir}
> > +    install -m 644 ${WORKDIR}/mpd.conf.in ${D}/${sysconfdir}/mpd.conf
> > +    sed -i \
> > +        -e 's|%music_directory%|${localstatedir}/lib/mpd/music|' \
> > +        -e 's|%playlist_directory%|${localstatedir}/lib/mpd/playlists|'
> \
> > +        -e 's|%db_file%|${localstatedir}/lib/mpd/mpd.db|' \
> > +        -e 's|%log_file%|${localstatedir}/log/mpd.log|' \
> > +        -e 's|%state_file%|${localstatedir}/lib/mpd/state|' \
> > +        ${D}/${sysconfdir}/mpd.conf
> > +
> > +    if [ -e ${D}/${systemd_unitdir}/system/mpd.service ] ; then
> > +        sed -i \
> > +            's|^ExecStart=.*|ExecStart=${bindir}/mpd --no-daemon|' \
> > +            ${D}/${systemd_unitdir}/system/mpd.service
> > +    fi
> > +}
> > +
> > +RPROVIDES_${PN} += "${PN}-systemd"
> > +RREPLACES_${PN} += "${PN}-systemd"
> > +RCONFLICTS_${PN} += "${PN}-systemd"
> > +SYSTEMD_SERVICE_${PN} = "mpd.service"
> > +
> > +USERADD_PACKAGES = "${PN}"
> > +USERADD_PARAM_${PN} = " \
> > +    --system --no-create-home \
> > +    --home ${localstatedir}/lib/mpd \
> > +    --groups audio \
> > +    --user-group mpd"
> > --
> > 1.8.5.3
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>


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

* Re: [meta-multimedia][PATCH] updated mpd to current upstream stable
  2014-03-17  0:24   ` Stephen Arnold
@ 2014-03-17  0:40     ` Martin Jansa
  0 siblings, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2014-03-17  0:40 UTC (permalink / raw)
  To: openembedded-devel

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

On Sun, Mar 16, 2014 at 05:24:20PM -0700, Stephen Arnold wrote:
> Not sure I understand; there should be only a new 0.18.8 recipe file in the
> commit.  I have an updated one with a more standard message body,
> signed-off-by, etc.  I'll resend a v2 in a minute, so please be specific if
> something looks funky.  Thanks, Steve

git rm meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.4.bb

git commit --amend

> 
> 
> On Sun, Mar 16, 2014 at 5:02 PM, Martin Jansa <martin.jansa@gmail.com>wrote:
> 
> > On Sun, Mar 16, 2014 at 03:48:58PM -0700, stephen.arnold42 wrote:
> > > ---
> > >  .../recipes-multimedia/musicpd/mpd_0.18.8.bb       | 59
> > ++++++++++++++++++++++
> >
> > Can you please remove 0.18.4 in the same commit and resend with -M?
> >
> > Thanks
> >
> > >  1 file changed, 59 insertions(+)
> > >  create mode 100644 meta-multimedia/recipes-multimedia/musicpd/
> > mpd_0.18.8.bb
> > >
> > > diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.8.bbb/meta-multimedia/recipes-multimedia/musicpd/
> > mpd_0.18.8.bb
> > > new file mode 100644
> > > index 0000000..b6882af
> > > --- /dev/null
> > > +++ b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.8.bb
> > > @@ -0,0 +1,59 @@
> > > +SUMMARY = "Music Player Daemon"
> > > +LICENSE = "GPLv2"
> > > +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
> > > +HOMEPAGE ="http://www.musicpd.org"
> > > +
> > > +DEPENDS = "alsa-lib libsamplerate0 libsndfile1 libvorbis libogg faad2
> > ffmpeg curl sqlite bzip2 pulseaudio"
> > > +
> > > +SRC_URI = " \
> > > +    http://www.musicpd.org/download/${PN}/stable/${P}.tar.xz \
> > > +    file://mpd.conf.in \
> > > +"
> > > +
> > > +SRC_URI[md5sum] = "7bbe1caf5abe404dc985ca4f44984b1f"
> > > +SRC_URI[sha256sum] =
> > "5366378e548fb77996cc33b0e15165ddd84f1e496bdd04616bd593aecdc26450"
> > > +
> > > +inherit autotools useradd systemd
> > > +
> > > +EXTRA_OECONF = "enable_bzip2=yes"
> > > +EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'systemd',
> > '--with-systemdsystemunitdir=${systemd_unitdir}/system/',
> > '--without-systemdsystemunitdir', d)}"
> > > +
> > > +PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad"
> > > +PACKAGECONFIG[id3tag] = "--enable-id3,--disable-id3,libid3tag"
> > > +PACKAGECONFIG[lame] =
> > "--enable-lame-encoder,--disable-lame-encoder,lame"
> > > +
> > > +do_install_append() {
> > > +    install -d ${D}/${localstatedir}/lib/mpd/music
> > > +    chmod 775 ${D}/${localstatedir}/lib/mpd/music
> > > +    install -d ${D}/${localstatedir}/lib/mpd/playlists
> > > +    chown -R mpd ${D}/${localstatedir}/lib/mpd
> > > +    chown mpd:mpd ${D}/${localstatedir}/lib/mpd/music
> > > +
> > > +    install -d ${D}/${sysconfdir}
> > > +    install -m 644 ${WORKDIR}/mpd.conf.in ${D}/${sysconfdir}/mpd.conf
> > > +    sed -i \
> > > +        -e 's|%music_directory%|${localstatedir}/lib/mpd/music|' \
> > > +        -e 's|%playlist_directory%|${localstatedir}/lib/mpd/playlists|'
> > \
> > > +        -e 's|%db_file%|${localstatedir}/lib/mpd/mpd.db|' \
> > > +        -e 's|%log_file%|${localstatedir}/log/mpd.log|' \
> > > +        -e 's|%state_file%|${localstatedir}/lib/mpd/state|' \
> > > +        ${D}/${sysconfdir}/mpd.conf
> > > +
> > > +    if [ -e ${D}/${systemd_unitdir}/system/mpd.service ] ; then
> > > +        sed -i \
> > > +            's|^ExecStart=.*|ExecStart=${bindir}/mpd --no-daemon|' \
> > > +            ${D}/${systemd_unitdir}/system/mpd.service
> > > +    fi
> > > +}
> > > +
> > > +RPROVIDES_${PN} += "${PN}-systemd"
> > > +RREPLACES_${PN} += "${PN}-systemd"
> > > +RCONFLICTS_${PN} += "${PN}-systemd"
> > > +SYSTEMD_SERVICE_${PN} = "mpd.service"
> > > +
> > > +USERADD_PACKAGES = "${PN}"
> > > +USERADD_PARAM_${PN} = " \
> > > +    --system --no-create-home \
> > > +    --home ${localstatedir}/lib/mpd \
> > > +    --groups audio \
> > > +    --user-group mpd"
> > > --
> > > 1.8.5.3
> > >
> > > --
> > > _______________________________________________
> > > Openembedded-devel mailing list
> > > Openembedded-devel@lists.openembedded.org
> > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> > --
> > Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> >
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

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

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

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

* Re: [meta-xfce][PATCH] Fixed libxfce4ui recipe - updated depends, set SRCREV to 4.10.0 tag, added missing inherit and pre-config task.
  2014-03-16 22:48 ` [meta-xfce][PATCH] Fixed libxfce4ui recipe - updated depends, set SRCREV to 4.10.0 tag, added missing inherit and pre-config task stephen.arnold42
@ 2014-03-17  6:40   ` Khem Raj
  0 siblings, 0 replies; 6+ messages in thread
From: Khem Raj @ 2014-03-17  6:40 UTC (permalink / raw)
  To: openembeded-devel

On Sun, Mar 16, 2014 at 3:48 PM, stephen.arnold42
<stephen.arnold42@gmail.com> wrote:
> ---
>  .../recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb   | 23 ++++++++++++++--------
>  1 file changed, 15 insertions(+), 8 deletions(-)
>
> diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb
> index cc63a9f..b17ebc1 100644
> --- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb
> +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb
> @@ -2,23 +2,28 @@ SUMMARY = "Xfce4 Widget library and X Window System interaction"
>  SECTION = "x11/libs"
>  LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475"
> -DEPENDS = "gtk+ intltool libxfce4util startup-notification xfconf glade3"
> +DEPENDS = "perl-native glib-2.0 gtk+ intltool libxfce4util xfconf xfce4-dev-tools virtual/libx11 libsm libice"
>

should you just inherit perlnative ?

> -inherit xfce
> +inherit autotools gettext xfce
>
>  SRC_URI = " \
>      git://git.xfce.org/xfce/libxfce4ui;protocol=git \
>      file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch \
> -    file://0002-configure.ac.in-remove-optional-gtk3-support.patch \
>  "
> -SRCREV = "530b72f50fcbd8cb4b970fcc97be0321bf78183e"
> -PV = "4.10.0+git${SRCPV}"
> +
> +SRCREV = "cf85eac7804e09b24f3e8fb4165f60b1c9f8cf49"
> +PV = "4.10.0"
>  S = "${WORKDIR}/git"
>
> -EXTRA_OECONF += "--enable-maintainer-mode --disable-debug"
> +PACKAGECONFIG ??= ""
> +PACKAGECONFIG[gladeui] = "--enable-gladeui,--disable-gladeui,glade3"
> +PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification"
> +
> +EXTRA_OECONF += "--enable-maintainer-mode --disable-debug --with-vendor-info=Poky"
>

Can --with-vendor be made tunable such that distro's can provide vendor ID
but hardcoding is not good here.

> -do_configure_prepend() {
> -       NOCONFIGURE=yes ./autogen.sh
> +do_patch_extra() {
> +    sed -i /GTK3/d ${S}/configure.ac.in
> +    NOCONFIGURE=yes ./autogen.sh
>  }
>
>  FILES_${PN}-dbg += "${libdir}/glade3/modules/.debug"
> @@ -27,3 +32,5 @@ FILES_${PN}-dev += "${libdir}/glade3/modules/*.la \
>  PACKAGES += "${PN}-glade"
>  FILES_${PN}-glade = "${libdir}/glade3 \
>                       ${datadir}/glade3"
> +
> +addtask do_patch_extra before do_configure after do_patch
> --
> 1.8.5.3
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

end of thread, other threads:[~2014-03-17  6:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-16 22:48 [meta-multimedia][PATCH] updated mpd to current upstream stable stephen.arnold42
2014-03-16 22:48 ` [meta-xfce][PATCH] Fixed libxfce4ui recipe - updated depends, set SRCREV to 4.10.0 tag, added missing inherit and pre-config task stephen.arnold42
2014-03-17  6:40   ` Khem Raj
2014-03-17  0:02 ` [meta-multimedia][PATCH] updated mpd to current upstream stable Martin Jansa
2014-03-17  0:24   ` Stephen Arnold
2014-03-17  0:40     ` Martin Jansa

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.