[oe-commits] org.oe.dev mb panel hacks: set package_arch to all

koen commit openembedded-commits at lists.openembedded.org
Sat Nov 25 12:59:47 UTC 2006


mb panel hacks: set package_arch to all

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 80d921d4eb948d68b2d65a3d93db120eae996016
ViewMTN: http://monotone.openembedded.org/revision.psp?id=80d921d4eb948d68b2d65a3d93db120eae996016
Files:
1
packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb
Diffs:

#
# mt diff -r506c1d6e215201226b449241de82833d4a8c447f -r80d921d4eb948d68b2d65a3d93db120eae996016
#
# 
# 
# patch "packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb"
#  from [ba63fbeae70424a0e230f4e7997078811d41dcb8]
#    to [9f3e687bff47141358c39af378f720177cb31c3c]
# 
============================================================
--- packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb	ba63fbeae70424a0e230f4e7997078811d41dcb8
+++ packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb	9f3e687bff47141358c39af378f720177cb31c3c
@@ -1,12 +1,15 @@ DESCRIPTION = "Simple dockapps created w
 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"
+






More information about the Openembedded-commits mailing list