Commit Graph

21 Commits

Author SHA1 Message Date
Kevin Tian e101642a61 populate-volatile.sh: cleanup duplicated invocations and remove boot warning
For one, populate-volatile.sh is itself a rcS script which is invoked earlier
than package's own postinst method (last one in rcS). If package has already
installed their volatile files correctly, it doesn't make sense to update volatile
again in postinst since nothing is changed.

On the other hand, dbus/hal are special since their user/group are only created
in the target. If they pre-install volatiles like others, populate-volatile.sh
will report "undefined user" since at that time their user/group haven't been
created. The better way solving this is to generate their volatile in the fly
after user/group are created, and then update volatiles.

This fix [BUGID #121]

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-12 15:39:24 +01:00
Dongxiao Xu 763be1f0f5 nektworkmanager-applet.bb: Fix recipe metadata
Add HOMEPAGE and BUGTRACKER information
Fix LICENSE information
Fix recipe format

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-07-02 15:32:48 -07:00
Dongxiao Xu 614b28d52b networkmanager_svn.bb: Fix recipe metadata
Fix HOMEPAGE and LICENSE information
Add BUGTRACKER information
Fix recipe format

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-07-02 15:32:47 -07:00
Joshua Lock 4d1f39af75 autotools: deprecate autotools_stage class
Move the functionality into autotools and ensure all our Poky recipes are no
longer using it.
Keep the autools_stage class around for OE compatability but just have it
inherit autools.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-04-27 17:11:28 +01:00
Richard Purdie b604fe9048 networkmanager: Fix polkit dependency
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-01 09:20:33 +00:00
Richard Purdie 40bb7a30fc networkmanager: Update to work with recent libnl
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-16 12:46:45 +01:00
Richard Purdie c2ac572857 networkmanager: Add DEPENDS on policykit
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-14 15:09:20 +01:00
Carl Simonson 75f3ca5abb networkmanager: Add a missing configure dependency 2009-01-23 16:10:40 +00:00
Richard Purdie fcb1791f55 classes/autotools_stage.bbclass: Add autotools_stage class to further recipes to simplify recipes using standard autotools 2008-12-30 17:07:17 +00:00
Rob Bradford 03d16ab59d networkmanager: Remove conflicting directories (managed by volatiles) 2008-10-31 13:35:29 +00:00
Richard Purdie 210f011145 networkmanager/matchbox-keyboard: Use exec to run the final programs
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5084 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-19 21:53:15 +00:00
Richard Purdie 7b49a5b678 networkmanager-applet: Start after the desktop has loaded by using dbus-wait
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5074 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-19 16:07:56 +00:00
Richard Purdie 33d99387eb networkmanager: Add a method to stop network manager controlling selected network interfaces
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4843 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-16 08:35:51 +00:00
Ross Burton bd267516ed networkmanager-applet: use a .sh session script
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4829 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-04 14:17:18 +00:00
Ross Burton 670fd324bf networkmanager: use a proper init script with depends
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4828 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-04 14:14:21 +00:00
Marcin Juszkiewicz 797944f947 networkmanager: added missing dependency on gnome-common
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4774 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-02 14:21:13 +00:00
Marcin Juszkiewicz 82ad25c90a networkmanager-applet: disable libnotify if we do not depend on it
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4301 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-22 00:25:47 +00:00
Richard Purdie 0ba7ff12f8 networkmanager: Fix broken makefile for libtool 2.2.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4252 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-14 22:06:29 +00:00
Richard Purdie 698f4302c3 networkmanager-applet: Remove VPN connections menu
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3881 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-02-29 17:56:25 +00:00
Richard Purdie fd700bb7d3 networkmanager-applet: Add startup script to Xsession.d directory
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3715 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-02-07 20:32:53 +00:00
Richard Purdie e600587fdc networkmanager: Move from meta-extras to meta
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3709 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-02-07 20:00:09 +00:00