diff options
-rw-r--r-- | meta/recipes-devtools/apt/apt-native.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/apt/apt-native.inc b/meta/recipes-devtools/apt/apt-native.inc index 68f1b3ce2c..ef232c1eb6 100644 --- a/meta/recipes-devtools/apt/apt-native.inc +++ b/meta/recipes-devtools/apt/apt-native.inc | |||
@@ -67,4 +67,10 @@ do_install_base () { | |||
67 | install -d ${D}${localstatedir}/cache/apt/archives/partial | 67 | install -d ${D}${localstatedir}/cache/apt/archives/partial |
68 | 68 | ||
69 | install -d ${D}${localstatedir}/log/apt/ | 69 | install -d ${D}${localstatedir}/log/apt/ |
70 | |||
71 | install -d ${D}${includedir}/apt-pkg | ||
72 | for h in `find ${S}/apt-pkg ${S}/apt-inst -name '*.h'` | ||
73 | do | ||
74 | install -m 0644 $h ${D}${includedir}/apt-pkg | ||
75 | done | ||
70 | } | 76 | } |