diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-11-08 15:40:47 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-11-08 15:40:47 +0000 |
commit | 51f089ebbc86fb36c2d16598b04af634ef791096 (patch) | |
tree | 5ce72851e15b2e0c15802b88ce1f71cb917fffee /packages/matchbox-common/matchbox-common_svn.bb | |
parent | 86aa6465198aac92df21108432ad559aaf1fdc64 (diff) |
matchbox-common: remove duplicated SECTION
Diffstat (limited to 'packages/matchbox-common/matchbox-common_svn.bb')
-rw-r--r-- | packages/matchbox-common/matchbox-common_svn.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/matchbox-common/matchbox-common_svn.bb b/packages/matchbox-common/matchbox-common_svn.bb index f14abd8382..eff0642970 100644 --- a/packages/matchbox-common/matchbox-common_svn.bb +++ b/packages/matchbox-common/matchbox-common_svn.bb @@ -14,8 +14,9 @@ inherit autotools pkgconfig EXTRA_OECONF = " --enable-pda-folders " -FILES_${PN} = "${bindir} \ - ${datadir}/matchbox/vfolders \ - ${datadir}/pixmaps" +FILES_${PN} = "\ + ${bindir} \ + ${datadir}/matchbox/vfolders \ + ${datadir}/pixmaps" PACKAGE_ARCH = "all" |