dcop: fix SECTION
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 12 Feb 2007 15:40:00 +0000 (15:40 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 12 Feb 2007 15:40:00 +0000 (15:40 +0000)
packages/dcop/dcopidl-native_3.5.4.bb
packages/dcop/dcopidl2cpp-native_3.5.4.bb

index 820700d..af90d5a 100644 (file)
@@ -1,15 +1,13 @@
 DESCRIPTION = "DCOP IDL parser"
-SECTION     = "kde/dev"
+SECTION     = "kde/devel"
 PRIORITY    = "optional"
 LICENSE     = "GPL"
 DEPENDS     = "uicmoc3-native"
 
-
 SRC_URI     = "svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdelibs/dcop/;module=dcopidl \
              file://dcopidl-compile.patch;patch=1 "
 S           = "${WORKDIR}/dcopidl"
 
-
 inherit native qmake qt3e
 
 export OE_QMAKE_LINK="${CXX}"
index 29a4f71..10969db 100644 (file)
@@ -1,16 +1,14 @@
 DESCRIPTION = "DCOP IDL parser"
-SECTION     = "kde/dev"
+SECTION     = "kde/devel"
 PRIORITY    = "optional"
 LICENSE     = "GPL"
 DEPENDS     = "uicmoc3-native"
 
-
 SRC_URI     = "svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdelibs/dcop/;module=dcopidl2cpp "
 #\
 #            file://dcopidl-compile.patch;patch=1 "
 S           = "${WORKDIR}/dcopidl2cpp"
 
-
 inherit native qmake qt3e
 
 export OE_QMAKE_LINK="${CXX}"