xserver-common: Remove invalid DEPENDS and set PACKAGE_ARCH = all
authorRichard Purdie <rpurdie@rpsys.net>
Thu, 9 Feb 2006 22:11:59 +0000 (22:11 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 9 Feb 2006 22:11:59 +0000 (22:11 +0000)
packages/xserver-common/xserver-common_1.3.bb
packages/xserver-common/xserver-common_1.5.bb
packages/xserver-common/xserver-common_1.7.bb

index 343abe9..ea3fab6 100644 (file)
@@ -2,8 +2,10 @@ MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
 DESCRIPTION = "Common X11 scripts and support files"
 LICENSE = "GPL"
 SECTION = "x11"
-DEPENDS = "xmodmap xrandr xdpyinfo xtscal"
 RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal"
+PR = "r1"
+
+PACKAGE_ARCH = "all"
 
 # we are using a gpe-style Makefile
 inherit gpe
index a825ddf..f6d09ac 100644 (file)
@@ -2,10 +2,10 @@ MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
 DESCRIPTION = "Common X11 scripts and support files"
 LICENSE = "GPL"
 SECTION = "x11"
-DEPENDS = "xmodmap xrandr xdpyinfo xtscal"
 RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal"
-PR = "r0"
+PR = "r1"
 
+PACKAGE_ARCH = "all"
 
 # we are using a gpe-style Makefile
 inherit gpe
index a825ddf..f6d09ac 100644 (file)
@@ -2,10 +2,10 @@ MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
 DESCRIPTION = "Common X11 scripts and support files"
 LICENSE = "GPL"
 SECTION = "x11"
-DEPENDS = "xmodmap xrandr xdpyinfo xtscal"
 RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal"
-PR = "r0"
+PR = "r1"
 
+PACKAGE_ARCH = "all"
 
 # we are using a gpe-style Makefile
 inherit gpe