diff options
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 7 | ||||
-rw-r--r-- | packages/base-files/base-files/hx4700/.mtn2git_empty (renamed from packages/base-files/base-files/ipaq-pxa270/.mtn2git_empty) | 0 | ||||
-rw-r--r-- | packages/base-files/base-files/hx4700/fstab (renamed from packages/base-files/base-files/ipaq-pxa270/fstab) | 0 | ||||
-rw-r--r-- | packages/base-files/base-files_3.0.14.bb | 2 | ||||
-rw-r--r-- | packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb | 15 |
5 files changed, 16 insertions, 8 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index d3b22626bb..3243c951dc 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -8,7 +8,7 @@ #DISTRO_VERSION = "2007.1" DISTRO_VERSION = "test-${DATE}" -DISTRO_REVISION = "11" +DISTRO_REVISION = "12" require conf/distro/include/angstrom.inc require conf/distro/include/sane-srcdates.inc @@ -72,8 +72,9 @@ SRCDATE_gconf-dbus = "20060719" SRCDATE_gnome-vfs-dbus = "20060803" CVS_TARBALL_STASH = "\ -http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/ \ -" + http://www.angstrom-distribution.org/unstable/sources/ \ + http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/ \ + " # GPE require conf/distro/include/preferred-gpe-versions-2.8.inc diff --git a/packages/base-files/base-files/ipaq-pxa270/.mtn2git_empty b/packages/base-files/base-files/hx4700/.mtn2git_empty index e69de29bb2..e69de29bb2 100644 --- a/packages/base-files/base-files/ipaq-pxa270/.mtn2git_empty +++ b/packages/base-files/base-files/hx4700/.mtn2git_empty diff --git a/packages/base-files/base-files/ipaq-pxa270/fstab b/packages/base-files/base-files/hx4700/fstab index 3dfde917e6..3dfde917e6 100644 --- a/packages/base-files/base-files/ipaq-pxa270/fstab +++ b/packages/base-files/base-files/hx4700/fstab diff --git a/packages/base-files/base-files_3.0.14.bb b/packages/base-files/base-files_3.0.14.bb index 9dbd4e81d1..c5cc234f7d 100644 --- a/packages/base-files/base-files_3.0.14.bb +++ b/packages/base-files/base-files_3.0.14.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Miscellaneous files for the base system." SECTION = "base" PRIORITY = "required" -PR = "r54" +PR = "r55" LICENSE = "GPL" SRC_URI = " \ diff --git a/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb b/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb index e7c1b4e648..f5c1209255 100644 --- a/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb +++ b/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb @@ -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" + |