diff options
author | 2005-01-21 03:20:46 +0000 | |
---|---|---|
committer | 2005-01-21 03:20:46 +0000 | |
commit | 01118f99d7bda91db5d62f906758c3bf467d6b13 (patch) | |
tree | 752858d530973cad3b35b4fd9eb7c176687502cd /dev-embedded/bitbake/files | |
parent | Stable on alpha, bug 78559. (diff) | |
download | historical-01118f99d7bda91db5d62f906758c3bf467d6b13.tar.gz historical-01118f99d7bda91db5d62f906758c3bf467d6b13.tar.bz2 historical-01118f99d7bda91db5d62f906758c3bf467d6b13.zip |
initial import
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'dev-embedded/bitbake/files')
-rw-r--r-- | dev-embedded/bitbake/files/0-gentoo-paths.patch | 16 | ||||
-rw-r--r-- | dev-embedded/bitbake/files/digest-bitbake-0 | 0 |
2 files changed, 16 insertions, 0 deletions
diff --git a/dev-embedded/bitbake/files/0-gentoo-paths.patch b/dev-embedded/bitbake/files/0-gentoo-paths.patch new file mode 100644 index 000000000000..ea82f3b920bc --- /dev/null +++ b/dev-embedded/bitbake/files/0-gentoo-paths.patch @@ -0,0 +1,16 @@ +diff -ur bitbake-0.orig/setup.py bitbake-0/setup.py +--- bitbake-0.orig/setup.py 2005-01-20 22:16:24.484916216 -0500 ++++ bitbake-0/setup.py 2005-01-20 22:16:33.175595032 -0500 +@@ -20,10 +20,8 @@ + from distutils.core import setup + import os, sys + +-# bbdir = os.path.join(sys.prefix, 'share', 'bitbake') +-# docdir = os.path.join(sys.prefix, 'share', 'doc') +-bbdir = os.path.join('bitbake') +-docdir = os.path.join('doc') ++bbdir = os.path.join(sys.prefix, 'share', 'bitbake') ++docdir = os.path.join(sys.prefix, 'share', 'doc') + + def clean_doc(type): + origpath = os.path.abspath(os.curdir) diff --git a/dev-embedded/bitbake/files/digest-bitbake-0 b/dev-embedded/bitbake/files/digest-bitbake-0 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/dev-embedded/bitbake/files/digest-bitbake-0 |