diff options
| -rw-r--r-- | meta/packages/apt/apt-package.inc | 3 | ||||
| -rw-r--r-- | meta/packages/apt/apt_0.7.14.bb | 10 |
2 files changed, 3 insertions, 10 deletions
diff --git a/meta/packages/apt/apt-package.inc b/meta/packages/apt/apt-package.inc index 43f54cadab..9e104f12ed 100644 --- a/meta/packages/apt/apt-package.inc +++ b/meta/packages/apt/apt-package.inc | |||
| @@ -98,4 +98,7 @@ do_install () { | |||
| 98 | install -d ${D}${localstatedir}/cache/apt/archives/partial | 98 | install -d ${D}${localstatedir}/cache/apt/archives/partial |
| 99 | install -d ${D}${docdir}/apt/examples | 99 | install -d ${D}${docdir}/apt/examples |
| 100 | install -m 0644 doc/examples/* ${D}${docdir}/apt/examples/ | 100 | install -m 0644 doc/examples/* ${D}${docdir}/apt/examples/ |
| 101 | |||
| 102 | install -d ${D}${includedir}/apt-pkg/ | ||
| 103 | install -m 0644 include/apt-pkg/*.h ${D}${includedir}/apt-pkg/ | ||
| 101 | } | 104 | } |
diff --git a/meta/packages/apt/apt_0.7.14.bb b/meta/packages/apt/apt_0.7.14.bb index efd7ab3bc5..1a9cf3602d 100644 --- a/meta/packages/apt/apt_0.7.14.bb +++ b/meta/packages/apt/apt_0.7.14.bb | |||
| @@ -12,13 +12,3 @@ require apt-package.inc | |||
| 12 | FILES_${PN} += "${bindir}/apt-key" | 12 | FILES_${PN} += "${bindir}/apt-key" |
| 13 | apt-manpages += "doc/apt-key.8" | 13 | apt-manpages += "doc/apt-key.8" |
| 14 | 14 | ||
| 15 | do_stage() { | ||
| 16 | install -d ${STAGING_LIBDIR} ${STAGING_INCDIR}/apt-pkg | ||
| 17 | eval `cat environment.mak | grep ^GLIBC_VER | sed -e's, = ,=,'` | ||
| 18 | oe_libinstall -so -C bin libapt-pkg$GLIBC_VER-6 ${STAGING_LIBDIR}/ | ||
| 19 | ln -sf libapt-pkg$GLIBC_VER-6.so ${STAGING_LIBDIR}/libapt-pkg.so | ||
| 20 | oe_libinstall -so -C bin libapt-inst$GLIBC_VER-6 ${STAGING_LIBDIR}/ | ||
| 21 | ln -sf libapt-inst$GLIBC_VER-6.so ${STAGING_LIBDIR}/libapt-inst.so | ||
| 22 | |||
| 23 | install -m 0644 include/apt-pkg/*.h ${STAGING_INCDIR}/apt-pkg/ | ||
| 24 | } | ||
