diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-07-29 09:12:50 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-29 09:12:50 +0000 |
commit | c27bc8c855879c45742546c7f038458e1ef2f817 (patch) | |
tree | 423a6284d4b078966d13e100b2031e3b7777fbfa /packages/ipkg/ipkg-native_0.99.152.bb | |
parent | d84b40f1ad05714bdb101e729e883a833580cc73 (diff) |
added ipkg 0.99.152
cleaned ipkg subdir (one copy of terse.patch is enough)
Diffstat (limited to 'packages/ipkg/ipkg-native_0.99.152.bb')
-rw-r--r-- | packages/ipkg/ipkg-native_0.99.152.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/ipkg/ipkg-native_0.99.152.bb b/packages/ipkg/ipkg-native_0.99.152.bb new file mode 100644 index 0000000000..3011b32b75 --- /dev/null +++ b/packages/ipkg/ipkg-native_0.99.152.bb @@ -0,0 +1,13 @@ +SECTION = "base" +include ipkg_${PV}.bb + +# NOTE: ipkg now obeys ${libdir}, so ipkg-native now installs +# things into the wrong location inside of offline_root. Backup +# the target libdir and use that. +target_libdir := "${libdir}" + +inherit native + +DEPENDS = "libtool-native automake-native" +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ipkg-${PV}" +PROVIDES = "" |