summaryrefslogtreecommitdiffstats
path: root/meta/packages/devicekit
Commit message (Collapse)AuthorAgeFilesLines
* populate-volatile.sh: cleanup duplicated invocations and remove boot warningKevin Tian2010-08-121-3/+1
| | | | | | | | | | | | | | | | | 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>
* autotools: deprecate autotools_stage classJoshua Lock2010-04-272-2/+2
| | | | | | | | | 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>
* devicekit: Add 003 release and devicekit-power (from OE.dev with ↵Richard Purdie2010-01-293-0/+37
| | | | | | fixes/improvements) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* devicekit: Disable man page generationRichard Purdie2008-10-091-0/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5469 311d38ba-8fff-0310-9ca6-ca027cbcb966
* devicekit: initial packageRoss Burton2008-10-082-0/+35
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5463 311d38ba-8fff-0310-9ca6-ca027cbcb966