diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/opkg/opkg-collateral | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/opkg/opkg-collateral')
-rw-r--r-- | packages/opkg/opkg-collateral/dest | 1 | ||||
-rw-r--r-- | packages/opkg/opkg-collateral/lists | 2 | ||||
-rw-r--r-- | packages/opkg/opkg-collateral/opkg.conf.comments | 26 | ||||
-rw-r--r-- | packages/opkg/opkg-collateral/src | 0 |
4 files changed, 0 insertions, 29 deletions
diff --git a/packages/opkg/opkg-collateral/dest b/packages/opkg/opkg-collateral/dest deleted file mode 100644 index 088ca403da..0000000000 --- a/packages/opkg/opkg-collateral/dest +++ /dev/null @@ -1 +0,0 @@ -dest root / diff --git a/packages/opkg/opkg-collateral/lists b/packages/opkg/opkg-collateral/lists deleted file mode 100644 index f8aecd8e15..0000000000 --- a/packages/opkg/opkg-collateral/lists +++ /dev/null @@ -1,2 +0,0 @@ -lists_dir ext /var/lib/opkg - diff --git a/packages/opkg/opkg-collateral/opkg.conf.comments b/packages/opkg/opkg-collateral/opkg.conf.comments deleted file mode 100644 index e1fdada9b5..0000000000 --- a/packages/opkg/opkg-collateral/opkg.conf.comments +++ /dev/null @@ -1,26 +0,0 @@ -# Must have one or more source entries of the form: -# -# src <src-name> <source-url> -# -# and one or more destination entries of the form: -# -# dest <dest-name> <target-path> -# -# where <src-name> and <dest-names> are identifiers that -# should match [a-zA-Z0-9._-]+, <source-url> should be a -# URL that points to a directory containing a Familiar -# Packages file, and <target-path> should be a directory -# that exists on the target system. - -# Proxy Support -#option http_proxy http://proxy.tld:3128 -#option ftp_proxy http://proxy.tld:3128 -#option proxy_username <username> -#option proxy_password <password> - -# Enable GPGME signature -# option check_signature 1 - -# Offline mode (for use in constructing flash images offline) -#option offline_root target - diff --git a/packages/opkg/opkg-collateral/src b/packages/opkg/opkg-collateral/src deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/opkg/opkg-collateral/src +++ /dev/null |