diff options
| author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-18 11:40:19 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-21 09:05:50 +0100 |
| commit | 7277e4754c3f3efb5ec4ab3f196971160f8c56ba (patch) | |
| tree | 6aa4e8f34dfe61e28f2f57f49026cedd9623fc70 /meta/recipes-devtools/opkg | |
| parent | 28b37441ad4efc5a13833eeb6e56ee7583df506d (diff) | |
| download | poky-7277e4754c3f3efb5ec4ab3f196971160f8c56ba.tar.gz | |
opkg-arch-config: Add HOMEPAGE info into recipe file.
(From OE-Core rev: 9caebefd5a64e18f6f8830426461824a9b7d8105)
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/opkg')
| -rw-r--r-- | meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb b/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb index 682142a5d3..0c2dbc9e32 100644 --- a/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb +++ b/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | SUMMARY = "Architecture-dependent configuration for opkg" | 1 | SUMMARY = "Architecture-dependent configuration for opkg" |
| 2 | HOMEPAGE = "http://code.google.com/p/opkg/" | ||
| 2 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 3 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 4 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 4 | PR = "r1" | 5 | PR = "r1" |
