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 | |
parent | 86aa6465198aac92df21108432ad559aaf1fdc64 (diff) |
matchbox-common: remove duplicated SECTION
-rw-r--r-- | packages/matchbox-common/matchbox-common_0.9.1.bb | 11 | ||||
-rw-r--r-- | packages/matchbox-common/matchbox-common_svn.bb | 7 |
2 files changed, 9 insertions, 9 deletions
diff --git a/packages/matchbox-common/matchbox-common_0.9.1.bb b/packages/matchbox-common/matchbox-common_0.9.1.bb index b50dce7da7..fa6e989b16 100644 --- a/packages/matchbox-common/matchbox-common_0.9.1.bb +++ b/packages/matchbox-common/matchbox-common_0.9.1.bb @@ -1,4 +1,3 @@ -SECTION = "x11/wm" DESCRIPTION = "Matchbox window manager common files" SECTION = "x11/wm" LICENSE = "GPL" @@ -9,13 +8,13 @@ SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar file://no-utilities-category.patch;patch=1 \ file://add-media-category.patch;patch=1" -inherit autotools pkgconfig +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" - 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" |