diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2008-06-05 12:56:57 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2008-06-05 12:56:57 +0000 |
commit | 1048a3e699020a072d7d467a815d3f4b2b0e1ead (patch) | |
tree | aec197707bbe4010f769e729b6f255995e233d6c | |
parent | 3b8ff8bcbd52202370f6d0715aeab0e18155ab28 (diff) |
gpe-conf: Add patch to make shutdown work in Angstrom
-rw-r--r-- | packages/gpe-conf/gpe-conf-0.2.7/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gpe-conf/gpe-conf_0.2.7.bb | 4 |
2 files changed, 3 insertions, 1 deletions
diff --git a/packages/gpe-conf/gpe-conf-0.2.7/.mtn2git_empty b/packages/gpe-conf/gpe-conf-0.2.7/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gpe-conf/gpe-conf-0.2.7/.mtn2git_empty diff --git a/packages/gpe-conf/gpe-conf_0.2.7.bb b/packages/gpe-conf/gpe-conf_0.2.7.bb index b908e6c50b..ec836eb068 100644 --- a/packages/gpe-conf/gpe-conf_0.2.7.bb +++ b/packages/gpe-conf/gpe-conf_0.2.7.bb @@ -10,12 +10,14 @@ RDEPENDS_gpe-conf-panel = "gpe-conf" RPROVIDES_${PN} += " bl" RCONFLICTS_${PN} = "bl" -PR = "r0" +PR = "r1" GPE_TARBALL_SUFFIX = "bz2" inherit gpe autotools pkgconfig +SRC_URI += "file://poweroff.patch;patch=1" + PACKAGES += "gpe-conf-panel" FILES_${PN} = "${sysconfdir} ${bindir} ${datadir}/pixmaps \ |