diff options
Diffstat (limited to 'recipes/gpephone/cms92init_0.1.bb')
-rw-r--r-- | recipes/gpephone/cms92init_0.1.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes/gpephone/cms92init_0.1.bb b/recipes/gpephone/cms92init_0.1.bb new file mode 100644 index 0000000000..4b943f4a6d --- /dev/null +++ b/recipes/gpephone/cms92init_0.1.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "GSM/GPRS mux initializer" +LICENSE = "GPL" +SECTION = "gpe" +PRIORITY = "optional" +DEPENDS = "glibc" +PR = "r0" + +inherit gpephone + +SRC_URI = "${GPEPHONE_MIRROR}/GPRS/GPRS-${PV}.tar.bz2 \ + file://oe-install.patch;patch=1" + + +S = ${WORKDIR}/GPRS/cms92init-simple + +do_compile() { + oe_runmake PREFIX=${prefix} +} + +do_install() { + oe_runmake PREFIX=${prefix} DESTDIR=${D} install +} |