diff options
| author | Matt Reimer <mattjreimer@gmail.com> | 2007-02-12 22:52:40 +0000 |
|---|---|---|
| committer | Matt Reimer <mattjreimer@gmail.com> | 2007-02-12 22:52:40 +0000 |
| commit | d3e1e0613c5ebd87d161698321afd93c7b6eebb0 (patch) | |
| tree | 2f8b73af813cbe821bbfcf8464e89091230279a4 /classes | |
| parent | 0f3a0dab967a0f1a2d8ad2693a7c60436ddf230a (diff) | |
| parent | 7bf9ed5ae2ab1443dc063c78f932f1c625273378 (diff) | |
merge of 'bdc75a9b53779952dcf9e4332c379f34e958ee71'
and 'fd93fdacb86bfe54561d00e6e8b44feb721c3f47'
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/gpephone.bbclass | 7 | ||||
| -rw-r--r-- | classes/opie.bbclass | 5 | ||||
| -rw-r--r-- | classes/siteinfo.bbclass | 3 |
3 files changed, 10 insertions, 5 deletions
diff --git a/classes/gpephone.bbclass b/classes/gpephone.bbclass new file mode 100644 index 0000000000..57867b5d4b --- /dev/null +++ b/classes/gpephone.bbclass @@ -0,0 +1,7 @@ +DEPENDS_prepend = "coreutils-native virtual/libintl intltool-native " +GPE_TARBALL_SUFFIX ?= "gz" +SRC_URI = "${GPEPHONE_MIRROR}/${PN}-${PV}/${PN}-${PV}.tar.${GPE_TARBALL_SUFFIX}" +FILES_${PN} += "${datadir}/gpe ${datadir}/application-registry" +SECTION ?= "gpe" + +inherit gettext autotools diff --git a/classes/opie.bbclass b/classes/opie.bbclass index 922cb9435a..d858439688 100644 --- a/classes/opie.bbclass +++ b/classes/opie.bbclass @@ -15,10 +15,7 @@ inherit palmtop -# Note that when CVS changes to 1.2.2, the dash -# should be removed from OPIE_CVS_PV to convert -# to the standardised version format -OPIE_CVS_PV = "1.2.2+cvs-${SRCDATE}" +OPIE_CVS_PV = "1.2.2+cvs${SRCDATE}" DEPENDS_prepend = "${@["libopie2 ", ""][(bb.data.getVar('PN', d, 1) == 'libopie2')]}" diff --git a/classes/siteinfo.bbclass b/classes/siteinfo.bbclass index 5d6d5649c7..80e6e32af7 100644 --- a/classes/siteinfo.bbclass +++ b/classes/siteinfo.bbclass @@ -40,7 +40,8 @@ def get_siteinfo_list(d): "mipsel-linux": "endian-little bit-32 common-glibc",\ "mipsel-linux-uclibc": "endian-little bit-32 common-uclibc",\ "powerpc-darwin": "endian-big bit-32 common-darwin",\ - "powerpc-linux": "endian-big bit-32 common-glibc",\ + "ppc-linux": "endian-big bit-32 common-glibc",\ + "powerpc-linux": "endian-big bit-32 common-glibc",\ "powerpc-linux-uclibc": "endian-big bit-32 common-uclibc",\ "sh3-linux": "endian-little bit-32 common-glibc sh-common",\ "sh4-linux": "endian-little bit-32 common-glibc sh-common",\ |
