diff options
-rw-r--r-- | packages/apt/apt-0.7.2/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/apt/apt-native.inc | 2 | ||||
-rw-r--r-- | packages/apt/apt-native_0.7.2.bb | 4 | ||||
-rw-r--r-- | packages/apt/apt.inc | 2 | ||||
-rw-r--r-- | packages/apt/apt_0.7.2.bb | 11 |
5 files changed, 18 insertions, 1 deletions
diff --git a/packages/apt/apt-0.7.2/.mtn2git_empty b/packages/apt/apt-0.7.2/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/apt/apt-0.7.2/.mtn2git_empty diff --git a/packages/apt/apt-native.inc b/packages/apt/apt-native.inc index de9426bf70..b615693e64 100644 --- a/packages/apt/apt-native.inc +++ b/packages/apt/apt-native.inc @@ -1,7 +1,7 @@ require apt.inc inherit native -DEPENDS += "dpkg-native" +DEPENDS += "dpkg-native curl-native" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/apt-${PV}" PACKAGES = "" USE_NLS = "no" diff --git a/packages/apt/apt-native_0.7.2.bb b/packages/apt/apt-native_0.7.2.bb new file mode 100644 index 0000000000..43f73889f7 --- /dev/null +++ b/packages/apt/apt-native_0.7.2.bb @@ -0,0 +1,4 @@ +require apt-native.inc + +SRC_URI += "file://nodoc.patch;patch=1 \ + file://noconfigure.patch;patch=1" diff --git a/packages/apt/apt.inc b/packages/apt/apt.inc index 283b80d662..2644866c5b 100644 --- a/packages/apt/apt.inc +++ b/packages/apt/apt.inc @@ -15,3 +15,5 @@ EXTRA_AUTORECONF = "--exclude=autopoint,autoheader" # Koen - 20070327 EXTRA_OECONF_append_angstrom = " ac_cv_glibc_ver=libc6.4" +FILES_${PN}-dbg += "${libdir}/apt/methods/.debug" + diff --git a/packages/apt/apt_0.7.2.bb b/packages/apt/apt_0.7.2.bb new file mode 100644 index 0000000000..24023f2a58 --- /dev/null +++ b/packages/apt/apt_0.7.2.bb @@ -0,0 +1,11 @@ +require apt.inc + +SRC_URI += "file://nodoc.patch;patch=1" + +require apt-package.inc + +FILES_${PN} += "${bindir}/apt-key" +apt-manpages += "doc/apt-key.8" + +PR = "r1" + |