diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-12 10:16:17 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-12 10:16:17 +0000 |
commit | d5e06fc90229c967a99a32cae814cdd995096b18 (patch) | |
tree | 82684244a5e6c781aa4af11fa7843f6023e09847 | |
parent | aceca7f3b9518143feefb6c75883bf786cddf499 (diff) |
gpe-login: remove obsolete versions
-rw-r--r-- | packages/gpe-login/gpe-login_0.82.bb | 12 | ||||
-rw-r--r-- | packages/gpe-login/gpe-login_0.83.bb | 20 | ||||
-rw-r--r-- | packages/gpe-login/gpe-login_0.86.bb | 19 |
3 files changed, 0 insertions, 51 deletions
diff --git a/packages/gpe-login/gpe-login_0.82.bb b/packages/gpe-login/gpe-login_0.82.bb deleted file mode 100644 index 752d7e9200..0000000000 --- a/packages/gpe-login/gpe-login_0.82.bb +++ /dev/null @@ -1,12 +0,0 @@ -LICENSE = "GPL" -inherit gpe - -DESCRIPTION = "GPE user login screen" -SECTION = "gpe" -PRIORITY = "optional" -DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd" -RDEPENDS = "xkbd" -RPROVIDES = "gpe-session-starter" -PR = "r1" - -SRC_URI += "file://busybox-bad-perms.patch;patch=1" diff --git a/packages/gpe-login/gpe-login_0.83.bb b/packages/gpe-login/gpe-login_0.83.bb deleted file mode 100644 index 6e6a0092b6..0000000000 --- a/packages/gpe-login/gpe-login_0.83.bb +++ /dev/null @@ -1,20 +0,0 @@ -LICENSE = "GPL" -inherit gpe - -DESCRIPTION = "GPE user login screen" -SECTION = "gpe" -PRIORITY = "optional" -DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd" -RDEPENDS = "xkbd" -RPROVIDES = "gpe-session-starter" -PR = "r1" - -SRC_URI += "file://busybox-bad-perms.patch;patch=1" - -#apply a patch to set the fontsize for bigdpi (200+) devices to 5 -SRC_URI_append_ipaq-pxa270 = " file://highdpifontfix.patch;patch=1" -SRC_URI_append_spitz = " file://highdpifontfix.patch;patch=1" -SRC_URI_append_akita = " file://highdpifontfix.patch;patch=1" -SRC_URI_append_c7x0 = " file://highdpifontfix.patch;patch=1" -SRC_URI_append_nokia770 = " file://highdpifontfix.patch;patch=1" - diff --git a/packages/gpe-login/gpe-login_0.86.bb b/packages/gpe-login/gpe-login_0.86.bb deleted file mode 100644 index 1dd6818903..0000000000 --- a/packages/gpe-login/gpe-login_0.86.bb +++ /dev/null @@ -1,19 +0,0 @@ -LICENSE = "GPL" -inherit gpe - -DESCRIPTION = "GPE user login screen" -SECTION = "gpe" -PRIORITY = "optional" -DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd" -RDEPENDS = "xkbd" -RPROVIDES = "gpe-session-starter" -PR = "r1" - -#apply a patch to set the fontsize for bigdpi (200+) devices to 5 -SRC_URI_append_ipaq-pxa270 = " file://highdpifontfix.patch;patch=1" -SRC_URI_append_spitz = " file://highdpifontfix.patch;patch=1" -SRC_URI_append_akita = " file://highdpifontfix.patch;patch=1" -SRC_URI_append_c7x0 = " file://highdpifontfix.patch;patch=1" -SRC_URI_append_nokia770 = " file://highdpifontfix.patch;patch=1" - -SRC_URI_append += " file://chvt-keylaunch.patch;patch=1 " |