diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /espgs | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'espgs')
-rw-r--r-- | espgs/espgs-native_7.07.1rc1.bb | 0 | ||||
-rw-r--r-- | espgs/espgs-native_7.07.1rc1.oe | 9 | ||||
-rw-r--r-- | espgs/espgs_7.07.1rc1.bb | 0 | ||||
-rw-r--r-- | espgs/espgs_7.07.1rc1.oe | 26 |
4 files changed, 0 insertions, 35 deletions
diff --git a/espgs/espgs-native_7.07.1rc1.bb b/espgs/espgs-native_7.07.1rc1.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/espgs/espgs-native_7.07.1rc1.bb diff --git a/espgs/espgs-native_7.07.1rc1.oe b/espgs/espgs-native_7.07.1rc1.oe deleted file mode 100644 index 6498cd4d11..0000000000 --- a/espgs/espgs-native_7.07.1rc1.oe +++ /dev/null @@ -1,9 +0,0 @@ -SECTION = "unknown" -include espgs_${PV}.oe -inherit native -FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/espgs-${PV}" -DEPENDS = "jpeg-native zlib-native libpng-native" - -do_stage_append () { - install -m 0755 obj/echogs obj/genarch obj/genconf ${STAGING_BINDIR}/ -} diff --git a/espgs/espgs_7.07.1rc1.bb b/espgs/espgs_7.07.1rc1.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/espgs/espgs_7.07.1rc1.bb diff --git a/espgs/espgs_7.07.1rc1.oe b/espgs/espgs_7.07.1rc1.oe deleted file mode 100644 index 1a076905e1..0000000000 --- a/espgs/espgs_7.07.1rc1.oe +++ /dev/null @@ -1,26 +0,0 @@ -SECTION = "unknown" -DEPENDS = "jpeg zlib libpng espgs-native" -LICENSE = "GPL" - -SRC_URI = "ftp://ftp.easysw.com/pub/ghostscript/espgs-${PV}-source.tar.bz2" -S = "${WORKDIR}/espgs-${PV}" - -inherit autotools - -EXTRA_OECONF = "--with-drivers= \ - --without-ijs \ - --without-gimp-print \ - --without-omni \ - --without-x \ - --disable-cups" -EXTRA_OEMAKE = "'BUILD_TIME_GS=${STAGING_BINDIR}/gs' \ - 'ECHOGS_XE=${STAGING_BINDIR}/echogs' \ - 'GENARCH_XE=${STAGING_BINDIR}/genarch' \ - 'GENCONF_XE=${STAGING_BINDIR}/genconf'" - -do_install () { - oe_runmake 'prefix=${D}/${prefix}' \ - 'bindir=${D}/${bindir}' \ - 'datadir=${D}/${datadir}' \ - 'mandir=${D}/${mandir}' install -} |