summaryrefslogtreecommitdiff
path: root/sgml-common
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
commita780643c4b6aa11e1a36965a69df7116477c7b4c (patch)
tree17e81e77bde19931facf9b30fa5b5981df796071 /sgml-common
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (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 'sgml-common')
-rw-r--r--sgml-common/sgml-common-native_0.6.3.bb0
-rw-r--r--sgml-common/sgml-common-native_0.6.3.oe27
-rw-r--r--sgml-common/sgml-common_0.6.3.bb0
-rw-r--r--sgml-common/sgml-common_0.6.3.oe16
4 files changed, 0 insertions, 43 deletions
diff --git a/sgml-common/sgml-common-native_0.6.3.bb b/sgml-common/sgml-common-native_0.6.3.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/sgml-common/sgml-common-native_0.6.3.bb
diff --git a/sgml-common/sgml-common-native_0.6.3.oe b/sgml-common/sgml-common-native_0.6.3.oe
deleted file mode 100644
index d25dcd97ef..0000000000
--- a/sgml-common/sgml-common-native_0.6.3.oe
+++ /dev/null
@@ -1,27 +0,0 @@
-SECTION = "base"
-include sgml-common_${PV}.oe
-inherit native
-
-DEPENDS = "patcher-native"
-FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/sgml-common-${PV}"
-S = "${WORKDIR}/sgml-common-${PV}"
-PACKAGES = ""
-
-do_stage () {
- install -m 0755 bin/install-catalog ${STAGING_BINDIR}/
- install -m 0755 bin/sgmlwhich ${STAGING_BINDIR}/
- install -d ${STAGING_DIR}/etc
- install -m 0644 config/sgml.conf ${STAGING_DIR}/etc/
- install -d ${STAGING_DATADIR}/sgml
- install -m 0644 xml.dcl ${STAGING_DATADIR}/sgml/
- install -d ${STAGING_DATADIR}/xml/xml-iso-entities-8879.1986
- install -m 0644 xml-iso-entities/catalog ${STAGING_DATADIR}/xml/xml-iso-entities-8879.1986/
- install -m 0644 xml-iso-entities/*.ent ${STAGING_DATADIR}/xml/xml-iso-entities-8879.1986/
- install -d ${STAGING_DATADIR}/sgml/sgml-iso-entities-8879.1986
- install -m 0644 sgml-iso-entities/catalog ${STAGING_DATADIR}/sgml/sgml-iso-entities-8879.1986/
- install -m 0644 sgml-iso-entities/*.ent ${STAGING_DATADIR}/sgml/sgml-iso-entities-8879.1986/
-}
-
-do_install () {
- :
-}
diff --git a/sgml-common/sgml-common_0.6.3.bb b/sgml-common/sgml-common_0.6.3.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/sgml-common/sgml-common_0.6.3.bb
diff --git a/sgml-common/sgml-common_0.6.3.oe b/sgml-common/sgml-common_0.6.3.oe
deleted file mode 100644
index b2b8896b00..0000000000
--- a/sgml-common/sgml-common_0.6.3.oe
+++ /dev/null
@@ -1,16 +0,0 @@
-LICENSE = GPL
-SECTION = "base"
-DESCRIPTION = "The sgml-common package gathers very basic \
-stuff necessary to work with SGML and XML, such as xml.dcl, \
-a SGML declaration of XML; iso-entities, a list of the basic \
-SGML ISO entities; and install-catalog, a script used to \
-add entries to (or remove entries from) centralized catalogs \
-whose entries are pointers to SGML open catalogs, \
-as defined by OASIS."
-
-FILES_sgml-common_append = " ${datadir}/sgml"
-
-SRC_URI = "ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/sgml-common-${PV}.tgz \
- file://autohell.patch;patch=1"
-
-inherit autotools