diff options
author | Richard Purdie <richard@openedhand.com> | 2005-09-22 22:02:48 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-09-22 22:02:48 +0000 |
commit | 26a96fc12fb2df9e965087589da2ed6a3e39b5e4 (patch) | |
tree | aa162fa89439bae50782e2528b02ed2a407c3131 /openembedded/packages/maemo | |
parent | d18457f094de8532eb8921991303032cdb345fe9 (diff) | |
download | poky-26a96fc12fb2df9e965087589da2ed6a3e39b5e4.tar.gz |
Updates against mainline OE to fix various issues and make builds work again as a couple of poky changes got lost
git-svn-id: https://svn.o-hand.com/repos/poky@29 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/maemo')
-rw-r--r-- | openembedded/packages/maemo/nokia770-init_1.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openembedded/packages/maemo/nokia770-init_1.0.bb b/openembedded/packages/maemo/nokia770-init_1.0.bb index 14ec4a0cfd..414c4e41c0 100644 --- a/openembedded/packages/maemo/nokia770-init_1.0.bb +++ b/openembedded/packages/maemo/nokia770-init_1.0.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | LICENSE = "GPL" | 1 | LICENSE = "GPL" |
2 | MAINTAINER = "Florian Boor <florian@kernelconcepts.de" | 2 | MAINTAINER = "Florian Boor <florian@kernelconcepts.de" |
3 | PR = "r3" | 3 | PR = "r4" |
4 | 4 | ||
5 | DEPENDS = "base-passwd" | 5 | DEPENDS = "base-passwd" |
6 | RDEPENDS = "hotplug" | 6 | #RDEPENDS = "hotplug" |
7 | 7 | ||
8 | SRC_URI = "file://fixup-770.sh" | 8 | SRC_URI = "file://fixup-770.sh" |
9 | 9 | ||