diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-31 19:54:55 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-31 19:54:55 +0000 |
commit | fdfb98050fa955aa584d04beb603ee2685ee3b45 (patch) | |
tree | 812b016b42fd64c87dc0f0fa71cc30823bd47ae7 /packages/telepathy | |
parent | 443f6022df06d9f9dc221011c1744274deff2c2c (diff) |
empathy: put scrollkeeper stuff that conflicts with other packages in its own package
Diffstat (limited to 'packages/telepathy')
-rw-r--r-- | packages/telepathy/empathy_2.23.90.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/telepathy/empathy_2.23.90.bb b/packages/telepathy/empathy_2.23.90.bb index 18e95b1430..ff304f918e 100644 --- a/packages/telepathy/empathy_2.23.90.bb +++ b/packages/telepathy/empathy_2.23.90.bb @@ -8,6 +8,10 @@ RRECOMMENDS = "telepathy-gabble" inherit gnome PARALLEL_MAKE = "" +PR = "r1" + +PACKAGES =+ "empathy-scrollkeeper-junk" +FILES_empathy-scrollkeeper-junk = "/var/lib/scrollkeeper" FILES_${PN} += "${datadir}/mission-control/profiles/*.profile \ ${datadir}/dbus-1/services/*.service \ |