mb panel hacks: set package_arch to all
authorKoen Kooi <koen@openembedded.org>
Sat, 25 Nov 2006 12:49:40 +0000 (12:49 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 25 Nov 2006 12:49:40 +0000 (12:49 +0000)
packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb

index e7c1b4e..f5c1209 100644 (file)
@@ -1,12 +1,15 @@
 DESCRIPTION = "Simple dockapps created with monolaunch and shell script"
+LICENSE = "MIT"
+SECTION = "x11/wm"
+PRIORITY = "optional"
+
 DEPENDS = "matchbox xmodmap"
+
+PR = "r6"
+
 SRC_URI = "file://xrandr-panelapp.sh \
           file://xrandr-panelapp.desktop \
           file://xrandr.png"
-SECTION = "x11/wm"
-PRIORITY = "optional"
-PR = "r4"
-LICENSE = "MIT"
 
 do_install() {
         install -d ${D}${bindir}
@@ -16,3 +19,7 @@ do_install() {
        install -m 0644 ${WORKDIR}/xrandr-panelapp.desktop ${D}${datadir}/applications/
        install -m 0644 ${WORKDIR}/xrandr.png ${D}${datadir}/pixmaps/
 }
+
+#The package contains ashellscript, a .desktop file and a png
+PACKAGE_ARCH = "all"
+