diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-05-03 00:41:08 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-05-05 00:07:53 +0200 |
commit | c504712189b9f3a157a2f3c8bdf257c1d88c3944 (patch) | |
tree | fbffdb2d940dbb977c38718d62a672a12dd4ac5b | |
parent | 8c7f50cd36852a1588420643ae5e42f895acc397 (diff) |
opie-init: uncomment c7x0 specific stuff
* was commented in ver 1.2.4 but there are still bits in opie-init.inc
* unbreak the build for the moment
* still needs testing about w100 in opie
-rw-r--r-- | recipes/opie-init/opie-init_1.2.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/opie-init/opie-init_1.2.4.bb b/recipes/opie-init/opie-init_1.2.4.bb index b067ae27e4..5effa73319 100644 --- a/recipes/opie-init/opie-init_1.2.4.bb +++ b/recipes/opie-init/opie-init_1.2.4.bb @@ -8,4 +8,4 @@ SRC_URI = "file://opie-reorgfiles \ file://opie_defaults" # This should not be necessary anymore (w100 is currently disabled for c7x0) -#SRC_URI_append_c7x0 = " file://qpe-suspend-resume" +SRC_URI_append_c7x0 = " file://qpe-suspend-resume" |