1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

ipkg: move PACKAGES mangling into ipkg itself

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4010 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-03-14 15:40:53 +00:00
parent 64c7b6ec91
commit 3a2d92fe94
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -4,7 +4,6 @@ SECTION = "base"
LICENSE = "GPL"
PROVIDES = "virtual/ipkg libipkg"
PACKAGES =+ "libipkg-dev libipkg"
FILES_libipkg-dev = "${libdir}/*.a ${libdir}/*.la ${libdir}/*.so ${includedir}"
FILES_libipkg = "${libdir}/*.so.*"
AUTO_LIBNAME_PKGS = "libipkg"
+2
View File
@@ -1,4 +1,6 @@
require ipkg.inc
PR = "r10"
PACKAGES =+ "libipkg-dev libipkg"
RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_update-alternatives}"