diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-16 12:57:16 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-16 12:57:16 +0000 |
commit | ca91e2fa2a6f54b2276677d4b2aa0759ad6b35b2 (patch) | |
tree | 6836365e9f701fe85d47a7453f35687d4c30ef79 /packages/apt/apt_0.6.46.2.bb | |
parent | 56bfb651b691f1f9c756e5273e7d6e395b68b20b (diff) |
apt: make sure $libdir/apt/*/.debug actually ends up in the debug package
Diffstat (limited to 'packages/apt/apt_0.6.46.2.bb')
-rw-r--r-- | packages/apt/apt_0.6.46.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/apt/apt_0.6.46.2.bb b/packages/apt/apt_0.6.46.2.bb index 24023f2a58..6410ec7683 100644 --- a/packages/apt/apt_0.6.46.2.bb +++ b/packages/apt/apt_0.6.46.2.bb @@ -1,4 +1,5 @@ require apt.inc +PR = "r2" SRC_URI += "file://nodoc.patch;patch=1" @@ -7,5 +8,4 @@ require apt-package.inc FILES_${PN} += "${bindir}/apt-key" apt-manpages += "doc/apt-key.8" -PR = "r1" |