From 49a940655f588447a44cf7ace375e9442e66a5f3 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Wed, 28 Jul 2010 16:16:37 -0500 Subject: config: add MTCDP-G2,H4,EV2 device examples to ppp/options --- recipes/multitech/config/ppp/options | 8 ++++---- recipes/multitech/config_1.0.bb | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes/multitech/config/ppp/options b/recipes/multitech/config/ppp/options index 1126510694..24fed19991 100644 --- a/recipes/multitech/config/ppp/options +++ b/recipes/multitech/config/ppp/options @@ -1,10 +1,10 @@ # Select tty device # -# MTSMC-E +# MTCDP-E1, MTCDP-G2 /dev/ttyS1 -# MTSMC-H -#/dev/ttyACM0 -# USB device +# MTCDP-H4 +#/dev/ttyUSB3 +# MTCDP-EV2 #/dev/ttyUSB0 # Uncomment below to run in foreground diff --git a/recipes/multitech/config_1.0.bb b/recipes/multitech/config_1.0.bb index e07bb7d7f9..b1e2aadf41 100644 --- a/recipes/multitech/config_1.0.bb +++ b/recipes/multitech/config_1.0.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Provides default system config files and /var/config fs" SECTION = "base" LICENSE = "GPL" -PR = "r11" +PR = "r12" inherit update-rc.d -- cgit v1.2.3 From 58aff3265c05dfd2b6411c669ca8026523d99eb9 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Wed, 28 Jul 2010 16:17:48 -0500 Subject: CoreCDP version 1.0.1 --- conf/distro/corecdp.conf | 2 +- recipes/base-files/base-files_3.0.14.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/distro/corecdp.conf b/conf/distro/corecdp.conf index ef650e8836..91dac6a40f 100644 --- a/conf/distro/corecdp.conf +++ b/conf/distro/corecdp.conf @@ -11,7 +11,7 @@ require conf/amend-recipes.inc DISTRO_NAME = "CoreCDP" DISTRO = "corecdp" -DISTRO_VERSION = "1.0.0" +DISTRO_VERSION = "1.0.1" DISTRO_TYPE = "release" TARGET_VENDOR = "-corecdp" BUILDNAME = "${DISTRO_NAME} ${DISTRO_VERSION}" diff --git a/recipes/base-files/base-files_3.0.14.bb b/recipes/base-files/base-files_3.0.14.bb index f2d02b0fa0..56b1b51127 100644 --- a/recipes/base-files/base-files_3.0.14.bb +++ b/recipes/base-files/base-files_3.0.14.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Miscellaneous files for the base system." SECTION = "base" PRIORITY = "required" -PR = "r89" +PR = "r90" LICENSE = "GPL" SRC_URI = " \ -- cgit v1.2.3 From 37c2bad0379cd17d2909091dac439f7b7301b567 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Wed, 25 Aug 2010 11:35:38 -0500 Subject: sms-utils: update to version 0.0.4 --- recipes/multitech/sms-utils_0.0.3.bb | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/recipes/multitech/sms-utils_0.0.3.bb b/recipes/multitech/sms-utils_0.0.3.bb index 71ef21c3fd..f796b2482a 100644 --- a/recipes/multitech/sms-utils_0.0.3.bb +++ b/recipes/multitech/sms-utils_0.0.3.bb @@ -1,14 +1,3 @@ -DESCRIPTION = "SMS Utilities" -HOMEPAGE = "http://www.multitech.net/" -SECTION = "console/utils" -PRIORITY = "optional" -LICENSE = "GPL" -DEPENDS = "libesmtp libyaml" -PR = "r0" - -SRC_URI = "git://git.multitech.net/sms-utils.git;protocol=git;tag=0.0.3" -S = "${WORKDIR}/git" +require sms-utils.inc -inherit autotools - -PARALLEL_MAKE = "" +PR = "r0" -- cgit v1.2.3 From 96a1be53c24c990d81ad8ecd7290479867a5f9bc Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Wed, 25 Aug 2010 11:38:43 -0500 Subject: sms-utils: add 0.0.4 for real this time --- recipes/multitech/sms-utils.inc | 13 +++++++++++++ recipes/multitech/sms-utils_0.0.4.bb | 3 +++ 2 files changed, 16 insertions(+) create mode 100644 recipes/multitech/sms-utils.inc create mode 100644 recipes/multitech/sms-utils_0.0.4.bb diff --git a/recipes/multitech/sms-utils.inc b/recipes/multitech/sms-utils.inc new file mode 100644 index 0000000000..b0b15a3f97 --- /dev/null +++ b/recipes/multitech/sms-utils.inc @@ -0,0 +1,13 @@ +DESCRIPTION = "SMS Utilities" +HOMEPAGE = "http://www.multitech.net/" +SECTION = "console/utils" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "libesmtp libyaml" + +SRC_URI = "git://git.multitech.net/sms-utils.git;protocol=git;tag=${PV}" +S = "${WORKDIR}/git" + +inherit autotools + +PARALLEL_MAKE = "" diff --git a/recipes/multitech/sms-utils_0.0.4.bb b/recipes/multitech/sms-utils_0.0.4.bb new file mode 100644 index 0000000000..f796b2482a --- /dev/null +++ b/recipes/multitech/sms-utils_0.0.4.bb @@ -0,0 +1,3 @@ +require sms-utils.inc + +PR = "r0" -- cgit v1.2.3 From 98ed8a2af1aebb8a6dc7d0c8eb26cadd7e4dbe79 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Thu, 26 Aug 2010 14:04:18 -0500 Subject: corecdp-full-image: add sms-utils --- recipes/images/corecdp-full-image.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/images/corecdp-full-image.bb b/recipes/images/corecdp-full-image.bb index 036ee3c6dd..ab2f2499e9 100644 --- a/recipes/images/corecdp-full-image.bb +++ b/recipes/images/corecdp-full-image.bb @@ -33,5 +33,8 @@ IMAGE_INSTALL += "jamvm" IMAGE_INSTALL += "php php-cli php-cgi" +# Multi-Tech SMS Utility (see http://git.multitech.net) +IMAGE_INSTALL += "sms-utils" + export IMAGE_BASENAME = "corecdp-full-image" -- cgit v1.2.3 From 7fbbd108b9b70d0da161bcaed4dd682b35a859f8 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Thu, 26 Aug 2010 14:05:03 -0500 Subject: CoreCDP version 1.0.2 --- conf/distro/corecdp.conf | 2 +- recipes/base-files/base-files_3.0.14.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/distro/corecdp.conf b/conf/distro/corecdp.conf index 91dac6a40f..b5682fa74f 100644 --- a/conf/distro/corecdp.conf +++ b/conf/distro/corecdp.conf @@ -11,7 +11,7 @@ require conf/amend-recipes.inc DISTRO_NAME = "CoreCDP" DISTRO = "corecdp" -DISTRO_VERSION = "1.0.1" +DISTRO_VERSION = "1.0.2" DISTRO_TYPE = "release" TARGET_VENDOR = "-corecdp" BUILDNAME = "${DISTRO_NAME} ${DISTRO_VERSION}" diff --git a/recipes/base-files/base-files_3.0.14.bb b/recipes/base-files/base-files_3.0.14.bb index 56b1b51127..a3dd567e92 100644 --- a/recipes/base-files/base-files_3.0.14.bb +++ b/recipes/base-files/base-files_3.0.14.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Miscellaneous files for the base system." SECTION = "base" PRIORITY = "required" -PR = "r90" +PR = "r91" LICENSE = "GPL" SRC_URI = " \ -- cgit v1.2.3