diff options
5 files changed, 22 insertions, 16 deletions
diff --git a/meta-moblin/conf/distro/include/moblin-fixed-revisions.inc b/meta-moblin/conf/distro/include/moblin-fixed-revisions.inc index d5552fc482..f644c51762 100644 --- a/meta-moblin/conf/distro/include/moblin-fixed-revisions.inc +++ b/meta-moblin/conf/distro/include/moblin-fixed-revisions.inc | |||
| @@ -19,6 +19,9 @@ PREFERRED_VERSION_libx11-trim ?= "1.2.1" | |||
| 19 | PREFERRED_VERSION_libdrm ?= "" | 19 | PREFERRED_VERSION_libdrm ?= "" |
| 20 | PREFERRED_VERSION_xf86-input-keyboard ?= "" | 20 | PREFERRED_VERSION_xf86-input-keyboard ?= "" |
| 21 | PREFERRED_VERSION_dri2proto ?= "" | 21 | PREFERRED_VERSION_dri2proto ?= "" |
| 22 | PREFERRED_VERSION_carrick ?= "1.1.13" | ||
| 23 | |||
| 24 | |||
| 22 | SRCREV_pn-libdrm ?= "3f3c5be6f908272199ccf53f108b1124bfe0a00e" | 25 | SRCREV_pn-libdrm ?= "3f3c5be6f908272199ccf53f108b1124bfe0a00e" |
| 23 | SRCREV_pn-xf86-input-keyboard ?= "3e28d68b50d291938734e9684b8296ca864f3892" | 26 | SRCREV_pn-xf86-input-keyboard ?= "3e28d68b50d291938734e9684b8296ca864f3892" |
| 24 | SRCREV_pn-dri2proto ?= "66c56ab10d917e3f47f93178d7eac6430970d3c4" | 27 | SRCREV_pn-dri2proto ?= "66c56ab10d917e3f47f93178d7eac6430970d3c4" |
diff --git a/meta-moblin/conf/distro/include/moblin-floating-revisions.inc b/meta-moblin/conf/distro/include/moblin-floating-revisions.inc index 3ac996df42..31ed13fd78 100644 --- a/meta-moblin/conf/distro/include/moblin-floating-revisions.inc +++ b/meta-moblin/conf/distro/include/moblin-floating-revisions.inc | |||
| @@ -9,6 +9,7 @@ SRCREV_pn-bickley ?= "${AUTOREV}" | |||
| 9 | SRCREV_pn-bisho ?= "${AUTOREV}" | 9 | SRCREV_pn-bisho ?= "${AUTOREV}" |
| 10 | SRCREV_pn-bognor-regis ?= "${AUTOREV}" | 10 | SRCREV_pn-bognor-regis ?= "${AUTOREV}" |
| 11 | SRCREV_pn-carrick ?= "${AUTOREV}" | 11 | SRCREV_pn-carrick ?= "${AUTOREV}" |
| 12 | PREFERRED_VERSION_carrick ?= "1.2.0+git%" | ||
| 12 | SRCREV_pn-clutter ?= "${AUTOREV}" | 13 | SRCREV_pn-clutter ?= "${AUTOREV}" |
| 13 | SRCREV_pn-clutter-1.0 ?= "${AUTOREV}" | 14 | SRCREV_pn-clutter-1.0 ?= "${AUTOREV}" |
| 14 | SRCREV_pn-clutter-gtk ?= "${AUTOREV}" | 15 | SRCREV_pn-clutter-gtk ?= "${AUTOREV}" |
diff --git a/meta-moblin/packages/carrick/carrick.inc b/meta-moblin/packages/carrick/carrick.inc new file mode 100644 index 0000000000..f40aa26c41 --- /dev/null +++ b/meta-moblin/packages/carrick/carrick.inc | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCIPTION = "Connection Management Panel Applet" | ||
| 2 | SRC_URI = "http://download.moblin.org/sources/carrick/1.1/carrick-${PV}.tar.bz2" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | |||
| 5 | DEPENDS = "nbtk mutter-moblin librest libnotify mobile-broadband-provider-info" | ||
| 6 | RDEPENDS = "connman" | ||
| 7 | |||
| 8 | FILES_${PN} += "${datadir}/icons/hicolor" | ||
| 9 | |||
| 10 | inherit autotools_stage | ||
| 11 | |||
| 12 | do_configure_prepend () { | ||
| 13 | mkdir -p ${S}/build/autotools | ||
| 14 | } | ||
diff --git a/meta-moblin/packages/carrick/carrick_1.1.13.bb b/meta-moblin/packages/carrick/carrick_1.1.13.bb new file mode 100644 index 0000000000..f7ec5c017b --- /dev/null +++ b/meta-moblin/packages/carrick/carrick_1.1.13.bb | |||
| @@ -0,0 +1 @@ | |||
| include carrick.inc | |||
diff --git a/meta-moblin/packages/carrick/carrick_git.bb b/meta-moblin/packages/carrick/carrick_git.bb index 10b402c819..3258e052b7 100644 --- a/meta-moblin/packages/carrick/carrick_git.bb +++ b/meta-moblin/packages/carrick/carrick_git.bb | |||
| @@ -1,18 +1,5 @@ | |||
| 1 | DESCIPTION = "Connection Management Panel Applet" | 1 | include carrick.inc |
| 2 | SRC_URI = "git://git.moblin.org/${PN}-ng.git;protocol=git" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | PV = "0.0+git${SRCPV}" | ||
| 5 | PR = "r1" | ||
| 6 | |||
| 7 | DEPENDS = "nbtk mutter-moblin librest libnotify mobile-broadband-provider-info" | ||
| 8 | RDEPENDS = "connman" | ||
| 9 | 2 | ||
| 3 | SRC_URI = "git://git.moblin.org/${PN}-ng.git;protocol=git" | ||
| 4 | PV = "1.2.0+git${SRCPV}" | ||
| 10 | S = "${WORKDIR}/git" | 5 | S = "${WORKDIR}/git" |
| 11 | |||
| 12 | FILES_${PN} += "${datadir}/icons/hicolor" | ||
| 13 | |||
| 14 | inherit autotools_stage | ||
| 15 | |||
| 16 | do_configure_prepend () { | ||
| 17 | mkdir -p ${S}/build/autotools | ||
| 18 | } | ||
